- Astro 6 support — Content collection schemas generated by Astro 6 are now parsed correctly. Astro 6 switched to Zod 4's native JSON schema output, which uses a different format to Astro 5. Both formats are now supported.
- macOS window behavior — Closing the main window now hides it instead of quitting the app. Click the dock icon to bring it back. Cmd+Q still quits.
- Linux startup fix — Fixed a deadlock in the Webview log target that caused the app to hang on launch on Linux. Thanks to @MareDevi (#150).
- Linux font handling — Improved detection and use of appropriate UI fonts on Linux (#167).
- File watcher resilience — The file watcher now auto-recovers from system sleep, App Nap, and other interruptions instead of silently stopping. A periodic rescan every 5 minutes acts as a safety net for missed changes.
- Content Linker fix — The Content Linker now works when opened from the command palette (previously it needed a direct editor reference). Also renamed to "Find Content" in the palette.
- Dependency updates including Vite, lucide-react 1.7, and security patches.