diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-04 18:12:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-04 18:12:37 +0700 |
| commit | 18be9adb63484367bb3972d3842a52cd5268e6cf (patch) | |
| tree | 63e1f55ed00d1b87f61c0db175b604bcc928a204 | |
| parent | 185a0d1ae67c545a79525fb825474256479a6465 (diff) | |
| download | ciigo-18be9adb63484367bb3972d3842a52cd5268e6cf.tar.xz | |
**🌱 cmd/ciigo: add option to set base path and shutdown idle duration**
The `-base-path` option set the URL prefix for serving HTTP request.
This allow serving the content under the prefix other than "/".
The `-shutdown-idle` option set the duration when server will stop accepting
new connections and shutting down.
This option can be helpful to reduce the resources on local environment.
**🌼 all: make the anchor symbol position on the right side of headers**
Previously, when `:sectanchors:` is set, the default anchor symbol
position is absolute on the left side of heading text with block display
option (the symbol located outside of box area of headers).
In special case, this cause an overflow when the generated HTML are
rendered inside flex with fixed height (the body is scrollable with empty
content on bottom).
This module changes the anchor symbol position to the right side of
heading text to prevent scroll on such layout, without absolute position
and normal inline layout.
| -rw-r--r-- | CHANGELOG.adoc | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 5563d38..1dea472 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,9 +14,9 @@ Legend, [#v0_17_0] -== ciigo v0.17.0 (2026-xx-xx) +== ciigo v0.17.0 (2026-04-04) -**🌱 cmd/ciigo**: add option to set base path and shutdown idle duration** +**🌱 cmd/ciigo: add option to set base path and shutdown idle duration** The `-base-path` option set the URL prefix for serving HTTP request. This allow serving the content under the prefix other than "/". @@ -25,6 +25,19 @@ The `-shutdown-idle` option set the duration when server will stop accepting new connections and shutting down. This option can be helpful to reduce the resources on local environment. +**🌼 all: make the anchor symbol position on the right side of headers** + +Previously, when `:sectanchors:` is set, the default anchor symbol +position is absolute on the left side of heading text with block display +option (the symbol located outside of box area of headers). +In special case, this cause an overflow when the generated HTML are +rendered inside flex with fixed height (the body is scrollable with empty +content on bottom). + +This module changes the anchor symbol position to the right side of +heading text to prevent scroll on such layout, without absolute position +and normal inline layout. + [#v0_16_0] == ciigo v0.16.0 (2026-02-09) |
