aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Collapse)Author
2025-12-27Release gorankusu v0.8.1 (2025-12-27)v0.8.1Shulhan
[CHORE] Update README for broken link in example. While at it, break the links that point to localhost and email. [CHORE] Run eslint from node_modules/.bin directory directly. Using npx does not guarantee works on system installed nodejs. [CHORE] go.mod: set minimum Go version to 1.24.0 and update all dependencies.
2025-02-03Release gorankusu v0.8.0 (2025-02-03)v0.8.0Shulhan
[BREAKING CHANGES] The git submodule in "_www/wui" has been renamed to "_www/pakakeh_ts". If you have cloned this project before, you need to rename the sub directory manually and re-init it. ---- $ mv _www/wui _www/pakakeh_ts $ git submodule update --init ---- [CHORE] The linter has been replaced many times, from revive to "go vet", and from using binary form of fieldalignment and shadow; to use internal command gocheck that do the same things, which simplify our setup. [CHORE] Split the CSS into separate file. This is allow modifying the CSS without touching the index.html, and may be used by other HTML files later. [CHORE] Fix some broken links in the documentation pages, including link to Changelog, README, and SPEC.
2025-02-03_www/doc: move original CHANGELOG to root of repositoryShulhan
The idea is to allow developer who browse the repository to see the file immediately. The one in the doc/ directory now contains the symlink.
2022-08-25all: group all documentations under directory _docShulhan
The _doc directory provides an entry point for all documentation. While at it we reformat the README to use AsciiDoc markup.
2022-03-14Release trunks v0.2.0 (2022-03-13)v0.2.0Shulhan
Release trunks under GPL 3.0 or later license. See https://kilabit.info/journal/2022/gpl for more information.
2022-03-14all: changes the license of trunks software to GPL 3.0 or laterShulhan
See https://kilabit.info/journal/2022/gpl for more information.
2022-02-05Release trunks v0.1.0 (2022-02-05)v0.1.0Shulhan
Module trunks is a library and HTTP service that provide web user interface to test HTTP service, similar to Postman, and for load testing. For the load testing we use vegeta [1] as the backend.