Releases: gildas/bitbucket-cli
Releases · gildas/bitbucket-cli
Release list
0.18.4 - Bug fixes
0.18.3 - Bug fixes
0.18.2 - new flags
0.18.1 - Bug Fixes
- Issue #92: bb pr update was failing
- Issue #95: profile secrets/passwords were stored in plain text after profile update when using the vault
- Issue #98: profile list columns were messy
- Issue #99: new feature: the default ssh key filename can be stored in profiles now
- Issue #102: added support for Commit Reference Target in Pipeline listing
Updated the Documentation in various areas.
0.18.0 - New commands and Bug fixes
- Issue #80: Most commands now support
--workspaceand--repositoryflags to specify the target workspace and repository. By default, they are inferred from the current git repository and the profile. - Issue #83: Fixed a crash on Windows when running
profile update - Issue #84: Pull request sub-commands infer their pull request ID like merge does
- Issue #85: New pull request sub-command:
pullrequest activitiesto replacepullrequest activity list(marked as deprecated) - Issue #86: New pull request sub-commands:
commits,diff,patch,request-changes,task - Issue #86: Pull request merge can now be performed with the
--asyncflag to avoid waiting for the merge to complete - Issue #86: Pull requests can now be searched by a commit ID with
pullrequest list --commit <commit-id> - Issue #88: Fixed package names so
go installworks as expected
Changelog: CHANGELOG.md
Full Changelog: v0.17.7...v0.18.0
0.17.7 - New command and bug fixes
- Issue #66: Fixed
--no-vaultflag forbb profile create - Issue #67: Added more documentation for
bb pipeline trigger - Issue #68: Added completions to
bb pipeline triggerflags - Issue #69: Added new command:
bb tag - Issue #70: Added new command:
bb commit diff - Issue #71: Added new command:
bb commit ancestor - Issue #72: Added new command:
bb commit patch - Issue #73: Added
--dry-runsupport to get and list commands - Added aliases to
--dry-run
0.17.6 - Bug fixes
- PR #54: Support for
--parentflag inpullrequest comment create - PR #55: Fix
pullrequest update --destinationwith nil repository - PR #59, New
--limitflag and default sort forpipeline list - PR #61: Preserve initial query parameters when following paginated data
- PR #63: README updates about API Tokens and App Passwords
Thanks for all the help from @pinaf, @keybrdist, @daberni, @yermulnik
0.17.5 - Bug fixes
- Issue #43: Do not fail adding default reviewers if credentials cannot query the API endpoints