Skip to content

Releases: triptechtravel/clickup-cli

v0.17.0

11 Mar 07:29
3bf71b4

Choose a tag to compare

What's Changed

Bug Fixes

  • fix: handle "drop_down" type for custom field resolution (#3) — The ClickUp API returns dropdown field types as "drop_down" (with underscore), but the CLI only matched "dropdown". This caused --field to send raw display names instead of UUIDs, resulting in 400 errors.

  • fix: resolve statuses from list before falling back to space (#5) — status set and task edit --status failed for lists with custom status overrides because only space-level statuses were checked. Status validation now checks list-level statuses first. Fixes #4.

Contributors

Thanks to @neptunix for PR #3 and @aliovou for reporting #4! 🙏

v0.16.0

09 Mar 00:10

Choose a tag to compare

Changelog

  • 2950092 feat: add tag create command, auto-create tags in --add-tags, and --tag filter for time list

v0.15.0

05 Mar 06:34

Choose a tag to compare

Changelog

  • b169021 feat(create): add --current flag to auto-resolve active sprint list

v0.14.0

04 Mar 07:45

Choose a tag to compare

Changelog

  • 6d5970a feat(edit): add --add-tags and --remove-tags flags for incremental tag management

v0.13.0

04 Mar 06:46

Choose a tag to compare

Changelog

  • 00b01d2 feat(time): add workspace-wide timesheet mode to task time list

v0.12.0

20 Feb 00:02

Choose a tag to compare

Changelog

  • 215917f feat: add task list-add/list-remove, status add, and naming conventions

v0.11.0

09 Feb 00:38

Choose a tag to compare

Changelog

  • 84af927 feat!: progressive search, PR URL fallback, remove link_field

v0.10.2

06 Feb 04:40

Choose a tag to compare

Changelog

  • ff18082 fix(api): distinguish permission 401s from expired auth

v0.10.1

05 Feb 04:58

Choose a tag to compare

Changelog

  • 353c55e feat: improve inbox with description scanning and higher default limit
  • 33e0e86 fix(tags): use dedicated tag API endpoints instead of task request body

v0.10.0

04 Feb 02:28

Choose a tag to compare

Changelog

  • d8f484e feat: add task delete command
  • fb62866 feat: add time delete, tag list, tag validation, and fix time --date timezone