Skip to content

Releases: gildas/bitbucket-cli

0.18.4 - Bug fixes

Choose a tag to compare

@gildas gildas released this 20 Jul 08:44
v0.18.4
f3511a9

0.18.3 - Bug fixes

Choose a tag to compare

@gildas gildas released this 08 Jul 00:32
v0.18.3
711c73d
  • Issue #111: bb profile commands should now behave normally when the config file is empty/does not exist
  • Issue #112: bb authorize should be able to open a browser in Windows from a WSL now.
  • Issue #113: Missing 1 --callpback-portinbb profile update`
  • Issue #114: Removed extra calls to os.Exit

0.18.2 - new flags

Choose a tag to compare

@gildas gildas released this 06 Jun 12:58
v0.18.2
ab8655e
  • Issue #105: Enum Flags will now enforce their values
  • Issue #106: pullrequest comment create and pullrequest comment update now support the --pending flag

0.18.1 - Bug Fixes

Choose a tag to compare

@gildas gildas released this 29 May 16:09
v0.18.1
642a04a
  • 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

Choose a tag to compare

@gildas gildas released this 06 May 13:44
v0.18.0
6861abe
  • Issue #80: Most commands now support --workspace and --repository flags 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 activities to replace pullrequest 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 --async flag 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 install works as expected

Changelog: CHANGELOG.md

Full Changelog: v0.17.7...v0.18.0

0.17.7 - New command and bug fixes

Choose a tag to compare

@gildas gildas released this 05 Apr 16:29
v0.17.7
7a9fcbb
  • Issue #66: Fixed --no-vault flag for bb profile create
  • Issue #67: Added more documentation for bb pipeline trigger
  • Issue #68: Added completions to bb pipeline trigger flags
  • 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-run support to get and list commands
  • Added aliases to --dry-run

0.17.6 - Bug fixes

Choose a tag to compare

@gildas gildas released this 20 Mar 08:15
v0.17.6
02be552
  • PR #54: Support for --parent flag in pullrequest comment create
  • PR #55: Fix pullrequest update --destination with nil repository
  • PR #59, New --limit flag and default sort for pipeline 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

Choose a tag to compare

@gildas gildas released this 14 Feb 12:06
v0.17.5
7eb07da
  • Issue #43: Do not fail adding default reviewers if credentials cannot query the API endpoints

0.17.4 - Bug fixes

Choose a tag to compare

@gildas gildas released this 09 Feb 00:22
v0.17.4
d1b1659
  • Issue #43: remove the author of a pull request from the default reviewer when submitting it
  • Issue #45: Added support for pull request reference targets to pipelines
  • The user cache is now profile aware

0.17.3 - Bug fixes

Choose a tag to compare

@gildas gildas released this 03 Feb 01:04
v0.17.3
066a7a3
  • Issue #36 The effective default reviewers of the repository are now used when creating/updating pull requests
  • Issue #41 the previews snap didn't contain the proper version of bibucket-cli