February 28, 2026
patch Tasks
Fix GitHub Sync modal rendering behind Settings overlay
Details
When clicking "Configure" on the Sync tab, the GitHub Sources overlay
opened behind the Settings overlay because GitHubIssueSourcesOverlay
is declared earlier in the visual tree than TasksSettingsOverlay.
Fix: temporarily hide the Settings overlay when opening the GitHub
Sources overlay, then re-show it when the GitHub Sources overlay
closes via a PropertyChanged listener on IsOpen.
patch Server
Add --setup-network sectional re-configuration
Details
Completes the sectional setup flags:
- --setup-network: re-configure bind address and port independently
- --setup-tls: already implemented in TLS commit
- --setup-policy: already implemented in policy commit
All three flags modify the existing headless-config.json without
touching password, workspace, or recovery settings.
patch Calendar
Bump Calendar plugin version: 1.14.5 → 1.14.6
Details
Includes BUG #68 (collapsible sidebar) and BUG #66 (inline validation).
Get notified about new releases