Skip to content

Commit 5b08616

Browse files
committed
mark v0.2.8
1 parent 614adee commit 5b08616

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.8] - 2025-10-05
8+
9+
### Changed
10+
11+
- Conversion of the math field from LaTeX to Typst is now powered by tyx2typst.
12+
713
## [0.2.7] - 2025-08-15
814

915
### 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.7",
4+
"version": "0.2.8",
55
"identifier": "com.tyx-editor.tyx",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)