All notable changes to "Partial Diff" extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Improved the extension startup time by bundling js files into one. 10 times average has improved from 154ms to 7.8ms (95% reduced). #46
- Start the extension upon
onStartupFinished
event to avoid slowing down the editor startup. (thanks to @willstocks PR #64)
- Fix the problem that Compare Text with Clipboard was not working in a Remote SSH session. #42
- Fix the problem that the extension compares the second text to itself on its first invocation. #43
- Usage data collecting capability, together with the configuration (
partialDiff.enableTelemetry
) which stops Partial Diff to collect usage data.
- A configuration for individually show/hide Partial Diff commands on the context menu. #27
partialDiff.hideCommandsOnContextMenu
setting, as the new configuration can cover its use case.
- A configuration to hide Partial Diff commands from the context menu. #26
- Selectively enable text normalisation rules on the extension startup. #25
- Text normalisation rules can now be toggled off without changing the configuration. #18
- A command to quickly compare text in 2 visible editors. #11
- Fixed the issue that Compare with Clipboard was not working. #19
- Support user defined text normalisation rules to reduce the noise in the diff. #15
- Sort text selections by the line/character position. #16
- Support text selection with multi cursors. #16
- Fixed the issue that Compare with Clipboard command inserts extra new line characters on Windows. #12
- Fixed the link to the gif animation
- Fixed the problem that one library is used without being listed as dependencies
- A feature to compare text against clipboard contents (thanks to @eamodio ! PR #6)
- Show file names and line numbers of the compared text as the title of the diff view (thanks to @eamodio ! PR #5)
- Revised command labels (thanks to @eamodio ! PR #5)
- Make commands available in the right click menu (editor context menu)
- Marking a text without selecting a part of text will mark the entire text
- Fixed the problem that it was not working on windows
- Added the extension icon (thanks to @tauri_34 !)
- Fix the problem that the gif animation is not shown
- Initial release of partial-diff