From 6018efc5acb448d8c8ce71250e562e9e78961fee Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 4 Mar 2026 17:26:54 +0100 Subject: [PATCH] changelog: new version with already-made changes --- apps/web/content/changelog/0.3.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/web/content/changelog/0.3.0.md diff --git a/apps/web/content/changelog/0.3.0.md b/apps/web/content/changelog/0.3.0.md new file mode 100644 index 00000000..56e3b5b9 --- /dev/null +++ b/apps/web/content/changelog/0.3.0.md @@ -0,0 +1,13 @@ +--- +version: "0.3.0" +date: "2026-03-04" +title: "Brand & polish" +description: "This release adds a brand page with downloadable assets, alongside a few fixes and improvements." +changes: + - type: new + text: "Added a brand page with downloadable brand assets. Assets are also accessible directly from the header logo context menu." + - type: fixed + text: "Sponsor logos now correctly invert in dark mode." + - type: improved + text: "Added a changelog link to the footer." +---