From c1d38eea218fa116a1aa87ef34b8d66a1cfc19a4 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 12 Jul 2026 06:54:49 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.40.0=20=E2=80=94=20deferred?= =?UTF-8?q?-bugs=20closeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d2e2400..23b64a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.39.1 +0.40.0 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index daba6f9..b7787b9 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,22 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.40.0", + date: "2026-07-12", + summary: "A wave of polish and reliability fixes closing out the internal cleanup pass.", + fixes: [ + "Your place in a video is now saved even if you refresh or close the tab right after skipping around.", + "Auto-advance no longer gets stuck on a video that can't be played — it moves on to the next one.", + "The unread badge on your messages now updates live across your other open tabs.", + "Download storage/limit messages now appear in your language, with the right number format.", + "Removing a demo email or denying an access request now asks for confirmation first.", + "After syncing your subscriptions, the feed refreshes right away to reflect the change.", + ], + chores: [ + "Many internal correctness and efficiency fixes across search, playlists, channels, messages, and downloads; admin-panel polish. No feature changes.", + ], + }, { version: "0.39.1", date: "2026-07-12",