Skip to content

v0.7.0

Choose a tag to compare

Major changes in this version:

  • pull rebase now doesn't stash everything (even untracked files) by default, if you want to use the old behaviour, use the new --stash-all option (or --stash-include-untracked for a less extreme alternative) (#22)
  • clone can now set up a triangular workflow for you, just use the --triangular option (#64)
  • clone now can forward options to git clone, so you can pass any Git option (like --recurse-submodules) when cloning from GitHub (#69)
  • issue show and pull show have been greatly improved and now shows all the comments, labels and status, use the new option --summary to get the old short format (#76, thanks @matthiasbeyer!)

A bunch of small improvements and bugfixes were also added:

  • Fixed retrieval of empty lists (issues/pull requests) (2cd9949)
  • Documentation and info messages fixes and improvements (#70, #71, #78)
  • Switched to use GitHub media type v3, as the old one is deprecated and not longer the default (#80)
  • Fixed and improved verbose/debug output (33ee418, 435fcad, d8864c5)
  • Now fpm is used to generate the Debian package, a proper package with Debian tools is left out for an eventual DD that wants to do a proper package (#68)
  • Now is easier to customize the Python interpreter to be used at build time (fa217b5)