Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

62 lines (38 loc) · 1.8 KB

Changelog

[0.4.3] - 2019-05-18

Fixes

  • The --language option for bitbucket now correctly accepts a value.

[0.4.2] - 2019-05-12

Fixes

  • Fixed the way error handling was handled when setting git remote.

[0.4.1] - 2019-05-11

Removed

  • Removed --endpoint from bitbucket subcommand. It is taken care of via a global param now.

[0.4.0] - 2019-05-11

Added

  • Added --ssh_remote_format, --set_remote, and --remote_name commands. These are global commands and must be used before the subcommand. Example: gitpub --ssh_remote_format github -n "name" Check README for more info.

Changed

  • This version encompasses changes to the CLI interface. It was re-written from structopt to use a clap app.
  • Any flag that defaults to true and accepted a true or false value has now been inverted. IE --issues false has become --disable_issues. --issues true is no longer accept as it doesn't effect the result.
  • The --endpoint flag is now global and allows you to selectively override the endpoint that the request is sent to.

[0.3.0] - 2019-04-22

Added

Changed

  • Slightly changed helptext for github privacy flag.
  • Github parameters are no longer serialized if they're None.

[0.2.2] - 2019-04-14

Added

  • Custom --endpoint (-e) param allowing request redirection to enterprise providers

[0.2.1] - 2019-04-14

Changed

  • Modified Cargo manifest entry for the license

[0.2.0] - 2019-04-14

Added

Changed

  • Short versions of shared properties

[0.1.0] - 2019-04-10

Added

  • Github support