Typst Version
- The included Typst compiler version remains
0.13.1.
New Features
- A new Symbol Picker dialog is now available through the Insert menu, allowing to quickly search though the symbols supported by Typst and insert them while automatically using the correct syntax based on the insert location.
- A Color Picker is now available through the Insert menu, to easily choose a color and generate the correct Typst expression for it.
- A new labels panel in the main window shows a list of all Typst labels used in the current document, allowing to go to their definition (if defined directly in the edited document), and insert references to them by dragging a label to the editor.
- The status bar now contains a basic word count indicator.
- Additional translation files can be independently added to an existing installation.
Fixes
- Inverting document preview colors correctly handles external images and fill patterns.
- Fixed using the backspace key on BiDi marks at the start of a line.
- Typing a closing bracket when auto-brackets mode is off now works as expected.
- Performance of laying out very large documents was improved.
- The package download cache is now protected by a lock to avoid corruption if more than one instance of Katvan is downloading a package at the same time.
- Edge cases related to syntax highlighting after semicolons in code mode were fixed.
- Some autocomplete suggestion snippets that were incorrectly applied were fixed.
Packaging Changes
- A pre-built AppImage for Linux on 64-bit ARM (
aarch64) is now available.
Other
- Katvan has a new application icon, courtesy of Noam Sahar.