Skip to content

Commit 782df45

Browse files
committed
mark v0.2.12
1 parent 1f972c6 commit 782df45

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.12] - 2025-10-31
8+
9+
### Added
10+
11+
- There's a new setFunctionCall command to set the current function, or insert a new call.
12+
- The app settings now have a button to open the settings directory.
13+
- Additional math toolbar items are now available.
14+
- The status bar now shows possible completions for keyboard shortcuts as well as hints to a set keyboard shortcut when hovering over a button or running a command.
15+
- Preview of unsaved documents now works locally.
16+
- A new `tyx_schema` python package is available to work with TyX documents and settings in Python.
17+
18+
### Changed
19+
20+
- The default keyboard shortcuts are now included by default, unless unbound in the app settings file.
21+
22+
### Fixed
23+
24+
- The nested editors now share histroy with the main editor, fixing undo/redo scenarios.
25+
- The editor no longer gets stuck when an editor throws an error - the basic commands still work.
26+
- The schema no longer has nullable fields, making it easier to work with in other languages like Python (which don't distinguish between null/undefined).
27+
728
## [0.2.11] - 2025-10-12
829

930
### Changed

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

0 commit comments

Comments
 (0)