Releases: ryu1kn/vscode-partial-diff
Releases · ryu1kn/vscode-partial-diff
v1.3.0
Added
- A configuration for individually show/hide Partial Diff commands on the context menu. #27
Deprecated
partialDiff.hideCommandsOnContextMenu
setting, as the new configuration can cover its use case.
v1.2.0
Added
- A configuration to hide Partial Diff commands from the context menu. #26
v1.1.0
Added
- Selectively enable text normalisation rules on the extension startup. #25
v1.0.0
Added
- Text normalisation rules can now be toggled off without changing the configuration. #18
v0.6.0
Added
- A command to quickly compare text in 2 visible editors. #11
v0.5.1
Fixed
- Fixed the issue that Compare with Clipboard was not working. #19
v0.5.0
Added
- Support user defined text normalisation rules to reduce the noise in the diff. #15
v0.4.1
Fixed
- Sort text selections by the line/character position. #16
v0.4.0
Added
- Support text selection with multi cursors. #16