From cd24f44c54b0a4a22fa9d4413fffab718df9052a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 24 Jul 2022 21:56:02 +0700 Subject: Release ciigo v0.8.2 (2022-07-24) The latest update on asciidoctor-go refactor the generated ref ID where ref ID is no longer prefixed with "\_" if start with ASCII letter. === Enhancements * all: generate HTML meta data and replace the top header title The following metadata are rendered based on the same asciidoc attributes: author, description, generator, and keywords. * all: add CSS for admonition block * all: update CSS for description list --- CHANGELOG.adoc | 35 +++++++++++++++++++++++++++++++++++ cmd/ciigo/main.go | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6802279..f15a9ae 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,41 @@ Shulhan :sectanchors: :sectlinks: + +[#v0_8_2] +== ciigo v0.8.2 (2022-07-24) + +The latest update on asciidoctor-go refactor the generated ref ID where +ref ID is no longer prefixed with "\_" if start with ASCII letter. + +[#v0_8_2_ehancements] +=== Enhancements + +all: generate HTML meta data and replace the top header title:: ++ +-- +The following metadata are rendered based on the same asciidoc +attributes: author, description, generator, and keywords. + +This changes also replace the topbar title with the document title, +cleanup the HTML header syntax by replacing "/>" with ">", trim leading +and trailing spaces on Body and embedded CSS. +-- + +all: add CSS for admonition block:: ++ +-- +The style only applicable for non-icon admonition. +-- + +all: update CSS for description list:: ++ +-- +Set the list title font weight to be bold and remove the font-size for +list description to make the font-size consistent. +-- + + [#v0_8_1] == ciigo v0.8.1 (2022-05-19) diff --git a/cmd/ciigo/main.go b/cmd/ciigo/main.go index 5254243..ae15f59 100644 --- a/cmd/ciigo/main.go +++ b/cmd/ciigo/main.go @@ -46,7 +46,7 @@ const ( cmdServe = "serve" cmdVersion = "version" - version = "0.8.1" + version = "0.8.2" ) func main() { -- cgit v1.3