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
Setting "Save tasks on close" (default on). Turn off to make closing the task modal via X or click-outside discard edits, so only the Save button persists changes (#62)
"Open as note" button in the task modal header opens the task's underlying note in a new tab. Handy when the modal is too small to read the full description
Paste a screenshot or drag any file onto the task modal description to save it under the vault's attachments folder and embed it as ![[...]] at the cursor
Search box, filters (status, priority, assignee, tag, due date, archived), and saved views now appear above every view, not just the table
Filter state persists per project across plugin reloads
Saved views remember the view mode they were created in; selecting one switches the project to that mode
Gantt lifts a matching task to the top level when its parent is filtered out, so search and filters reveal deeply nested matches
Release artifacts carry GitHub build provenance attestations; run gh attestation verify <file> --owner StepanKropachev to confirm a download was built from this repo
Changed
UI follows the Obsidian theme: accent color, near/overdue colors, badge palette, and avatars all read from Obsidian CSS variables instead of the previous hardcoded purple
Toolbar, gantt, filter, and bulk-action buttons render at native size (previously compact)
Saved-view tabs share the soft accent treatment with filter pills (previously filled accent)
+ save view and inline chip-list add buttons are native buttons (no longer dashed pills)
Status and priority badges in the task modal are spans, no longer keyboard-focusable
Light-theme primary buttons use solid accent (mod-cta) instead of the bordered variant
Project view header gear, bulk-action clear, chip remove, and table row icon buttons use lucide icons
Chip remove buttons turn red on hover across tags, assignees, and dependencies
Project-card and kanban-card progress bars are 3px tall
The filter row collapses when no filters are active; click the Filter pill to expand
Toggling a filter pill no longer steals focus from the search input
Gantt milestone labels and dependency arrows now respect the active filter
View switcher buttons are icon-only (previously icon + label)
Assignee avatar initials combine the first letter of the first two words (e.g., "Michael Jordan" becomes "MJ" instead of "MI"), so people who share a first name don't collide as often (#60)
New task files save as <slug>.md instead of <slug>-<id>.md. Existing files keep their current name until the title changes or you rename them yourself
Removed
The gantt "Hide completed" button. Use the Status filter to exclude Done and Cancelled instead; existing ganttHideDone: true settings are migrated automatically into each project's status filter
The inline quick-add task input above the table. Use the toolbar + add task button (which opens the task modal) instead
Fixed
Phantom 6px right margin on solo avatars (visible in the project edit modal)
Kanban cards silently dropping the 4th+ assignee (now shown as +N)