diff options
| author | Shulhan <ms@kilabit.info> | 2024-08-04 22:23:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-08-04 22:23:16 +0700 |
| commit | 03707011785fe5c9d3afa0491f5a7154ef028576 (patch) | |
| tree | 334ae55af7e558e6b5af8c59bf0fb0a9d2671ba6 | |
| parent | 58dcf810c8187df5a8558eef31fd4f4530748adf (diff) | |
| download | ciigo-03707011785fe5c9d3afa0491f5a7154ef028576.tar.xz | |
Release ciigo v0.13.1 (2024-08-04)v0.13.1
=== Bug fixes
* Fix "serve" not detecting new files::
If there is new files on the root of directory it will not detected
automatically. This release now fix this issue.
=== Others
* all: remove Limitations and update Links
The asciidoc-go library now support scanning symlink inside Root
directory. The Links sections merge the previous contents from old
index.adoc.
* all: update the CLI usage in the README
There are three places for command usage: one in main Go doc, one in
the program usage, and one in README.
If we changes the flags we need to update three of them, and sometimes
we forgot.
To simplify, we remove the one in the Go doc main program.
| -rw-r--r-- | CHANGELOG.adoc | 29 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | ciigo.go | 2 |
3 files changed, 32 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4d3e04d..934ddf8 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,35 @@ Shulhan <ms@kilabit.info> :sectanchors: :sectlinks: +[#v0_13_1] +== ciigo v0.13.1 (2024-08-04) + +[#v0_13_1__bug_fixes] +=== Bug fixes + +Fix "serve" not detecting new files:: ++ +If there is new files on the root of directory it will not detected +automatically. +This release now fix this issue. + +[#v0_13_1__others] +=== Others + +all: remove Limitations and update Links:: ++ +The asciidoc-go library now support scanning symlink inside Root +directory. +The Links sections merge the previous contents from old index.adoc. + +all: update the CLI usage in the README:: ++ +There are three places for command usage: one in main Go doc, one in the +program usage, and one in README. +If we changes the flags we need to update three of them, and sometimes +we forgot. +To simplify, we remove the one in the Go doc main program. + [#v0_13_0] == ciigo v0.13.0 (2024-05-12) @@ -239,6 +239,8 @@ request for new feature. <https://pkg.go.dev/git.sr.ht/~shulhan/ciigo> - Go module documentation. +[Change log](/CHANGELOG.html) - Log of each releases. + ## License @@ -27,7 +27,7 @@ const ( ) // Version define the latest tagged release of this module. -var Version = `0.13.0` +var Version = `0.13.1` // defExcludes define default files to be excludes on GoEmbed. var defExcludes = []string{ |
