chore(release): v0.6.0 — admin Background Scheduler dashboard
This commit is contained in:
parent
4f454fd723
commit
64cf027286
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.5.1
|
||||
0.6.0
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue