From f6efe44e375c9b46b82ad8055a9a64d5cead9d83 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Tue, 16 Jun 2026 02:16:21 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.4.0=20=E2=80=94=20navigati?= =?UTF-8?q?on=20overhaul,=20glass,=20account=20switch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 53d9bd7..4f89cea 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,18 @@ export interface 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", date: "2026-06-16",