1
2
3
4
5
6
7
8
9
10
11
12
|
<title>Changes</title>
Upcoming changes (not yet released):
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.
|
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<title>Changes</title>
Upcoming changes (not yet released):
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.
|