chore(release): v0.9.0 — notification inbox + automatic video maintenance
Bump VERSION to 0.9.0 and add the user-facing release notes for the durable notification inbox (P1) and the maintenance/validation job that retires videos that can no longer be played.
This commit is contained in:
parent
46fc56371f
commit
3a0789ebe7
2 changed files with 11 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.8.0
|
0.9.0
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,16 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.9.0",
|
||||||
|
date: "2026-06-18",
|
||||||
|
summary: "A notifications inbox, and automatic clean-up of videos that can no longer be played.",
|
||||||
|
features: [
|
||||||
|
"New Notifications module in the left sidebar, with an unread badge: a durable place that collects updates about your library and the system, alongside the existing pop-up bell. Mark items read, dismiss them, or clear everything.",
|
||||||
|
"Automatic library maintenance: a background job spots videos that can no longer be played anywhere — deleted, made private, or premieres that never went live — hides them from your feed right away, and removes them after a grace period. Genuine 24/7 livestreams are left alone.",
|
||||||
|
"If a video you'd saved or added to a playlist gets removed this way, you get a single summary notification listing them — never one message per video.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.8.0",
|
version: "0.8.0",
|
||||||
date: "2026-06-18",
|
date: "2026-06-18",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue