@@ -2,6 +2,33 @@ ComparePlus Changelog:
2
2
----------------------
3
3
4
4
5
+ 28.02.2024
6
+ v1.2.0
7
+
8
+ - Update Notepad++ and Scintilla plugin API headers
9
+ - Let Notepad++ handle dialogs dark mode
10
+ - Allocate diff changes indicator number via Notepad++ API
11
+ - Handle 'Replace All' Notepad++ notifications
12
+ - Improve diffs post-processing steps (better diffs presentation in some specific cases)
13
+ - Fixed bug and improvements in the change detection algo
14
+ - Add commands to bookmark diffs
15
+ - Add commands to jump to changes positions within changed line
16
+ - Add option to ignore folded lines and also allow folding in compare state
17
+ - Add 'Ignore Changed Spaces' option, the current 'Ignore Space' is actually the 'Ignore All Spaces'
18
+ - Remove "Best Sequence Change Detect" option - does not bring any added value anymore
19
+ - Add compare status info type setting
20
+ - Make 'Cancel Compare' much more responsive
21
+ - Disable auto-recompare if compare took more than 5 seconds
22
+ - Add warning message before comparing very large files
23
+ - Change Notepad++ status bar compare info implementation (avoids crashes due to TextFX interoperation)
24
+ - Save and restore each view caret line color and layer on compare (improves plugins interoperability)
25
+ - Fix unwanted selection when activating compared file
26
+ - Fix last line alignment and sync
27
+ - Fix selection compare zero line alignment
28
+ - Restore view properly after selections compare close
29
+ - Changes to some menu items names for more clarity
30
+
31
+
5
32
02.10.2022
6
33
v1.1.0
7
34
0 commit comments