v4.x.x (The SSR Update)
- v4.6.1
- Removed Eta from client side.
- v4.6.0
- Removed Lenis and ogl for better performance.
- v4.5.1
- Removed node-xml-writer. fast-xml-parser has a xml builder.
- v4.5.0
- Replaced html-minifier-terser with minify-html.
- v4.4.0
- v4.3.1
- Replaced glslCanvas with ogl.
- v4.3.0
- Replaced showdown with markdown-it.
- v4.2.2
- Added Atom feed.
- And added id to ignore SSR routing for specified links.
- v4.2.1
- Added Lenis smooth scrolling.
- Number of posts on authors bio.
- v4.2.0
- Updated branding and minor changes site layout.
- Replaced iconify icons with svg Bootstrap Icons.
- v4.1.1-7
- Minor fixes.
- Added mustache templating.
- Removed jquery for probably the third time.
- v4.1.0
Added icons using Iconify.- Fixed font sizes on Firefox.
- Added bio pages.
- v4.0.3
- Removed duplicate code on backend and client.
- v4.0.2
- Minifing HTML on server.
- Offloaded homepage statuses to client.
- v4.0.1
- Minor changes.
- v4.0.0
- Added Server-side rendering (SSR).
- Migrated to Cloudflare Workers.
- Disabled Speculation Rules and View Transitions in favour of first load SSR and SPA once loaded.
- Misc.
v3.x.x (The DB Update)
- v3.2.2
Simple View Transitions.
- v3.2.1
- Added KV store for caching database requests.
- Misc backend changes.
- v3.2.0
- Added pagination to posts.
- v3.1.2
- Pages moved to D1, no more reading from filesystem.
- v3.1.1
- Added 175ms delay to hover prefetch.
- v3.1.0
Using Speculation Rules when avaliable.
- v3.0.0
- Moved post data to a D1 Database.
- Updated remaining v1 Pages Functions.
- Removed lunr search.
- Minor CSS changes.
- Added changelog page.
- Misc.