Skip to content

Releases: danielroedl/vsc-meld-diff

1.5.1

27 Oct 15:37
Compare
Choose a tag to compare
  • Add handling of all diff view types

1.5.0

26 Oct 17:39
Compare
Choose a tag to compare
  • Add function to open diff from an internal vscode comparison in meld

1.4.1

26 Oct 17:39
Compare
Choose a tag to compare
  • Handle new internal code of merge conflicts issue 23
  • Add better error message if it's not possible to write temp file

1.4.0

26 Oct 17:38
Compare
Choose a tag to compare
  • Add setting to suppress error message if diff command ends with not zero exit code

1.3.3

26 Oct 17:37
Compare
Choose a tag to compare
  • fix issue with meld paths with spaces

1.3.2

02 Mar 16:59
Compare
Choose a tag to compare
  • improve messages
  • Don't compare files and directories
  • Don't show context menu entries every time

1.3.0

01 Mar 18:10
Compare
Choose a tag to compare
  • add output channel messages for better analyses of errors
  • add compare all selected files/folders using meld
  • add phrase 'using meld' to commands which not including meld before

1.2.0

13 Oct 09:25
Compare
Choose a tag to compare

Changes:

  • add new command to open diff from source code window (for git)

1.1.0

13 Mar 16:14
Compare
Choose a tag to compare

Changes:

  • add command "compare to clipboard"
  • add command "compare to saved version of the file"
  • add settings to change command that also other tools than meld could be used
  • "compare all visible" sorts the files by modification time and takes the three newest if there are more than three files visible
  • add comparison of unsaved editors