chore(release): v0.5.0 — demo account, clearer live videos

This commit is contained in:
npeter83 2026-06-16 10:23:29 +02:00
parent 68dec5898b
commit 4ea2043f3d
2 changed files with 15 additions and 1 deletions

View file

@ -1 +1 @@
0.4.1
0.5.0

View file

@ -14,6 +14,20 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.5.0",
date: "2026-06-16",
summary: "Clearer live videos — and they now settle into normal videos once they end.",
features: [
"Live and premiere videos now show a LIVE / upcoming badge where the duration usually sits, so a missing runtime is obviously by design, not a gap.",
],
fixes: [
"When a live stream ends, it now updates by itself into a normal video with its real length, instead of staying stuck as “live” with no duration.",
],
chores: [
"Shared demo-account mode: a curated whitelist can preview the app (shared library, playlists, hiding) without signing in; admin whitelist + state reset in Settings.",
],
},
{
version: "0.4.1",
date: "2026-06-16",