1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<title>Changes</title>
Upcoming changes (not yet released):
* Mercurial support for Directory Diff, Commit, Revert and Log.
* Plugins can read ::argv to know the given command line.
* New plugin for CSV files
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.
|
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<title>Changes</title>
Upcoming changes (not yet released):
* Mercurial support for Directory Diff, Commit, Revert and Log.
* Plugins can read ::argv to know the given command line.
* New plugin for CSV files
* Added option -sep, to set a separator that makes input be interpreted
in a table like manner.
* Added option -pluginallow to run plugins in a standard interpreter instead
of a safe one. Thus a plugin could use e.g. exec.
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.
|