chore(release): v0.6.0 — admin Background Scheduler dashboard

This commit is contained in:
npeter83 2026-06-16 17:46:15 +02:00
parent 25dca48964
commit 79249104d4
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,14 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.6.0",
date: "2026-06-16",
summary: "Admins get a live Background Scheduler dashboard.",
features: [
"New admin Scheduler page: a live, self-refreshing view of the background jobs — what's running, each job's last result and a countdown to its next run — plus the work still queued and the shared API quota. Each job has a tooltip explaining what it does, and its run frequency is editable inline.",
],
},
{
version: "0.5.1",
date: "2026-06-16",