Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.19.2 - 2026-04-24

Fixed

  • allow negative expenses

1.19.1 - 2026-04-20

Changed

  • add FilterForm component for /expenses
  • deps: bump

Fixed

  • ensure 404 page builds correctly

1.19.0 - 2026-04-17

Added

  • add /til slash page populated from Mastodon #til posts (#288)

Changed

  • convert robots.txt from static to astro page (#286)

1.18.2 - 2026-04-16

Fixed

  • keep slashes links sorted
  • use correct header level for blog index

1.18.1 - 2026-04-16

Fixed

  • remove fonts.bunny.net dependency

1.18.0 - 2026-04-16

Added

  • revamp slashes page

Fixed

  • ensure blog works for dev server too

1.17.0 - 2026-04-16

Added

  • add unit tests suite (#284)

Changed

  • remove siteConfig.globalMeta.baseUrl in favor of Astro.url (#281)

1.16.1 - 2026-04-15

Fixed

  • wrap long lines in og images

1.16.0 - 2026-04-15

Added

  • improve og images generation

Changed

  • deps: upgrade

1.15.0 - 2026-04-15

Added

  • add social images (OG/Twitter cards) with build-time generation (#279)

Changed

  • cleanup config.ts

1.14.0 - 2026-04-15

Added

  • randomize blogroll

1.13.0 - 2026-04-15

Added

  • link footer version to changelog anchor (#276)

1.12.1 - 2026-04-15

Fixed

  • typo

1.12.0 - 2026-04-15

Added

  • replace footer "last updated" with version from package.json

1.11.0 - 2026-04-15

Added

  • add /slashes page (#272)

1.10.1 - 2026-04-14

Fixed

  • process expenses drafts corretly

1.10.0 - 2026-04-14

Added

  • add /ai slash page (#269)

1.9.2 - 2026-04-14

Fixed

  • clean up HTML validation errors (#266)

1.9.1 - 2026-04-14

Fixed

  • update changelog format to comply with KaC

1.9.0 - 2026-04-14

Added

  • simplify release process

Changed

  • update readme

1.8.2 2026-04-13

Fixed

  • better wrap footer elements

1.8.1 2026-04-13

Fixed

  • strip Mastodon span tags from toot content (#264)

1.8.0 2026-04-13

Added

  • add /postroll page from Mastodon #postroll toots (#262)

Changed

  • reorganize src/components into domain-based folders (#260)

1.7.0 2026-04-13

Added

  • add h-entry properties for indieweb compatibility

1.6.1 2026-04-13

Fixed

  • rename rss to follow

1.6.0 2026-04-13

Added

  • add /sitemap netlify redirect (#256)

Changed

  • relocate keep-a-changelog config from config/ to src/lib/

1.5.0 2026-04-13

Added

  • add /follow page with RSS feeds

1.4.0 2026-04-13

Added

  • add umami tracking, vendor tracker and setup ci to keep it updated

1.3.0 2026-04-12

Added

  • add draft and new support to /expenses

1.2.1 2026-04-12

Fixed

  • add temporal polyfill to support all browsers

1.2.0 2026-04-12

Added

  • add private /expenses route

1.1.2 2026-04-12

Fixed

  • add missing margins to /colophon
  • ensure changelog changes are consistent

1.1.0 2026-04-12

Added

  • add semantic release flow, add pi flow

1.0.3 2026-04-12

Changed

  • add GH repo link to /colophon

1.0.2 2026-04-12

Added

  • add dependabot flow

Changed

  • use markdown for /colophon content

1.0.1 2026-04-12

Added

  • add missing last-updated to footer

1.0.0 2026-04-12

Changed