Skip to content

v0.37.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 20:54
· 47 commits to main since this release

Changelog

  • 10a2235 Merge branch 'board-view-scroll-fix'
  • 9ceac6b Merge branch 'extended-category-view' into td-tasks-kanban-view
  • 47f14f1 Merge branch 'fix/board-refresh'
  • a73d5e9 Merge branch 'main' into td-tasks-kanban-view
  • 5f6ff62 Merge branch 'task-modal-autofill-edit-status'
  • 68a3ae0 Merge fix/board-refresh into main
  • b904ab8 Merge remote-tracking branch 'fork/main'
  • 4dbb54d Merge task-modal-autofill-edit-status into main
  • 43c6a34 feat: add --work-dir flag and TD_WORK_DIR env var with .td-root integration (td-fa7e6f)
  • 15b03e8 feat: add IN_PROGRESS and PENDING_REVIEW categories to board view
  • d58fe16 feat: add InProgress and PendingReview columns to kanban view
  • 13cc831 feat: add defer_until/due_date/defer_count to Issue model and all DB operations
  • 2dadd1b feat: add directory associations for automatic project resolution
  • 7ffcdb9 feat: add event taxonomy normalizer with backward-compatibility validation
  • 38eb473 feat: add kanban board view for tasks
  • 1b3a3ea feat: add migration 29 (defer_until, due_date, defer_count) and date parser
  • ff0f3fb feat: add per-column scrolling and fullscreen mode to kanban view
  • eab38fd feat: add td defer, td due commands and --defer/--due flags on create/update
  • fdbe132 feat: add td list temporal filters, defer fields in JSON/display, sync roundtrip tests
  • 77611e3 feat: autofill dropdowns for parent epic and dependencies fields (td-bdee5b)
  • 0640db1 feat: display defer_until, due_date, defer_count in monitor task modal
  • 2a082eb fix: account for down indicator in swimlane scroll walk-back
  • b696faa fix: board view not refreshing after task creation
  • ac45e62 fix: board view not refreshing after task creation and actions
  • 29579fd fix: board view scroll height calculation mismatch (td-39946d)
  • a37b377 fix: correct swimlane separator logic and add edge case tests
  • ef26b50 fix: remove accidentally committed .td-root file
  • 1653f43 fix: remove accidentally committed .td-root file
  • a476307 fix: use display lines for swimlane needsScroll calculation