diff --git a/VERSION b/VERSION index 9885af0..6d59e65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.36.1 \ No newline at end of file +0.36.2 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index e3134f3..c843490 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,12 +14,19 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.36.2", + date: "2026-07-10", + summary: "Player's YouTube controls back to normal size (a quality experiment was reverted).", + fixes: [ + "Reverted an experiment that tried to raise video quality in the small (windowed) player: it only shrank YouTube's on-screen controls without actually improving quality, because YouTube caps an embedded player's quality by its on-screen size. Tip for the sharpest picture: switch the player to fullscreen once — YouTube then keeps the higher quality even after you return to the small player.", + ], + }, { version: "0.36.1", date: "2026-07-10", - summary: "Full-HD in the normal (windowed) player too, and scroll-anywhere volume.", + summary: "Scroll anywhere over the player to change the volume.", features: [ - "Higher quality without going fullscreen: YouTube used to cap the small in-app player to a low resolution (only fullscreen unlocked 1080p). The player now renders at full HD internally and scales to fit, so you can pick 1080p in the normal windowed size too (still subject to your connection speed).", "Scroll to change the volume now works anywhere over the player window — not only directly on the video.", ], },