summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-02-03 20:50:43 +0700
committerShulhan <ms@kilabit.info>2025-02-03 20:50:43 +0700
commit9de29dcba4b24a04742e456104c8d7a1ef584814 (patch)
tree83da993665ccc4dbfe93e115b00b6fd492bcdecb /CHANGELOG.adoc
parentda9fd5d01661dbe2354fa78a82938c9b081e1740 (diff)
downloadgorankusu-0.8.0.tar.xz
Release gorankusu v0.8.0 (2025-02-03)v0.8.0
[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.
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc33
1 files changed, 30 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 0eebde3..d8176c6 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,9 +1,39 @@
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
= gorankusu CHANGELOG
:toc:
:sectanchors:
:sectlinks:
+[#v0_8_0]
+== gorankusu v0.8.0 (2025-02-03)
+
+[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.
+
+
[#v0_7_0]
== gorankusu v0.7.0 (2024-09-07)
@@ -381,6 +411,3 @@ to test HTTP service, similar to Postman, and for load testing.
For the load testing we use vegeta [1] as the backend.
[1] https://github.com/tsenart/vegeta
-
-// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-or-later