docs: changelog update for log timestamp fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
## Changelog
|
||||
|
||||
### v0.28.6 — Filebrowser Link & Appdata Path Fix (2026-02-23)
|
||||
### v0.28.6 — Filebrowser Link, Appdata Paths & Log Timestamps (2026-02-23)
|
||||
|
||||
#### Fixed
|
||||
- **Filebrowser "open" link on stacks page** (`web/handlers.go`) — Protected stacks like filebrowser have no `.felhom.yml` or `app.yaml`, so the subdomain lookup found nothing. Added `protectedStackSubdomains` fallback map for programmatically managed protected stacks (filebrowser → "files"). Now shows `files.<domain> ↗` link on both the stacks page and dashboard.
|
||||
- **App catalog: appdata volume paths** (separate repo: `app-catalog-felhom.eu`) — 4 compose templates (nextcloud, immich, paperless-ngx, romm) used `${HDD_PATH}/appdata/` instead of `${HDD_PATH}/felhom-data/appdata/` as designed in the v0.26.0+ storage structure. Fixed all templates. Existing deployments need redeployment or manual volume path update.
|
||||
- **Debug log viewer timestamps** (`web/logbuffer.go`, `templates/debug.html`) — Naplóviewer showed relative times like "-3586mp" (negative due to timezone bug: `time.Parse` assumed UTC but `log.LstdFlags` outputs local time). Now uses `time.ParseInLocation` with `time.Local`, and displays absolute `HH:MM:SS` timestamps.
|
||||
|
||||
### v0.28.5 — Post-Deploy Info Card (2026-02-23)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user