1
2
3
4
5
6
7
8
9
10
11
12
13
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
+
+
+
+
+
+
|
<title>Changes</title>
Upcoming changes (not yet released):
* None yet...
Changes in v2.8.0 (2017-12-05):
* Handle multiple plugins.
* Upgraded DiffUtil to 0.4.0 which is significantly faster for large files.
* Default pivot is now 10. Added GUI choise for pivot 1.
Changes in v2.7.4 (2017-11-30):
* Handle multiple preprocess definitions that can be saved with preferences.
* Preserve line endings when saving during Edit Mode.
* Added -gz flag to compare compressed files.
* Allow multi select in table diff.
* Allow one side of directory diff to be protected from editing.
|