chore(release): 0.36.3
This commit is contained in:
parent
ca00644698
commit
50cef1a552
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.36.2
|
0.36.3
|
||||||
|
|
@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.36.3",
|
||||||
|
date: "2026-07-10",
|
||||||
|
summary: "Experimental: the player tries to unlock higher video quality automatically.",
|
||||||
|
features: [
|
||||||
|
"The in-app player now tries to lift YouTube's windowed quality limit for you. YouTube caps a small embedded player to a low resolution and only real fullscreen unlocks HD — so on the first video you open in a session, the player briefly flashes to fullscreen and back to trigger that unlock, which then sticks for the rest of the session. You may notice a short flash on that first video; later videos won't flash. (It's still bandwidth-dependent, and can be reverted if it doesn't help on your setup.)",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.36.2",
|
version: "0.36.2",
|
||||||
date: "2026-07-10",
|
date: "2026-07-10",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue