summaryrefslogtreecommitdiff
path: root/docs/STATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/STATE.md')
-rw-r--r--docs/STATE.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/STATE.md b/docs/STATE.md
index c33d80e..10286fb 100644
--- a/docs/STATE.md
+++ b/docs/STATE.md
@@ -14,6 +14,12 @@ unit tests and the docs consistency check.
## Resume here (2026-09-23)
+- **Web åäö fix (2026-09-23, `v0.1.70`)**: the web TUI showed no åäö on
+ the NAS: the cross-built static glibc bokftui found no locale data in
+ the Alpine image (setlocale failed, åäö were invalid bytes). The image
+ now ships Debian's `C.utf8` and the build checks it
+ (`bokfweb --check-locale`). Local amd64 tests missed it because the
+ native build uses musl.
- **Web frontend (2026-09-23, live since `v0.1.69`: https://bokf.makandra.eu/web)**:
image `bokf-web` (Caddy routing + `bokfweb` login gate + ttyd +
bokftui in web mode) as compose service `web` on `127.0.0.1:8790`; see