Skip to content

Releases: frostming/legit

Release v1.2.0

10 Dec 08:43
79dbd77
Compare
Choose a tag to compare
  • Officially drop support for Python 3.4

Release 1.1.0

01 Oct 13:13
Compare
Choose a tag to compare
  • Support a second parameter for branches command to restrict the results to matching branches.
  • legit --instal can install aliases from a venv-boxed legit.

1.0.2

19 Sep 05:44
Compare
Choose a tag to compare
  • Don't install switch on git>=2.23.0.
  • Update requirements
  • Fix Windows executable release
  • Improve tests

1.0.1

17 Mar 18:42
Compare
Choose a tag to compare
  • Fix obtaining repo remote
  • Update requirements for bug fixes, Python 3.6 support

The windows exe is packaged with Python 2.7.13 and Pyinstaller on 32-bit Windows 7 SP1
with modified legit_r from bfdd3ec

1.0.0

14 Mar 16:53
91774a9
Compare
Choose a tag to compare
  • Refactor CLI using click
  • Add --verbose option
  • Add --fake option
  • Move "install" command to --install option
  • Add --uninstall option which unsets legit git aliases
  • Move "settings" command to --config option
  • Improve help output
  • Add tests!
  • Update CI configuration
  • Update README
  • Remove support for deprecated Python versions 2.6, 3.2, 3.3

Improve Python 3 support and other bug fixes.

25 Sep 14:31
v0.2.1
bd60b91
Compare
Choose a tag to compare
  • Support special expression for branch.
  • Improve completion
  • Better help message.
  • Add manpage.
  • off_branch becomes optional.
  • Use correct branch for unstaging in switch command.
  • Fetch and abort if unpublishing branch not found.
  • Fix remote name config with legit.remote.

v0.2.0

08 Aug 10:27
Compare
Choose a tag to compare

Python 3 compatible.