Releases: mupchrch/split-diff
Releases · mupchrch/split-diff
v1.6.1
v1.6.0
- Added ability to disable automatic diff #139
- Changed loading indicator to appear in footer UI instead of as a modal that covered both editors #149
- Fixed toggling "Ignore Whitespace" from Atom settings didn't update the checkbox in the footer UI
- Fixed "Diff with Active File" not highlighting syntax in newly created tab (missed part of #151)
- Fixed "Diff with Active File" of new, unsaved tab creating a new tab with editor hooked up to shared text buffer #160
- Fixed "Remove Soft Wrap" setting not working for quick git diff #143
v1.5.4
v1.5.3
v1.5.2
v1.5.1
- Fixed selected line losing its background color with some themes - thanks @skylerlee!
v1.5.0
- Added setting to automatically turn off soft wrap during diff and restore it on disable #101
- Added git submodule support #112
- Changed octocat loading icon to be a more generic (full CSS) loading spinner #126
- Fixed error when choosing "Diff with Active File" on an editor tab created by this package #125
- Fixed next/prev selection number showing "1 / 0" when clicking next with zero differences