From adf567a4ad6b5a6413a9993e28d8580c62453ecb Mon Sep 17 00:00:00 2001 From: npeter83 Date: Thu, 18 Jun 2026 04:02:11 +0200 Subject: [PATCH] docs(release): note admin scheduler run-now + live progress under v0.9.0 --- frontend/src/lib/releaseNotes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 54c2684..c63f0bf 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -22,6 +22,7 @@ export const RELEASE_NOTES: ReleaseEntry[] = [ "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.", + "Admin Scheduler: run any background job on demand with a “Run now” button (or “Start all now”), watch a live progress bar while long jobs run, and get an inbox notification with the result when a job you started finishes.", ], }, {