Skip to content

Releases: loganintech/gitpub

Fixed bitbucket language option

19 May 00:00
Compare
Choose a tag to compare

[0.4.3] - 2019-05-18

Fixes

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

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

12 May 08:12
Compare
Choose a tag to compare

[0.4.2] - 2019-05-12

Fixes

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

Removed --endpoint from bitbucket subcommand

12 May 08:11
Compare
Choose a tag to compare

[0.4.1] - 2019-05-11

Removed

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

Added support setting remote after success

11 May 09:17
94d5ed2
Compare
Choose a tag to compare

[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.

Added bitbucket support

23 Apr 05:38
Compare
Choose a tag to compare

[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.

Added --endpoint param for uploading to enterprise providers

14 Apr 10:33
Compare
Choose a tag to compare

Changelog

[0.2.2] - 2019-04-14

Added

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

LICENSE Manifest Change

14 Apr 09:55
Compare
Choose a tag to compare

Small change to make the crates page update the license.

Gitlab support

14 Apr 09:52
Compare
Choose a tag to compare

See the changelog for changes.