From a1c4016785755c205752fd604cf8a0b2f5977975 Mon Sep 17 00:00:00 2001 From: lotherk Date: Fri, 27 Mar 2026 15:05:43 +0000 Subject: [PATCH] v0.1.4: Add version release link on website --- AGENTS.md | 2 ++ VERSION.txt | 2 +- www/index.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 003b8e8..675f404 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -233,6 +233,8 @@ Version is managed via `VERSION.txt` (single source of truth). All other version - Never commit actual version numbers in source files ## Version History +- 0.1.4: Version links to git releases on website +- 0.1.3: Add VERSION to website build - 0.1.2: VERSION.txt build-time injection, docs nav fixes, blog link - 0.1.1: System default AI configuration via env vars, "Use system default" checkbox in settings - 0.1.0: Automatic geolocation capture, Starlight documentation site diff --git a/VERSION.txt b/VERSION.txt index 8294c18..446ba66 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.4 \ No newline at end of file diff --git a/www/index.html b/www/index.html index 3402386..d1c5ca5 100644 --- a/www/index.html +++ b/www/index.html @@ -34,7 +34,7 @@ Read Docs
- v${VERSION} + v${VERSION} Git Repository