Releases: 23prime/backlog-cli
Releases · 23prime/backlog-cli
v0.7.2
What's Changed
- deps(deps): bump toml from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 by @dependabot[bot] in #132
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- deps(deps): bump quinn-proto from 0.11.13 to 0.11.14 by @dependabot[bot] in #128
- deps(deps): bump rustls-webpki from 0.103.9 to 0.103.10 by @dependabot[bot] in #127
- fix: make optional fields in Licence struct and fix RateLimit response structure by @23prime in #131
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- feat: implement bl space image (GET /api/v2/space/image) by @23prime in #122
- feat: implement bl project image (GET /api/v2/projects/{projectIdOrKey}/image) by @23prime in #123
- feat: add bl space upload-attachment command by @23prime in #126
- feat: implement bl user icon (GET /api/v2/users/{userId}/icon) by @23prime in #124
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: show banner and help when bl is run without subcommand by @23prime in #32
- feat: add bl notification list/count/read/reset-unread commands by @23prime in #33
- feat: add query parameter support to activities, notifications, teams, and recently-viewed commands by @23prime in #34
- feat: add bl space licence and bl space update-notification by @23prime in #58
- refactor: add default unimplemented!() to BacklogApi trait to eliminate test boilerplate by @23prime in #63
- feat: add bl issue comment count/show and comment notification list/add by @23prime in #64
- feat: add bl issue attachment delete, participant list, and shared-file commands by @23prime in #65
- ai: add implementing-issue skill by @23prime in #68
- docs: reorganize development documentation by @23prime in #69
- feat: bl project create / update / delete by @23prime in #70
- feat: bl issue attachment get by @23prime in #71
- feat: bl user add/update/delete, recently-viewed-projects/wikis, star list/count by @23prime in #72
- deps(deps): bump jdx/mise-action from 3 to 4 by @dependabot[bot] in #73
- feat: bl watch list/count/show/add/update/delete/read by @23prime in #74
- feat: bl priority list + bl resolution list by @23prime in #75
- feat: bl project user add/delete and bl project admin list/add/delete by @23prime in #76
- feat: bl project status add / update / delete / reorder by @23prime in #77
- Merge upstream changes by @github-actions[bot] in #80
- feat: bl project issue-type add / update / delete by @23prime in #81
- feat: bl project category add / update / delete by @23prime in #82
- feat: bl project version add / update / delete by @23prime in #83
- feat: bl project custom-field list / add / update / delete + item CRUD by @23prime in #84
- feat: bl rate-limit by @23prime in #85
- feat: bl project team list / add / delete by @23prime in #86
- feat: bl project webhook list / show / add / update / delete by @23prime in #87
- chore: add cargo and npm to dependabot config by @23prime in #88
- deps(deps): bump tempfile from 3.26.0 to 3.27.0 by @dependabot[bot] in #89
- deps(deps): bump getrandom from 0.3.4 to 0.4.2 by @dependabot[bot] in #91
- deps(deps): bump toml from 0.8.23 to 1.0.4+spec-1.1.0 by @dependabot[bot] in #93
- deps(deps): bump anstream from 0.6.21 to 1.0.0 by @dependabot[bot] in #90
- deps(deps): bump httpmock from 0.7.0 to 0.8.3 by @dependabot[bot] in #92
- refactor: introduce params structs for update methods by @23prime in #94
- feat: add bl document commands (list/tree/show/create/delete/attachment get) by @23prime in #95
- deps(deps): bump toml from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 by @dependabot[bot] in #96
- deps(deps): bump clap from 4.5.60 to 4.6.0 by @dependabot[bot] in #97
- deps(deps): bump dirs from 5.0.1 to 6.0.0 by @dependabot[bot] in #98
- feat: add bl star add / delete commands by @23prime in #99
- feat: add bl shared-file list / get commands by @23prime in #101
- feat: add bl wiki count/tag/star/attachment/shared-file commands by @23prime in #102
- feat: add bl git repo list/show commands by @23prime in #103
- feat: add bl pr commands (list/count/show/create/update/comment/attachment) by @23prime in #104
- feat: add bl team add / update / delete / icon commands by @23prime in #105
- refactor: extract shared deserialize helper in src/api/ by @23prime in #112
- refactor: consolidate duplicated activity helpers across space/project/user by @23prime in #113
- refactor: pull format_project_user_row up to src/cmd/project/mod.rs by @23prime in #114
- refactor: promote shared sample_* test fixtures to pub(crate) in each resource group's mod.rs by @23prime in #117
- refactor: extract print_json helper to src/cmd/mod.rs by @23prime in #116
- refactor: rename format_team_row to format_project_team_row in cmd/project/team.rs by @23prime in #115
New Contributors
- @dependabot[bot] made their first contribution in #73
- @github-actions[bot] made their first contribution in #80
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat: add --verbose / -v flag for HTTP request/response logging by @23prime in #28
- feat: add bl user list and bl user show commands by @23prime in #29
- feat: add bl team list and bl team show commands by @23prime in #30
- feat: add bl user activities and bl user recently-viewed commands by @23prime in #31
Full Changelog: v0.4.3...v0.5.0
v0.4.3
v0.4.2
v0.4.1
What's Changed
- feat: add banner display by @23prime in #20
- feat: support BL_API_KEY env var for credential injection by @23prime in #21
- docs: add Japanese translations of README and user guide by @23prime in #22
- feat: add OAuth 2.0 authentication via bl auth login oauth by @23prime in #23
Full Changelog: v0.4.0...v0.4.1