chore(release): 0.43.0 — nav overlay sidebar, account chrome, opt-in glass tuner

This commit is contained in:
2026-07-14 21:41:44 +02:00
parent 6a9bf948f9
commit 44926f1c23
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -14,6 +14,18 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.43.0",
date: "2026-07-14",
summary:
"A slimmer, smarter navigation sidebar, a couple of account tweaks, and an optional live appearance tuner.",
features: [
"The navigation sidebar now stays slim by default and slides open over the page when you hover it or tab into it — so it barely takes any room until you need it. Prefer it always open? Pin it with the button at the top of the rail.",
"The top bar reclaims the empty space on the left: it now hugs your content instead of leaving a fixed gap when the sidebar is slim.",
"A logout button now sits right next to the language and about buttons, and your role shows as a tooltip on your name (the separate badge is gone).",
"New optional glass tuner: a floating panel for live-tweaking the frosted-glass look. It's off by default — switch it on under Settings → Appearance if you like to fiddle.",
],
},
{
version: "0.42.0",
date: "2026-07-13",