chore(release): v0.4.0 — navigation overhaul, glass, account switch

Bump VERSION to 0.4.0 and add the 0.4.0 release-notes entry (Epic N: left nav sidebar,
multi-account switch, Settings page, in-app back, frosted-glass refresh).
This commit is contained in:
npeter83 2026-06-16 02:16:21 +02:00
parent 8c77af42ff
commit abe296d19d
2 changed files with 13 additions and 1 deletions

View file

@ -1 +1 @@
0.3.0 0.4.0

View file

@ -14,6 +14,18 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.4.0",
date: "2026-06-16",
summary: "A clearer left-hand navigation, a glassier look, and account switching.",
features: [
"New left navigation sidebar: Feed, Channels, Playlists and Stats are now always visible (no longer tucked under your avatar), and the rail collapses to icons when you want more room.",
"Switch accounts without signing in again: the account menu lists everyone signed in on this browser — pick one to switch instantly, or “Add another account”. Signing out drops you to the next account if you have one.",
"Settings is now its own page that opens right where you are, instead of a panel sliding in from the far side.",
"The browser/back button now steps back through the app (Feed, Channels, …) instead of leaving the app.",
"A frosted-glass refresh across the navigation, header and dialogs.",
],
},
{ {
version: "0.3.0", version: "0.3.0",
date: "2026-06-16", date: "2026-06-16",