New Features
- Matching brackets are highlighted.
- Closing brackets are automatically inserted in a syntax aware way when an opening bracket is typed.
- It is now possible to set an auto-indentation mode if desired - Normal for simply maintaining the previous line's indentation, or Smart which will automatically increase or decrease indentation based on the relevant Typst syntax mode.
HomeandShift+Homekeys now work as is typical in code editors and will skip over initial indentation.- Added a compilation status indicator in the status bar.
- The preview pane can be undocked into a floating window.
Fixes
- Fixed the editor scroll position jerking when saving a document with a modeline.
- Fixed UI freeze when indenting or unindenting the last line.
- Horizontal scroll position of the preview pane is maintained when preview is updated.
- If a word is added to the personal dictionary, all other instances of it are also not marked as spelling errors.
- Fixed Windows-style text direction toggle keys to work under recent KDE version.
Other Changes
- AppImage build no longer accepts the
--portablecommand line flag, since it doesn't actually work. Use the AppImageKit provided mechanism (--appimage-portable-home) if needed.