File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments