Skip to content

Commit d4a435a

Browse files
committed
mark v0.2.14
1 parent d9664af commit d4a435a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.2.14] - 2025-11-06
8+
9+
### Changed
10+
11+
- The bundled typst compiler has been bumped to 0.14.0.
12+
13+
### Fixed
14+
15+
- Math conversion is now more reliable with updates from tex2typst and better conversion path.
16+
- Open settings directory now also works when it doesn't exist yet.
17+
- Schema validation concerning the direction parameter no longer throws an error.
18+
719
## [0.2.13] - 2025-11-01
820

921
### Fixed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "TyX",
4-
"version": "0.2.13",
4+
"version": "0.2.14",
55
"identifier": "com.tyx-editor.tyx",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)