Skip to content

Commit fcaedc5

Browse files
committed
Release 0.9.0
1 parent a911562 commit fcaedc5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
1+
## v0.9.0 (2025-03-30)
2+
3+
### Typst Version
4+
5+
- The included Typst compiler version was upgraded to `0.13.1`. As always, note that some Universe packages used in your documents may be incompatible and will need upgrading.
6+
7+
### New Features
8+
9+
- The editor now automatically handles directionality isolation where it may be need according to Typst syntax - e.g. for inline math inside RTL content, label references and inline code invocations, and content blocks inside code regions. This means that you get correct rendering and cursor movement without needing to manually insert isolates using the Insert menu in most cases.
10+
- Compiler assisted tool tips are greatly enhanced - long values can be scrolled, more of the documentation is shown for function calls, and direct links to the online reference documentation are offered when applicable.
11+
- Compiler error and warnings are now highlighted on the text causing them in the editor itself.
12+
- Spell checking on Windows now uses the built-in system spell checker instead of Hunspell (**BREAKING CHANGE**).
13+
- Automatic bracket insertion can be disabled through the settings dialog and/or via modeline.
14+
15+
### Fixes
16+
17+
- Fixed long standing (and very annoying) bug that caused the code model to drift from the visible text after editing content. This bug used to cause syntax-sensitive feature (like matching bracket highlighting and the directionality heuristic) to misbehave.
18+
- Fixed automatic insertion of closing bracket for a content block argument trailing normal function call arguments.
19+
- The Windows 11 style is used also in Windows 10 if possible, as it has a proper dark mode palette.
20+
- Fixed the package cache statistics on Windows.
21+
- The [Noto Sans Math](https://github.com/notofonts/math) font is now bundled, to make sure there is a fallback font for math symbol preview in the auto-completion suggestions menu.
22+
- More stability fixes for when the preview is following the editor cursor.
23+
24+
### Packaging Changes
25+
26+
- Bundled Qt version in pre-built packages is now `6.8.3`.
27+
128
## v0.8.1 (2025-02-07)
229

330
### Typst Version
31+
432
- The included Typst compiler version remains at `0.12`.
533

634
### New Features

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.19)
2-
project(katvan LANGUAGES CXX VERSION "0.8.1")
2+
project(katvan LANGUAGES CXX VERSION "0.9.0")
33

44
enable_testing()
55

0 commit comments

Comments
 (0)