diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-16 14:48:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-16 14:48:20 +0700 |
| commit | a5d8e64356f4879b8e96e5e4bb63a4c051fb34fa (patch) | |
| tree | a57c9abdd45c98e7dfa7aa1cb8eb6287c1d68d3c /_www/doc/index.adoc | |
| parent | b0027e9487b6eb30c002c766f4f3effded48b488 (diff) | |
| download | gorankusu-0.4.0.tar.xz | |
Release trunks v0.4.0 (2023-05-16)v0.4.0
=== Bug fixes
* all: fix panic when attacking HTTP due to nil Attack handler
=== Enhancements
* _www: replace WebSocket handlers with HTTP endpoints
* all: add boolean Kind for FormInput, FormInputKindBoolean
* all: check and call ConvertParams when running HttpTarget
=== Chores
* all: move the _doc directory under _www
* all: convert the README from asciidoc to markdown
* all: remove WebSocket server
* go.mod: set Go version to 1.19 and update all dependencies
Diffstat (limited to '_www/doc/index.adoc')
| -rw-r--r-- | _www/doc/index.adoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_www/doc/index.adoc b/_www/doc/index.adoc index 8247870..a225a63 100644 --- a/_www/doc/index.adoc +++ b/_www/doc/index.adoc @@ -1,9 +1,7 @@ = trunks -:toc: :sectanchors: :sectlinks: - == Documentation link:CHANGELOG.html[CHANGELOG^]:: History of each release. |
