Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 17 of 95 Next →
February 27, 2026
patch Tasks

Share stats bar (counts + New Task + Prioritize) across List and Kanban views

Details

The stats/actions bar was previously nested inside the list view's detailed

mode grid, making it invisible in Kanban view. Extracted it to a shared

position above both views so the task counts, New Task button, and Prioritize

button are visible in both List and Kanban modes.

patch Tasks

Hide vertical scrollbar on Kanban columns

Details

Columns still scroll — the scrollbar track is just hidden for a cleaner look.

patch Tasks

Remove Kanban floating action bar

Details

The bottom floating panel (move-to-status, archive, delete buttons) that

appeared when selecting a Kanban card was redundant — the same actions are

available via right-click context menu on each card.

patch Tasks

Disable horizontal scrolling on Kanban column ScrollViewers

Details

The Kanban ScrollViewers lacked HorizontalScrollBarVisibility="Disabled",

allowing card content to overflow the column width and produce a horizontal

scrollbar. Cards now constrain to their column width with text wrapping.

patch Tasks

Redesign Kanban cards to match list view layout, move layout toggle to Settings

Details

Kanban cards now use the same Grid layout as the detailed list view (status

bar, priority dot, metadata row, tags, timer button) instead of the old flat

StackPanel. Simple mode shows a minimal priority-dot + title variant. The

Done column applies strikethrough, muted colors, opacity, and shows

"Completed: date" instead of due date with a logged-time badge.

Move the Simple/Detailed toggle from the toolbar into Settings > View tab as

a new "Layout Mode" option set. All three View tab option sets (Layout Mode,

List Grouping, Item Density) now show a contextual description TextBlock

below them that updates when the selection changes.

IsSimpleMode is now persisted to plugin settings and restored on startup.

← Prev Page 17 of 95 Next →

Get notified about new releases