Skip to content

Releases: SierraSoftworks/git-tool

Version 2.0.0

04 Jul 17:20
ce02131
Compare
Choose a tag to compare

This release involves a full rewrite of the project in Rust with the goal of improving startup time, reducing binary size and addressing some complexity issues in the original codebase which made implementing new features more challenging than they needed to be. We've also managed to push test coverage up significantly (with more improvements to come there) and by switching to pure git (rather than a libgit2 wrapper) we are able to provide a far more predictable experience than we could with the 1.x branch.

Best of all, this should be a drop-in replacement for anyone currently using 1.5.x, including automated updates - so to get the latest release, you just need to run git-tool update and away you go!

Version 1.5.6

10 Mar 23:08
8b7dbb0
Compare
Choose a tag to compare

Changes

Version 1.5.5

05 Mar 23:27
0d1eb5b
Compare
Choose a tag to compare

Changes

  • Migrate automated tests to native testing package @spartan563 (#27)
  • Fixed gt config add not including app arguments correctly in newly installed apps.

Version 1.5.4

03 Mar 22:55
02bf6d8
Compare
Choose a tag to compare

Changes

  • Automatically checkout remote branches if they exist @spartan563 (#26)

Version 1.5.3

26 Feb 23:14
f48f8a2
Compare
Choose a tag to compare

Changes

  • Switch to Go v1.14

Version 1.5.2

26 Feb 22:45
661a082
Compare
Choose a tag to compare

Changes

Version 1.5.1

26 Feb 15:57
4056896
Compare
Choose a tag to compare

Changes

  • Add support for checking out specific branches using git tool @spartan563 (#22)

Version 1.5.0

24 Feb 15:17
966847d
Compare
Choose a tag to compare

Changes

  • Add commands to import config templates from the registry @spartan563 (#20)
  • Add initial configuration registry entries @spartan563 (#19)
  • Add shell-init command to simplify setup of shell integration @spartan563 (#18)

Version 1.4.0

12 Oct 23:58
7213ac7
Compare
Choose a tag to compare

Changes

Version 1.3.2

03 Oct 21:49
f15d164
Compare
Choose a tag to compare

Changes