1
2
3
4
5
6
7
8
9
10
11
|
<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.
* 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 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
|