1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<title>Changes</title>
Upcoming changes (not yet released):
* TBD
Changes in v2.8.3 (2018-06-13):
* More features in Fourway diff.
* Better visibility that commit happened.
* Shortcuts in preprocess dialog for common patterns.
Changes in v2.8.2 (2018-05-13):
* Added Fourway diff, for comparing changes.
* Bugfix in revision handling for Fossil.
Changes in v2.8.1 (2018-01-14):
* Repaired plugins for directory diff (broken by multi plugin in 2.8.0).
* Added -excludedir and -excludefile options for directory diff.
* Handle GIT revisions better for directory diff.
* Support -nocase in directory diff.
* Directory diff no longer shortcuts for files with same size&mtime.
* Removed support for old RCS style -rREV command line.
* Corrected detected of Emacs for Registry. (Broken in 2.7.4)
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.
|
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<title>Changes</title>
Upcoming changes (not yet released):
* TBD
Changes in v2.8.3 (2018-06-13):
* More features in Four-way diff.
* Better visibility that commit happened.
* Shortcuts in preprocess dialog for common patterns.
Changes in v2.8.2 (2018-05-13):
* Added Four-way diff, for comparing changes.
* Bug-fix in revision handling for Fossil.
Changes in v2.8.1 (2018-01-14):
* Repaired plugins for directory diff (broken by multi plugin in 2.8.0).
* Added -excludedir and -excludefile options for directory diff.
* Handle GIT revisions better for directory diff.
* Support -nocase in directory diff.
* Directory diff no longer shortcuts for files with same size&mtime.
* Removed support for old RCS style -rREV command line.
* Corrected detected of Emacs for Registry. (Broken in 2.7.4)
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 choice 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.
|
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
Changes in v2.6.7 (2014-11-13):
* Fixed Directory Diff that stopped working in 2.6.6
Changes in v2.6.6 (2014-10-27):
* Avoid font error with balloon help.
* Store default prefs as comment in rc file.
Changes in v2.6.5 (2014-01-24):
* Fixed error printing patch with only deleted or inserted files.
* Support direct print in patch mode.
* Detect Subversion 1.7 working copy
|
|
|
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
Changes in v2.6.7 (2014-11-13):
* Fixed Directory Diff that stopped working in 2.6.6
Changes in v2.6.6 (2014-10-27):
* Avoid font error with balloon help.
* Store default preferences as comment in rc file.
Changes in v2.6.5 (2014-01-24):
* Fixed error printing patch with only deleted or inserted files.
* Support direct print in patch mode.
* Detect Subversion 1.7 working copy
|