From efd7a3d09dfa91dafd66cbd9a93f9f4b2a3dad7e Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 10 Jul 2026 16:27:43 +0200 Subject: [PATCH] chore(release): 0.36.1 --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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",