Skip to content

Releases: desktop/dugite

v1.102.0

24 Mar 15:45
Compare
Choose a tag to compare

Add GitError.ConflictModifyDeletedInBranch for when merge is attempting to merge modifications to a file that doesn't exist in target branch

v1.101.0

23 Mar 12:06
Compare
Choose a tag to compare
  • Add GitError.GPGFailedToSignData when GPG fails to sign the data #433

V1.99.0

09 Mar 17:05
Compare
Choose a tag to compare

Add GitError.MergeCommitNoMainlineOption and regex to be able to parse main line error during cherry picking or reverting a merge commit.

v1.98.0

11 Feb 15:53
14c9d1c
Compare
Choose a tag to compare
  • Update GitError.UnresolvedConflicts error regex to pick up cherry picking unresolved conflict error output.

v1.97.0

11 Feb 15:36
Compare
Choose a tag to compare
  • Bump dugite-native to v2.29.2-2, which includes git built with an older version of macOS SDK in order to fix desktop/desktop#11516

v1.95.0

27 Jan 15:39
Compare
Choose a tag to compare
  • Bumps dugite-native in order to get Git LFS 2.13.2 (CVE-2021-21237)
  • Bumps dugite-native to Git 2.26.2-4 in order to work around issues with homebrew linked version of curl.

v1.93.0

03 Dec 21:22
Compare
Choose a tag to compare
  • Download x64 Git on Apple Silicon - #416

v1.92.0

03 Dec 20:17
Compare
Choose a tag to compare
  • Stop testing on node 8 - #408
  • Upgrade to dugite-native 2.26.2-1 - #415

v1.91.3

05 Nov 15:34
Compare
Choose a tag to compare
  • #407 Detect Git 2.26.x rebase errors correctly

v1.91.2

24 Jun 15:54
1dda875
Compare
Choose a tag to compare
  • This release includes git 2.26.2 (2.26.2.windows.0) and Git LFS 2.7.2 (these are the same as the preceding dugite release v1.91.1)
  • Adds support for Windows on ARM via the npm_config_arch config #391 - thanks to @kaadam and @dennisameling!
  • Adds parsing for errors related to local changes conflicting with merge and rebase actions (see #403).