Skip to content

Releases: gildas/bitbucket-cli

0.17.7 - New command and bug fixes

05 Apr 16:29
v0.17.7
7a9fcbb

Choose a tag to compare

  • 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

20 Mar 08:15
v0.17.6
02be552

Choose a tag to compare

  • 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

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

0.17.4 - 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

0.17.3 - 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

0.17.2 - 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).

0.17.1 - Pagination

24 Jan 14:39
v0.17.1
805a402

Choose a tag to compare

  • list commands now support pagination

0.17.0 - 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:

0.16.1 - Support for git worktrees

16 Dec 13:58
v0.16.1
4a156ea

Choose a tag to compare

  • Issue #25: Support for git worktrees

0.16.0 - 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