chore(release): 0.40.0 — deferred-bugs closeout

This commit is contained in:
npeter83 2026-07-12 06:54:49 +02:00
parent f42d8c0c5e
commit c1d38eea21
2 changed files with 17 additions and 1 deletions

View file

@ -1 +1 @@
0.39.1 0.40.0

View file

@ -14,6 +14,22 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: 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", version: "0.39.1",
date: "2026-07-12", date: "2026-07-12",