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.
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.
Move View Documentation link to its own line in Developer settings
Details
Prevents horizontal overflow when the subtitle and link button
compete for space in a narrow settings panel.
Disable horizontal scrolling on API docs and route detail windows
Details
Both ApiDocsWindow and ApiRouteDetailWindow ScrollViewers lacked
HorizontalScrollBarVisibility="Disabled", allowing monospace code blocks
and inline runs to overflow the window width. Content now constrains to
the window width with text wrapping.
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.
Get notified about new releases