Skip to content

Releases: sociomantic-tsunami/git-hub

v1.1.0-rc.3

20 Nov 11:24
Compare
Choose a tag to compare
v1.1.0-rc.3 Pre-release
Pre-release

Features

  • Now git-hub issue update -t TITLE can be used to update issue's title.

Create draft pull request

  • git-hub pull new accepts --draft or -d to create a draft pull request.

  • Now git-hub pull new accepts --labels, --milestone and --assign

v1.1.0-rc.2

16 Apr 16:19
v1.1.0-rc.2
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

Features

  • Now git-hub issue update -t TITLE can be used to update issue's title.

  • Now git-hub pull new accepts --labels, --milestone and --assign

v1.1.0-rc.1

16 Apr 16:06
v1.1.0-rc.1
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Release notes were wrong in this release, they are fixed in v1.1.0-rc.2.

v1.0.3

25 Jan 16:03
v1.0.3
Compare
Choose a tag to compare
v1.0.3

v1.1.0-alpha.1

19 Jul 16:27
v1.1.0-alpha.1
bc4d2e7
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release

Alpha release to populate bintray's prerelease bionic repo.

v1.0.2

19 Jul 16:20
v1.0.2
Compare
Choose a tag to compare

v1.0.1

04 May 08:25
v1.0.1
Compare
Choose a tag to compare

https://github.com/sociomantic-tsunami/git-hub/milestone/25?closed=1

  • issue list: use correct noun in help message #237
  • Unable to checkout pull request from unknown repository #182

v1.0.0

29 Sep 07:51
v1.0.0
Compare
Choose a tag to compare

This git-hub tool have been out there for a while now (it turned 4 years old, at least as an open source project, just 9 days ago). It is now officially maintained in Debian, which makes it part of Ubuntu, and it seems to have a small but... existent user base.

We also tried to pay attention not to break the user experience for quite a while now too, so we see no reason not to grow up and call this next version 1.0.0. It was also never announced but this tool follows the (SemVerish) Neptune release scheme, so it should be safe to update and know what to expect in terms of breakage or new features.

I hope you continue to enjoy the ride!

Migration Instructions

  • clone

    • --triangular now is the default (you can still use --no-triangular or git config hub.triangular false to disable it).

    • The --remote flag, which used to have a meaning that depended on if the triangular mode was enabled or not, has been replaced by the --forkremote and --upstreamremote options.

      The new --forkremote (fork by default) will always set the remote used for the fork and the --upstreamremote (upstream by default) will always set the remote used for the upstream repo, no mater if the cloning was done using --no-triangular or not.

      --forkremote default was already changable via the hub.forkremote git config and now hub.upstreamremote can be used to change the default for --upstreamremote.

    • origin will not be used as a remote name anymore (unless it is explicitly set) to avoid confusion with the change to use the triangular mode by default. Before origin could be either the fork or the upstream repo depending on that option.

    • Forwarding --origin to git clone is not possible anymore, you have to use --forkremote or --upstreamremote depending on if you are using --no-triangular or not.

  • Trusty support was dropped.

    The build process won't produce packages for trusty anymore and there won't be any testing using trusty. The tool will probably continue working on it, but there will be no effort put in making sure of that.

Features

  • Now make install sysconfdir=/path/to/etc can be used to override the previously hardcoded location (/etc), which is still the default.

https://github.com/sociomantic-tsunami/git-hub/milestone/13

v0.11.3

25 Sep 18:04
v0.11.3
e374d3d
Compare
Choose a tag to compare

Issues Fixed

  • Make: Fix deb target dependencies #231

    This fixes the bash-completion file in the Debian package.

https://github.com/sociomantic-tsunami/git-hub/milestone/23

v0.11.2

25 Sep 12:39
v0.11.2
Compare
Choose a tag to compare

Issues Fixed

  • Update beaver to v0.2.1 #225
  • Subshell issue when building in a Python 3 environment #223
  • Python 3 issue that isn't handled by 2to3: type of stderr #221
  • Error checking out a pull request which referenced branch has been deleted #220

https://github.com/sociomantic-tsunami/git-hub/milestone/22