You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(web): add v0.4.0 changelog entry and screenshot
Add changelog entry for v0.4.0 covering all changes since v0.3.0:
- Kanban board view with drag-and-drop
- Task search and advanced filtering
- Update dialog and app version display
- Default branch auto-detection fix
- Budget daily mode fix and increased default
Rename screenshot to kanban_board.png and reference it in the entry.
"A new Kanban board view for visualizing tasks by status, plus powerful filtering and search to find exactly what you need.",
24
+
image: {
25
+
src: "/changelog/kanban_board.png",
26
+
alt: "Kanban board view with task columns",
27
+
},
28
+
features: [
29
+
"Kanban board view — visualize tasks across Pending, In Progress, Review, Done, Failed, and Dismissed columns with full drag-and-drop support",
30
+
"Task search — full-text search across task titles and descriptions, with `Cmd/Ctrl+F` keyboard shortcut",
31
+
"Advanced filtering — filter tasks by state, category (Feature, Tech Debt, Tests, Docs, Security, Performance, DX, Observability), and source (Manual, AI Scan, Linear)",
32
+
"View mode switcher — toggle between list view and Kanban board from the task toolbar",
33
+
"Update dialog — persistent modal when a new version is available, with 'Later' and 'Install & Restart' buttons and download progress spinner",
34
+
"App version display — current version (e.g. SUSTN v0.4.0) now shown in the Account section of Settings",
35
+
],
36
+
improvements: [
37
+
"New task toolbar with integrated search, filter popover, and view toggle",
38
+
"Filter chips display dynamic counts per state for quick overview",
39
+
"Linear tasks now recognized as a distinct task source for filtering",
40
+
],
41
+
fixes: [
42
+
"Default branch detection — repositories using `master` or non-standard default branches are now auto-detected when added, fixing branch creation failures",
43
+
"Budget calculation switched to daily mode — heavy usage on one day no longer exhausts the budget for the rest of the week",
44
+
"Default weekly token budget increased from 700K to 5M to match typical subscription capacity",
0 commit comments