chore(release): v0.5.0 — demo account, clearer live videos
This commit is contained in:
parent
e12e664579
commit
a76bbb5825
2 changed files with 15 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue