From 9586bba13a451a5bcdf9b9916dbb40cfd72a12bc Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 6 Apr 2024 02:07:24 +0700 Subject: Release awwan v0.12.1 (2024-04-05) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release replace module "share" with "pakakeh.go". In the "_wui", we use shared static assets from Cloud Storage. The idea is to minimize noise in the logs that does not related to page access and minimize binary size. In the "_ops", we use shared mkosi cache in user’s home ".cache". This is to minimize duplicate files and allow us to find or grep files without excluding certains directory. We also apply some recommendations from linters. --- CHANGELOG.adoc | 16 ++++++++++++++++ awwan.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index c6094dd..1c815a6 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,6 +4,22 @@ This page document changes on each release. +[#v0_12_1] +== awwan v0.12.1 (2024-04-06) + +This release replace module "share" with "pakakeh.go". + +In the "_wui", we use shared static assets from Cloud Storage. +The idea is to minimize noise in the logs that does not related to +page access and minimize binary size. + +In the "_ops", we use shared mkosi cache in user's home ".cache". +This is to minimize duplicate files and allow us to find or grep files +without excluding certains directory. + +In some code, we apply some recommendations from linters, mostly related +to using string concatenation instead of [fmt.Sprintf] and error checking. + [#v0_12_0] == awwan v0.12.0 (2024-02-08) diff --git a/awwan.go b/awwan.go index ae060d8..42b04c3 100644 --- a/awwan.go +++ b/awwan.go @@ -20,7 +20,7 @@ import ( ) // Version current version of this module (library and program). -var Version = `0.12.0` +var Version = `0.12.1` // osGetwd define the handler to get current working directory. // -- cgit v1.3