From 01fe93fbfbbfb0e3c052d80ee0c68cc320541aac Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 25 Feb 2026 20:55:50 +0100 Subject: [PATCH] Add v0.31.3 changelog entry Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c1c0d..e1b2840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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