Updated TODO.
[grutatxt.git] / RELEASE_NOTES
blobf4f1cb1cb2338163008818d91e63fd3fd672e629
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.
11  * Mailto URLs are also processed.
13 2.0.15
14 ------
16  * New parameter `url-label-max' to the HTML driver to set
17    a maximum size for URLs.
18  * New script `pod2grutatxt', to convert Perl documentation
19    in POD format to Grutatxt.
20  * The `pre' mode is really verbatim, so bold / italic markup
21    is not processed.
23 2.0.14
24 ------
26  * More proper closing of `li' elements in HTML output.
28 2.0.13
29 ------
31  * Fixed sporadic hungups that happened under UTF-8 locales.
33 2.0.12
34 ------
36  * New markup for monospaced text / inline code, by enclosing text
37    between a backtick and an apostrophe.
38  * The command line utility now includes an option to set the HTML
39    charset encoding (with a default of iso-8859-1).
40  * The LaTeX driver now includes an option to change tabs into spaces.
41  * Fixed a bug in the man page driver, that made extra indentations
42    appear on blank lines.
44 2.0.11
45 ------
47  * New LaTeX driver.
49 2.0.10
50 ------
52  * Generates tidier HTML by quoting all attributes. Also, verbatim
53    HTML code is no longer bound to blocks of lines, but can happen in
54    the middle of a line.
56 2.0.9
57 -----
59  * Strips the leading ./ in relative URLs, and fixes some minor bugs.
61 2.0.8
62 -----
64  * Support for relative URLs.