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 /ciigo.go | |
| parent | aed750e52ceccc18e3143995d43b0b1de21055b9 (diff) | |
| download | ciigo-0.12.0.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 'ciigo.go')
| -rw-r--r-- | ciigo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ const ( ) // Version define the latest tagged release of this module. -var Version = `0.11.0` +var Version = `0.12.0` // defExcludes define default files to be excludes on GoEmbed. var defExcludes = []string{ |
