Skip to content

Commit 6b5ca6a

Browse files
committed
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.
1 parent 4844fe4 commit 6b5ca6a

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

web/app/changelog/data.ts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,35 @@ export interface ChangelogEntry {
1515
}
1616

1717
export const changelog: ChangelogEntry[] = [
18+
{
19+
version: "0.4.0",
20+
date: "Mar 26th, 2026",
21+
title: "Kanban Board & Task Filtering",
22+
description:
23+
"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",
45+
],
46+
},
1847
{
1948
version: "0.3.0",
2049
date: "Mar 23rd, 2026",
690 KB
Loading

0 commit comments

Comments
 (0)