chore(release): 0.36.2

This commit is contained in:
npeter83 2026-07-10 16:56:24 +02:00
parent 71e0a40481
commit 86ef4ad64c
2 changed files with 10 additions and 3 deletions

View file

@ -1 +1 @@
0.36.1
0.36.2

View file

@ -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.",
],
},