Releases: speedyleion/gh-difftool
Releases · speedyleion/gh-difftool
Version 1.2.3
Fixed
- Submodule diffs causing early exit with error. Now they diff similar to git-difftool where the changes in sha are used in the difftool.
Version 1.2.2
Added
- Suggest checking if
patch
is installed whenpatch
fails to spawn.
Version 1.2.1
Fixed
- Files that were renamed and had a diff showed no differences. This regression was introduced in version 1.1.1.
Version 1.2.0
Added
- Add support for the
difftool.<tool>.cmd
git config option.
Version 1.1.1
Fixed
- Renamed files in a diff:
- Files that had no diffs and were only renamed would cause a panic
- Files that were renamed and had a diff were displayed with the new filename instead of the previous one.
Version 1.1.0
Added
- Ability to work with private repositories
Version 1.0.0
Figured it's time to 1.0 this thing
Added
- Support for vimdiff as a difftool
Version 0.1.15
Changed
- Reduced the default release binary sizes
Version 0.1.14
Fixed
- Android binary build published to release page
Version 0.1.12
Fixed
- Diffing of deleted files. Deleted files now result in a comparison of the old file against an empty file.