1.6.1
Changed
- Task and project modals use Obsidian's native border, shadow, and corner styling instead of custom values
- Status, priority, and tag labels follow Obsidian's native styling more closely
- The accent color matches the Obsidian theme accent instead of a fixed purple
- The Gantt today marker, milestone and subtask buttons, and row selection and hover highlights take their colors from the theme instead of fixed values
- Kanban cards align the assignee and due date to the bottom of the card
Fixed
- Subtasks created from a task's subtasks list or the add-subtask buttons are set to the subtask type automatically (#82)
- Assignees written as note links (
[[People/Jane Doe]]) show the person's name on their avatar instead of the link path (#64)
What's Changed
- unify label chips onto one primitive and refresh badge styling by @mrhyde in #110
- use obsidian theme variables for remaining hardcoded colors by @mrhyde in #111
- use native obsidian modal styling and drop redundant important rules by @mrhyde in #112
- split styles.css into partials bundled with lightningcss by @mrhyde in #113
- replace color constants with obsidian theme variables by @mrhyde in #114
- clear oxlint warnings across src and tests by @mrhyde in #115
- clear obsidian plugin review warnings by @mrhyde in #116
- default new subtasks to the subtask type by @mrhyde in #117
- resolve assignee note links to names on avatars by @mrhyde in #118
- update changelog for 1.6.1 by @mrhyde in #119
- bump version to 1.6.1 by @mrhyde in #120
Full Changelog: 1.6.0...1.6.1