Important fix for Docker installs, plus two UI fixes.
Fixes
- All backup jobs failing / ClickHouse won't start (#327) — the Docker image installed ClickHouse unpinned, and a recent ClickHouse release raised its CPU instruction requirement, so on some hosts ClickHouse crashed at startup ("Illegal instruction") and every job failed with "ClickHouse TSV upload failed: Failed to connect to localhost port 8123". ClickHouse is now pinned to a known-good version (26.5.2.39) so the engine starts reliably again. If you were affected, updating to this release resolves it.
- Windows file browser only showed the C: drive when editing a plan (#317) — the "Browse Filesystem" picker now opens at the drive list (C:, D:, E:, …) on Windows in all cases, not just for new plans.
- Stray three-dots/menu appearing over the Browse Filesystem dialog (#328) — an open menu on the page could bleed through into the dialog. Open menus are now dismissed when a dialog opens.