Releases: mupchrch/split-diff
Releases · mupchrch/split-diff
v1.1.0
- Added ability to diff active file with right click in tree view or tab header #9
- Fixed toggling ignore whitespace via command not updating its state in the footer bar
- Fixed issue where one line editor would always pop notification about differing line endings
- Fixed word diff not working for line diffed against an empty line
- Fixed wrong current selection counter after copying last chunk to other editor
- Fixed poor user experience when auto opening text editors in new panes (Now tries to reuse panes more often instead of greedily creating new ones)
- Large code refactor
v1.0.6
v1.0.5
v1.0.4
- Added keybinding for toggle #64 - thanks @moritamori!
- Changed next/prev diff command to toggle package if not enabled #66
- Fixed diff hanging when diffing files containing json/xml #65
- Fixed uncaught exception when pressing copy chunk button before diff finished
- Fixed uncaught exception when pressing next/prev button before diff finished
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Added a user interface!
- Added help notification when user fails the copy command
- Added new pane opened by package will use same line endings as first pane (except for git panes) #39
- Removed notifications on enable/disable #57
- Changed next/prev diff command to move cursor with it so copy commands are easy #51
- Fixed error when trying to copy last chunk when it didn't have a match #50
- Fixed ignore whitespace not affecting the diff outcome #52
- Fixed Uncaught TypeError when trying to highlight word diff #49
- Fixed pane not getting destroyed if auto-opened editor was last item in it #48