chore(release): 0.36.0

This commit is contained in:
npeter83 2026-07-10 15:52:34 +02:00
parent 9af0b90816
commit cf204e18a8
2 changed files with 10 additions and 1 deletions

View file

@ -1 +1 @@
0.35.0 0.36.0

View file

@ -14,6 +14,15 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.36.0",
date: "2026-07-10",
summary: "Sharper in-app playback and full access to YouTube's own player menu.",
features: [
"The in-app player is now larger and asks YouTube for higher quality, so videos look sharper than the old low-resolution default. (For the maximum your connection allows, go fullscreen.)",
"You can now open and navigate YouTube's own player menu — Quality, Speed, Captions and More options — all the way down. When you use YouTube's built-in controls, the app's click-to-play and scroll-for-volume shortcuts briefly step aside (a small badge shows this), and they return the moment you move the pointer off the video.",
],
},
{ {
version: "0.35.0", version: "0.35.0",
date: "2026-07-10", date: "2026-07-10",