1
2
3
4
5
6
7
8
9
10
11
12
|
<title>Changes</title>
Upcoming changes (not yet released):
* Word parse now consistenty uses non-space as word char.
* New [./table.wiki | table] view, activated by -table, when comparing tables.
* Mercurial support for Directory Diff, Commit, Revert and Log.
* Printed PDF is now compressed.
* Printed PDF from patch view adds page break between files.
* Plugins can define command line options they accept.
* Plugins can read ::argv to know the given command line.
* New plugin for binary files
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
|
<title>Changes</title>
Upcoming changes (not yet released):
* Word parse now consistently uses non-space as word char.
* New [./table.wiki | table] view, activated by -table, when comparing tables.
* Mercurial support for Directory Diff, Commit, Revert and Log.
* Printed PDF is now compressed.
* Printed PDF from patch view adds page break between files.
* Plugins can define command line options they accept.
* Plugins can read ::argv to know the given command line.
* New plugin for binary files
|
︙ | | | ︙ | |
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Changes in v2.7 (2015-03-09):
* Directory Diff support for GIT, Fossil and Subversion.
Directly browse and compare two revisions.
* Plugins in Directory Diff.
* Added option -printFont to select font for PDF generation.
Default font changed to a True Type font.
Use "-printFont Courier" to fall back on PDF builtin.
* Mac supported
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):
|
|
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Changes in v2.7 (2015-03-09):
* Directory Diff support for GIT, Fossil and Subversion.
Directly browse and compare two revisions.
* Plugins in Directory Diff.
* Added option -printFont to select font for PDF generation.
Default font changed to a True Type font.
Use "-printFont Courier" to fall back on PDF built-in.
* Mac supported
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):
|
︙ | | | ︙ | |
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
* Support negative revisions with Fossil.
* Added -nocdiff command line flag for debug.
* Fixed a bug where alignment was not properly shown in output.
* Fixed out-of-stack crash.
Changes in v2.6.1 (2011-11-01):
* Eskil [http://eskil.tcl.tk|rehosted] and changed to use [http://www.fossil-scm.org|Fossil].
* Fixed directory diff appearance on Windows.
* Fixed bug where copy button in directory diff picked the wrong file.
* Fixed bug where plugins were not found in VFS.
Changes in v2.6 (2011-10-30):
* Support commit in Git and Fossil.
* Support commit, list of files and revisions with -review.
* Added Paste Patch command.
* New -pluginlist option. New GUI for plugin selection.
* Added three-way merge.
* Autodetect line endings in ancestor file to select merge output.
* Fully rewritten directory diff with new design.
* Set alignment with drag & drop.
Changes in v2.5 (2011-04-01):
* Requires Tcl 8.5.
* Plugins: Added dump, better documentation.
|
|
|
|
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
* Support negative revisions with Fossil.
* Added -nocdiff command line flag for debug.
* Fixed a bug where alignment was not properly shown in output.
* Fixed out-of-stack crash.
Changes in v2.6.1 (2011-11-01):
* Eskil [http://eskil.tcl.tk|re-hosted] and changed to use [http://www.fossil-scm.org|Fossil].
* Fixed directory diff appearance on Windows.
* Fixed bug where copy button in directory diff picked the wrong file.
* Fixed bug where plugins were not found in VFS.
Changes in v2.6 (2011-10-30):
* Support commit in Git and Fossil.
* Support commit, list of files and revisions with -review.
* Added Paste Patch command.
* New -pluginlist option. New GUI for plugin selection.
* Added three-way merge.
* Auto-detect line endings in ancestor file to select merge output.
* Fully rewritten directory diff with new design.
* Set alignment with drag & drop.
Changes in v2.5 (2011-04-01):
* Requires Tcl 8.5.
* Plugins: Added dump, better documentation.
|
︙ | | | ︙ | |
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
* Added experimental -nonewline command option.
* Added -close command option.
* Added experimental PDF print.
* Added dirdiff preferences and filters.
* Smarter save in merge. FR 2957
* Added commit button for CVS. FR 2780
* Bug fixes include: Kits are mounted readonly, fixed dir diff window menu,
improved patch file parsing.
Changes in v2.1 (2006-06-02):
* Added -preprocess command line option.
* Added -foreach command line option.
* Added -context command line option.
|
|
|
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
* Added experimental -nonewline command option.
* Added -close command option.
* Added experimental PDF print.
* Added dirdiff preferences and filters.
* Smarter save in merge. FR 2957
* Added commit button for CVS. FR 2780
* Bug fixes include: Kits are mounted read-only, fixed dir diff window menu,
improved patch file parsing.
Changes in v2.1 (2006-06-02):
* Added -preprocess command line option.
* Added -foreach command line option.
* Added -context command line option.
|
︙ | | | ︙ | |
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
* Added context options for "Diffs only" mode.
* Rewrote how "Separate Diff" and "Align" works. The latter now only happens after a "Redo Diff".
* Added scroll map and some more context menu options in Directory Diff.
Changes in v2.0.2 (2004-05-03):
* Fixed a bug in ClearCase support.
* Improved enscipt usage in print command.
* Added "mark file" in dirdiff context menu.
Changes in v2.0.1 (2004-02-10):
* Added preference for width and height.
* Added Tools menu to directory diff window.
* Made it simpler to save a conflict in the same file.
First public release v2.0 (2004-01-30):
|
|
|
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
* Added context options for "Diffs only" mode.
* Rewrote how "Separate Diff" and "Align" works. The latter now only happens after a "Redo Diff".
* Added scroll map and some more context menu options in Directory Diff.
Changes in v2.0.2 (2004-05-03):
* Fixed a bug in ClearCase support.
* Improved enscript usage in print command.
* Added "mark file" in dirdiff context menu.
Changes in v2.0.1 (2004-02-10):
* Added preference for width and height.
* Added Tools menu to directory diff window.
* Made it simpler to save a conflict in the same file.
First public release v2.0 (2004-01-30):
|