1
2
3
4
5
6
7
8
9
10
11
|
<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.
* New plugin for PDF files
* Added option -pluginallow to run plugins in a standard interpreter instead
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
|
<title>Changes</title>
Upcoming changes (not yet released):
* New [./table.wiki | table] view, activated by -table, when comparing tables.
* 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.
* New plugin for PDF files
* Added option -pluginallow to run plugins in a standard interpreter instead
|