Releases: danielroedl/vsc-meld-diff
Releases · danielroedl/vsc-meld-diff
1.5.1
1.5.0
- Add function to open diff from an internal vscode comparison in meld
1.4.1
1.4.0
- Add setting to suppress error message if diff command ends with not zero exit code
1.3.3
- fix issue with meld paths with spaces
1.3.2
- improve messages
- Don't compare files and directories
- Don't show context menu entries every time
1.3.0
- 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
Changes:
- add new command to open diff from source code window (for git)
1.1.0
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