Skip to content

Releases: mupchrch/split-diff

v1.1.0

17 May 14:09
Compare
Choose a tag to compare
  • 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

17 May 14:10
Compare
Choose a tag to compare
  • Fixed next/prev diff highlight skipping a selection after copying to right/left
  • Added keybinding for copy to left/right and scoped it to just the editors #73

v1.0.5

17 May 14:10
Compare
Choose a tag to compare
  • Added option to mute warning notifications
  • Updated option for scroll syncing to be able to turn off all syncing #68
  • Changed package to no longer disable soft wrap while diffing #71

v1.0.4

17 May 14:10
Compare
Choose a tag to compare
  • 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

17 May 14:10
Compare
Choose a tag to compare
  • Reintroduced one second delay to the loading modal #62

v1.0.2

17 May 14:11
Compare
Choose a tag to compare
  • Actually fixed line ending normalization for git repo #39 - thanks @IceOnFire!

v1.0.1

17 May 14:11
Compare
Choose a tag to compare
  • Fixed Uncaught TypeError when trying to highlight word diff #60
  • Fixed new pane not using same line endings as first pane for git repo #39
  • Fixed last chunk not being the same size which caused misalignment of editors #58

v1.0.0

17 May 14:11
Compare
Choose a tag to compare
  • 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

v0.8.3

17 May 14:12
Compare
Choose a tag to compare
  • Fixed loading modal appearing forever after diff computes quickly (remove one second delay) #47

v0.8.2

17 May 14:12
Compare
Choose a tag to compare
  • Fixed left editor remains soft wrapped #46
  • Fixed "Copy to Left" command not working #45