docs(release): note the saved-view persistence fix in v0.22.3

This commit is contained in:
npeter83 2026-07-04 23:42:40 +02:00
parent 25e04d3072
commit 597cec6517

View file

@ -25,6 +25,7 @@ export const RELEASE_NOTES: ReleaseEntry[] = [
fixes: [ fixes: [
"The in-app player no longer blocks YouTube's own controls — volume, captions, settings and fullscreen are all clickable again.", "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.", "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.", "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.",
], ],
}, },