v0.7.0
Major changes in this version:
pull rebasenow doesn't stash everything (even untracked files) by default, if you want to use the old behaviour, use the new--stash-alloption (or--stash-include-untrackedfor a less extreme alternative) (#22)clonecan now set up a triangular workflow for you, just use the--triangularoption (#64)clonenow can forward options togit clone, so you can pass any Git option (like--recurse-submodules) when cloning from GitHub (#69)issue showandpull showhave been greatly improved and now shows all the comments, labels and status, use the new option--summaryto 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)