Add v0.31.3 changelog entry

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 20:55:50 +01:00
parent 65c0da4a2b
commit 01fe93fbfb
+6
View File
@@ -1,5 +1,11 @@
## Changelog
### v0.31.3 — Fix FileBrowser integration config persistence (2026-02-25)
#### Fixed
- FileBrowser integration config (OnlyOffice URL, JWT secret) was lost after `SyncFileBrowserMounts` regenerated `config.yaml` — the async `OnStackStart` re-apply hook failed due to timing issues
- New `ReapplyConfigForTarget()` method applies integration config synchronously between config generation and container restart, ensuring it survives regen cycles
### v0.31.2 — Show FileBrowser URL on app card (2026-02-25)
#### Fixed