You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
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).
0 commit comments