Asana CLI 1.1.0
Release 1.1.0
For installation instructions, please visit our documentation.
Changelog
Features
- 5aa42ec: feat: add CreatedAt field to Config struct and set it during Save by @timwehrle
- 112c4c2: feat: add new tags tasks command (#33) by @timwehrle
- a866d44: feat: add section selection during task creation (#35) by @timwehrle
- 9ad7ab1: feat: add support for specifying tag ID in tasks command by @timwehrle
- d4a6bc2: feat: add the tasks create command (#32) by @timwehrle
Bug fixes
- 0c9c9d9: fix: add additional linters to golangci configuration by @timwehrle
- 5f0a11b: fix: correct YAML tag for CreatedAt field in Config struct and update test initialization by @timwehrle
- 2084d43: fix: remove unused copy of variable in tags list tests by @timwehrle
- 94c75a5: fix: rename ErrorCancel to ErrCancel for consistency by @timwehrle
- eeb5e62: fix: replace hardcoded "windows" string with constant by @timwehrle
- f19ae00: fix: standardize formatting in goreleaser configuration by @timwehrle
- 5b85136: fix: update copyright year in LICENSE by @timwehrle
- ba0eb02: fix: update linting issues with funcorder by @timwehrle
Documentation updates
- 8672026: docs: add security policy by @timwehrle
- 83da2da: docs: enhance tags command usage and improve tasks command documentation by @timwehrle
Other updates
- 74b1e39: refactor: simplify ValidateStringEnum function using slices package by @timwehrle
- 2c25e35: refactor: update code to be in norms with gocritic linter by @timwehrle
- 0d372c0: refactor: update command flag typo by @timwehrle
- c567247: refactor: update formatting for resolving linter issues by @timwehrle
Full Changelog: v1.0.1...v1.1.0