From 597cec6517e6374587c61ca95e8e34e0007e743d Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sat, 4 Jul 2026 23:42:40 +0200 Subject: [PATCH] docs(release): note the saved-view persistence fix in v0.22.3 --- frontend/src/lib/releaseNotes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index e3d04a2..d7327cf 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -25,6 +25,7 @@ export const RELEASE_NOTES: ReleaseEntry[] = [ fixes: [ "The in-app player no longer blocks YouTube's own controls — volume, captions, settings and fullscreen are all clickable again.", "The player's title description now waits a moment before popping up, so it doesn't flash as you move the mouse past.", + "Saved views now stick: reloading keeps the view you're on instead of snapping back to your default. (Your default view still loads on a brand-new account.)", "A shared vertical/short video now plays in a player that fits its shape, instead of a wide box with black bars on the sides.", ], },