We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614adee commit 5b08616Copy full SHA for 5b08616
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
+## [0.2.8] - 2025-10-05
8
+
9
+### Changed
10
11
+- Conversion of the math field from LaTeX to Typst is now powered by tyx2typst.
12
13
## [0.2.7] - 2025-08-15
14
15
### Fixed
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2.0.0",
3
"productName": "TyX",
- "version": "0.2.7",
+ "version": "0.2.8",
"identifier": "com.tyx-editor.tyx",
"build": {
"beforeDevCommand": "bun run dev",
0 commit comments