v1.20.1
v3 API for moving task home list
When using cup move --to <list> --remove <list>, the CLI now uses the v3 PUT /workspaces/{id}/tasks/{id}/home_list/{id} endpoint instead of the v2 add/remove approach. This fixes the "Task home list cannot be altered" error that occurred when trying to change a task's primary list.
Status mappings are automatically built when the task's current status doesn't exist in the destination list.
Thanks to @plainlystated for the contribution (#41).
Dependency updates
- vitest 4.1.1 -> 4.1.2 (CVE fix for flatted, sequential mock/unmock resolution)
- typescript-eslint 8.57.2 -> 8.58.0 (TypeScript 6 support)
933 tests.