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:
npeter83 2026-06-18 03:22:22 +02:00
parent 3ab8570c7e
commit 22e3c2fdd8
2 changed files with 11 additions and 1 deletions

View file

@ -1 +1 @@
0.8.0
0.9.0

View file

@ -14,6 +14,16 @@ export interface 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",
date: "2026-06-18",