v0.1.4: Add version release link on website

This commit is contained in:
lotherk
2026-03-27 15:05:43 +00:00
parent 9133b90431
commit a1c4016785
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.1.2
0.1.4

View File

@@ -34,7 +34,7 @@
<a href="docs/" class="btn btn-secondary btn-large">Read Docs</a>
</div>
<div class="hero-meta">
<span>v${VERSION}</span>
<a href="${GIT_URL}/releases/tag/v${VERSION}" target="_blank" class="hover:underline">v${VERSION}</a>
<span></span>
<a href="${GIT_URL}" target="_blank">Git Repository</a>
<span></span>