chore(release): 0.40.0 — deferred-bugs closeout

This commit is contained in:
2026-07-12 06:54:49 +02:00
parent 2846129363
commit 2c4d4fa193
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.39.1
0.40.0
+16
View File
@@ -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",