v0.1.4: Add version release link on website
This commit is contained in:
@@ -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
|
- Never commit actual version numbers in source files
|
||||||
|
|
||||||
## Version History
|
## 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.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.1: System default AI configuration via env vars, "Use system default" checkbox in settings
|
||||||
- 0.1.0: Automatic geolocation capture, Starlight documentation site
|
- 0.1.0: Automatic geolocation capture, Starlight documentation site
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.1.2
|
0.1.4
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<a href="docs/" class="btn btn-secondary btn-large">Read Docs</a>
|
<a href="docs/" class="btn btn-secondary btn-large">Read Docs</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-meta">
|
<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>
|
<span>•</span>
|
||||||
<a href="${GIT_URL}" target="_blank">Git Repository</a>
|
<a href="${GIT_URL}" target="_blank">Git Repository</a>
|
||||||
<span>•</span>
|
<span>•</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user