Skip to content

1.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:55
· 93 commits to main since this release

Added

  • Completing a task records a completion date, editable in the task modal and stored in frontmatter (#93)
  • Setting "Show description preview on board" (default off) shows the first few lines of each task description on kanban cards, with markdown stripped and clamped to three lines (#59)

Changed

  • Saving a task rewrites only the files affected by the change instead of every task file in the project
  • Projects open faster: task data loads from Obsidian's metadata cache and note bodies are read on demand. Previously loaded projects reopen instantly; edits made outside the plugin are still detected and reloaded
  • The table renders only the rows in view, so it stays responsive in large projects
  • Views update in place after an edit, preserving scroll position and selection
  • Select all in the table selects every task matching the current filter, not just the rows in view
  • Collapse state is stored in plugin settings instead of task frontmatter. Collapsing or expanding a subtree no longer modifies task files, and the collapsed frontmatter key is no longer written
  • Expand/collapse subtasks toggle is styled consistently across the table and Gantt views
  • Gantt task bars use stronger contrast between completed and remaining work (#87)
  • Gantt task bars no longer overlay a stripe on tasks that have subtasks

Fixed

  • Images pasted or dropped onto a task are saved in the task's own folder instead of the vault root. The folder follows the task when it's renamed or archived, and is removed when the task is deleted
  • Duplicating a task with its subtasks failed with a "note already exists" error and dropped the subtasks. Copies of a subtree now get distinct file names (#90)
  • Progress bar labels showing 0% instead of the actual value in some views
  • Subtasks toggle not working in the Gantt view

Full Changelog: 1.5.0...1.6.0