New Features
- The Typst compiler is now being run in the background in continuous watch mode, so follow up compilation is faster.
- If compilation fails, it is possible to jump from the error message in the compiler output panel directly to the error location in the editor.
- If Katvan crashes while editing a file, the next time the same file is opened it will suggest recovering unsaved changes using the compilation buffer file.
- Line number gutters are now configurable: you can choose between one or two gutters, or none at all.
- Katvan now attempts to detect a system-wide dark theme (assuming the active Qt style supports it) and respect it by using system palette colors where appropriate and different syntax highlight colors.
Fixes
- Syntax highlighting now correctly detects URL literals and math mode directly within code mode.
- Fix crash on exit that could happen when PDF previewer was in a certain scroll position.
Other Changes
- Windows and AppImage binary releases now contain Qt 6.7.2