v0.7.1
This release is dedicated to all those who are still wet from this October Rain
Typst Version
- The included Typst compiler version remains at
0.11.1
. An upgrade to0.12
will be part of a future Katvan version, after it will have a full release.
New Features
- Line directionality overrides are now persistent, with Katvan automatically maintaining the appropriate control characters.
- New line directionality heuristic, that gives lines that don't yet have a strongly-directional character or explicit override the same directionality as the previous line.
- Experimental macOS support.
Fixes
- Fix the output of the
datetime.today()
Typst function. - Code identifiers that contain hyphens or trailing underscores are now correctly recognized by the syntax parser.
- Fix endless flicker loop when previewer zoom mode was "Fit Width", document had only one page, and the preview pane was a specific size.
- Fix issue where images could not be included in new files, even after saving them, until re-opened.
- Fix applying spelling corrections on Hebrew words with included punctuation (Geresh or Gershayim).
- Fix some memory leaks and optimize memory usage of previews.
Packaging Changes
- AppImage build now includes the Gtk 3 platform theme plugin, for better integration with Gtk based Linux desktop environments.
- Bundled Qt version in pre-built packages is now
6.7.3
.