Merge: promote dev to prod
This commit is contained in:
commit
8c69c244b3
2 changed files with 15 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.4.1
|
0.5.0
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,20 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: 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",
|
version: "0.4.1",
|
||||||
date: "2026-06-16",
|
date: "2026-06-16",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue