Skip to content

Releases: ryu1kn/vscode-partial-diff

v1.3.0

29 Jul 01:11
Compare
Choose a tag to compare

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

27 Jun 09:37
Compare
Choose a tag to compare

Added

  • A configuration to hide Partial Diff commands from the context menu. #26

v1.1.0

21 Apr 08:23
Compare
Choose a tag to compare

Added

  • Selectively enable text normalisation rules on the extension startup. #25

v1.0.0

19 Apr 11:48
Compare
Choose a tag to compare

Added

  • Text normalisation rules can now be toggled off without changing the configuration. #18

v0.6.0

18 Apr 11:25
Compare
Choose a tag to compare

Added

  • A command to quickly compare text in 2 visible editors. #11

v0.5.1

25 Jun 21:17
Compare
Choose a tag to compare

Fixed

  • Fixed the issue that Compare with Clipboard was not working. #19

v0.5.0

25 Jun 21:17
Compare
Choose a tag to compare

Added

  • Support user defined text normalisation rules to reduce the noise in the diff. #15

v0.4.1

25 Jun 21:17
Compare
Choose a tag to compare

Fixed

  • Sort text selections by the line/character position. #16

v0.4.0

25 Jun 21:18
Compare
Choose a tag to compare

Added

  • Support text selection with multi cursors. #16