Only recover the pre-changed line in really in 'pre' mode.
[grutatxt.git] / RELEASE_NOTES
blobba9a8981b1043089910e815a07f81761d4baeb2d
1 Grutatxt Release Notes
2 ======================
4 2.0.15
5 ------
7  * New parameter `url-label-max' to the HTML driver to set
8    a maximum size for URLs.
9  * New script `pod2grutatxt', to convert Perl documentation
10    in POD format to Grutatxt.
11  * The `pre' mode is really verbatim, so bold / italic markup
12    is not processed.
14 2.0.14
15 ------
17  * More proper closing of `li' elements in HTML output.
19 2.0.13
20 ------
22  * Fixed sporadic hungups that happened under UTF-8 locales.
24 2.0.12
25 ------
27  * New markup for monospaced text / inline code, by enclosing text
28    between a backtick and an apostrophe.
29  * The command line utility now includes an option to set the HTML
30    charset encoding (with a default of iso-8859-1).
31  * The LaTeX driver now includes an option to change tabs into spaces.
32  * Fixed a bug in the man page driver, that made extra indentations
33    appear on blank lines.
35 2.0.11
36 ------
38  * New LaTeX driver.
40 2.0.10
41 ------
43  * Generates tidier HTML by quoting all attributes. Also, verbatim
44    HTML code is no longer bound to blocks of lines, but can happen in
45    the middle of a line.
47 2.0.9
48 -----
50  * Strips the leading ./ in relative URLs, and fixes some minor bugs.
52 2.0.8
53 -----
55  * Support for relative URLs.