Skip to content

Releases: mupchrch/split-diff

v0.8.1

17 May 14:12

Choose a tag to compare

  • Remove typo in main package file #44 - thanks @valepu!

v0.8.0

17 May 14:12

Choose a tag to compare

  • Added "Copy to Right" and "Copy to Left" palette commands, which partially adds #14
  • Fixed error when trying to diff using a non-git repo #43

v0.7.5

17 May 14:13

Choose a tag to compare

  • Improved highlighting performance
  • Fixed diffing huge files freezes editor #6
  • Added loading indicator for files that are taking over one second to diff
  • Fixed failure when diffing a file located in a git directory, but isn't tracked #36

v0.7.4

17 May 14:13

Choose a tag to compare

  • Fixed no paste help message for two empty editors #35
  • Added close pane and untitled file on toggle #30

v0.7.3

17 May 14:13

Choose a tag to compare

  • Now using placeholder text to display help message #32
  • Fixed a bug where diff was updated twice on initial run
  • Fixed a bug where scroll was not synced on initial run
  • Added setting to sync horizontal scrolling #29

v0.7.2

17 May 14:14

Choose a tag to compare

  • Fixed package disabling immediately in 1.7 beta #28

v0.7.1

17 May 14:14

Choose a tag to compare

  • Fixed next/previous diff starting from beginning of file after change #25

v0.7.0

17 May 14:15

Choose a tag to compare

  • Added ability to display diff of git changes #8
  • Fixed deprecations about TextEditor #24 - thanks @itiut!
  • Fixed reenabling soft wrap throwing an exception

v0.6.3

17 May 14:15

Choose a tag to compare

  • Removed debugging print statement #23 - thanks @itiut!

v0.6.2

17 May 14:15

Choose a tag to compare

  • Refactored for #18 to use block decorations for space between chunks
  • Changed setting/code for "Diff Line Characters" to "Show Word Diff"
  • Fixed a bug where next/prev diff wouldn't be reset between sessions
  • Updated demo gif