Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 11:46
· 166 commits to main since this release

Bug Fixes

  • Duplicate priority bug - cup duplicate was producing NaN for task priorities (mapping "urgent" through Number() instead of a lookup table)
  • API client deduplication - request() and requestV3() shared 50 lines of identical error handling logic, now extracted into a shared _fetch() method
  • Shell completions - time update and time delete were missing from tab completion in all 3 shells
  • Bulk error reporting - cup bulk status now reports the specific error reason for each failed task instead of just the ID

New Commands

Delete operations

cup goal-delete <goalId>
cup key-result-delete <keyResultId>
cup doc-delete <docId>
cup doc-page-delete <docId> <pageId>

Tag rename

cup tag-update <spaceId> <tagName> --name "new name"

Task types

cup task-types                     # list available custom task types

Task templates

cup templates                      # list available task templates
cup create --list <id> --name "New Task" --template <templateId>

The README previously said templates had no public API - turns out they do.

Other

  • API coverage table updated with new "won't add" entries (list/folder/space CRUD, view/chat comments, user groups)
  • 666 tests across 54 files