hub v0.3.2: Show Hub version in page footers
Add hubVersion template function via closure in web.New(). Version is passed from main.go (set via ldflags at build time) and displayed in the footer of all 6 page templates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Felhom Hub — Changelog
|
||||
|
||||
## v0.3.2 (2026-02-20)
|
||||
|
||||
**Hub Version Display**
|
||||
|
||||
- Show Hub version in footer of all pages via `hubVersion` template function.
|
||||
- `web.New()` now accepts `version` parameter (4th arg) — set via ldflags at build time.
|
||||
|
||||
## v0.3.1 (2026-02-20)
|
||||
|
||||
**Config Diff Display + Pull Config**
|
||||
|
||||
Reference in New Issue
Block a user