diff --git a/VERSION b/VERSION index 28f0245..9885af0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.36.0 \ No newline at end of file +0.36.1 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 1899328..e3134f3 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,15 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.36.1", + date: "2026-07-10", + summary: "Full-HD in the normal (windowed) player too, and scroll-anywhere 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.", + ], + }, { version: "0.36.0", date: "2026-07-10",