chore(release): 0.36.1

This commit is contained in:
npeter83 2026-07-10 16:27:43 +02:00
parent c4d8258065
commit efd7a3d09d
2 changed files with 10 additions and 1 deletions

View file

@ -1 +1 @@
0.36.0
0.36.1

View file

@ -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",