diff options
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ca9cb60..218a105 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,35 @@ Shulhan <ms@kilabit.info> :sectlinks: +[#v0_15_2] +== ciigo v0.15.2 (2025-04-18) + +This release update the core asciidoctor-go module that brings several new +features. + +[NEW FEATURE] **Support include directive inside block code.** + +Example of block code with include directive, + +---- +... +include::file[] +... +---- + +[NEW FEATURE] **Support document attribute "docdir".** + +The "docdir" attribute contains the full path of the directory that +contains the source document. +By default it is set to the directory where the Document resided. + +[NEW FEATURE] **Add default HTML stylesheet**. + +The generated HTML now contains the default stylesheet. +The stylesheet is copied from HTML file generated by Asciidoctor +v2.0.23. + + [#v0_15_1] == ciigo v0.15.1 (2025-02-01) |
