Skip to content

Releases: SierraSoftworks/git-tool

Version 2.1.17

17 Oct 19:35
d3ce226
Compare
Choose a tag to compare

Changes

Version 2.1.16

05 Oct 22:02
465f543
Compare
Choose a tag to compare

Changes

Version 2.1.15

04 Oct 22:28
3764d1a
Compare
Choose a tag to compare

Changes

Version 2.1.13

09 Sep 20:32
35d88b4
Compare
Choose a tag to compare

Changes

Version 2.1.12

20 Aug 15:56
61d8abd
Compare
Choose a tag to compare

Changes

Version 2.1.11

31 Jul 12:31
ca1c6a3
Compare
Choose a tag to compare

Changes

  • fix: Prevent Git-Tool from intercepting signals intended for child processes @notheotherben (#95)
  • chore(deps): bump serde_json from 1.0.56 to 1.0.57 @dependabot (#92)
  • chore(deps): bump tokio from 0.2.21 to 0.2.22 @dependabot (#90)
  • chore(deps): bump codecov/codecov-action from v1.0.11 to v1.0.12 @dependabot (#91)
  • chore(deps): bump codecov/codecov-action from v1.0.10 to v1.0.11 @dependabot (#89)

Version 2.1.10

20 Jul 11:05
97cd8fd
Compare
Choose a tag to compare

Changes

  • Fix the resolution of full repository names for the default service (i.e. notheotherben/cv vs notheotherben/csv-parser should not conflict if you attempt to run gt o notherotherben/cv). @notheotherben
  • Further improvements to symbolication for Sentry @notheotherben (#81)

Version 2.1.9

19 Jul 22:35
1ab15ea
Compare
Choose a tag to compare

Changes

Version 2.1.8

18 Jul 11:00
c0b272d
Compare
Choose a tag to compare

Changes

  • Add auto-complete support for the gt fix --all command @notheotherben
  • Add a --no-create-remote/-R flag to the gt new, gt open --new and gt fix commands to prevent the creation of remote repos on a per-command basis. This operates in addition to the configuration features.create_remote flag. @notheotherben
  • Fix the way we report the internal version number to Sentry to ensure that symbols are resolved correctly @notheotherben

Version 2.1.7

18 Jul 10:49
233471d
Compare
Choose a tag to compare

Changes

  • Fix the use of gt fix --all to ensure that filtering works as intended @notheotherben
  • Fix the version number we report to Sentry to ensure that desymbolication works correctly @notheotherben