Skip to content

Releases: gildas/bitbucket-cli

Bug fixes

14 Feb 12:06
v0.17.5
7eb07da

Choose a tag to compare

  • Issue #43: Do not fail adding default reviewers if credentials cannot query the API endpoints

Bug fixes

09 Feb 00:22
v0.17.4
d1b1659

Choose a tag to compare

  • 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

Bug fixes

03 Feb 01:04
v0.17.3
066a7a3

Choose a tag to compare

  • 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

Pull Request improvements and bug fixes

31 Jan 16:01
v0.17.2
a5e54f4

Choose a tag to compare

  • Workspace/project list commands now use the latest Bitbucket API endpoints (Issue #35).
  • Added a workspace permission command.
  • Pull Request create command now automatically assigns reviewers based on repository settings (default reviewers) (Issue #37).
  • Pull Request create command now allows (valid) reviewer IDs from different workspaces than the source repository (Issue #37).
  • Pull Request create shows the list of assigned reviewers in dry run mode (Issue #37).
  • Added a user me command to quickly get information about the authenticated user (flag --emails will show email addresses).

Pagination

24 Jan 14:39
v0.17.1
805a402

Choose a tag to compare

  • list commands now support pagination

Pipelines support

12 Jan 15:33
v0.17.0
5ec790b

Choose a tag to compare

  • Added Pipeline commands (Issue #26)
  • Pull Requests can now be updated (Issue #28)
  • Added more verbosity to profile authorize command (the token URL is now shown)
  • Added support for draft pull requests (Issue #31)
  • Added --query to list commands (Issue #32)
  • Fixed crash when using profile get --current without any profile configured (Issue #30)

Contributors:

Support for git worktrees

16 Dec 13:58
v0.16.1
4a156ea

Choose a tag to compare

  • Issue #25: Support for git worktrees

Columns and Sort for get/list commands

15 Aug 11:16
v0.16.0
6583239

Choose a tag to compare

  • It is now possible to add --columns and --sort to get/list commands
  • Bug fixes

Vault, private repositories, and fixes

04 Aug 21:16
v0.15.0
897ed4d

Choose a tag to compare

  • Passwords and Access Tokens are now stored in the vault of the OS
  • bb repo clone has been enhanced to allow private cloning and support more protocols
  • Various bug fixes

New command and bug fixes

02 May 23:49
v0.14.0

Choose a tag to compare

  • Added pr activity list command to show the activity of a pullrequest (courtesy of @icc-vela)
  • list commands now sort their output
  • Completions match the given pattern and are sorted