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