Added 'ul' support to RTF (non-working).
[grutatxt.git] / RELEASE_NOTES
blob8b71bbd0064372f50d7a3a0e4134f1f6f3e2526a
1 Grutatxt Release Notes
2 ======================
4 2.0.16
5 ------
7  * New RTF driver.
8  * New table of contents generation, triggered by the
9    `--toc' command line argument or by adding a special
10    mark inside the text.
12 2.0.15
13 ------
15  * New parameter `url-label-max' to the HTML driver to set
16    a maximum size for URLs.
17  * New script `pod2grutatxt', to convert Perl documentation
18    in POD format to Grutatxt.
19  * The `pre' mode is really verbatim, so bold / italic markup
20    is not processed.
22 2.0.14
23 ------
25  * More proper closing of `li' elements in HTML output.
27 2.0.13
28 ------
30  * Fixed sporadic hungups that happened under UTF-8 locales.
32 2.0.12
33 ------
35  * New markup for monospaced text / inline code, by enclosing text
36    between a backtick and an apostrophe.
37  * The command line utility now includes an option to set the HTML
38    charset encoding (with a default of iso-8859-1).
39  * The LaTeX driver now includes an option to change tabs into spaces.
40  * Fixed a bug in the man page driver, that made extra indentations
41    appear on blank lines.
43 2.0.11
44 ------
46  * New LaTeX driver.
48 2.0.10
49 ------
51  * Generates tidier HTML by quoting all attributes. Also, verbatim
52    HTML code is no longer bound to blocks of lines, but can happen in
53    the middle of a line.
55 2.0.9
56 -----
58  * Strips the leading ./ in relative URLs, and fixes some minor bugs.
60 2.0.8
61 -----
63  * Support for relative URLs.