From 52166fcf30a35af87ecce15e60636a98a90416a1 Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 19 Mar 2024 18:54:33 +1300 Subject: [PATCH] doc/README: add changelog for v1.4.0 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3894dc4..1b22e52 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ dokku storage:mount teafolio /srv/teafolio-dokku/config.toml:/app/config.toml ## CHANGELOG +2024-03-19 v1.4.0 +- Support using application token for Gitea API +- Add fallback to internal markdown renderer if Gitea's API is unavailable +- Add fallback to Gitea page redirect if there are any errors building repo page +- Embed static web assets in binary (requires Go 1.16+) + 2022-12-31 v1.3.1 - Fix missing images on homepage - Fix an issue with wrong mtime comparisons for updated repositories