chore(release): v0.5.1 — graceful fallback for non-embeddable videos
This commit is contained in:
parent
68fb3c517a
commit
30728dfe7c
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.5.0
|
0.5.1
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.5.1",
|
||||||
|
date: "2026-06-16",
|
||||||
|
summary: "A clearer message when a video can't play in the in-app player.",
|
||||||
|
fixes: [
|
||||||
|
"When a video can't be played here — some music tracks and other videos have embedding disabled by their owner — the player now shows a clear note and an “Open on YouTube” button instead of a blank error screen.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.5.0",
|
version: "0.5.0",
|
||||||
date: "2026-06-16",
|
date: "2026-06-16",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue