diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-04 22:17:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-04 22:17:58 +0700 |
| commit | 949be8394e52c188dc57b2dea5128d23df398245 (patch) | |
| tree | a0bec91f77d28425912c2a16c57b77192b1d75ca /CHANGELOG.adoc | |
| parent | aed750e52ceccc18e3143995d43b0b1de21055b9 (diff) | |
| download | ciigo-949be8394e52c188dc57b2dea5128d23df398245.tar.xz | |
Release ciigo v0.12.0 (2024-04-04)v0.12.0
=== New features
* all: add server option to automatically generate index HTML
If the requested path is directory and no "index.html" file exist in
that directory, ciigo server will render list of files as "index.html"
automatically.
=== Chores
* all: replace module "share" with "pakakeh.go"
The "share" module has been moved to new repository with new name at
"https://sr.ht/~shulhan/pakakeh.go".
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4655608..468411d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,6 +4,29 @@ Shulhan <ms@kilabit.info> :sectanchors: :sectlinks: +[#v0_12_0] +== ciigo v0.12.0 (2024-04-04) + +[#v0_12_0__new_features] +=== New features + +all: add server option to automatically generate index HTML:: ++ +If the requested path is directory and no "index.html" file exist in +that directory, ciigo server will render list of files as "index.html" +automatically. + +[#v0_12_0__chores] +=== Chores + +all: replace module "share" with "pakakeh.go":: ++ +-- +The "share" module has been moved to new repository with new name at +"https://sr.ht/~shulhan/pakakeh.go". +-- + + [#v0_11_0] == ciigo v0.11.0 (2023-12-14) |
