This is the first release of Hand TeX.
Note: on Windows, Windows Defender may complain about the exe and flag it. Unfortunately, I can't do anything about that, since this app is new and still unknown to Windows Defender. I also use pyinstaller for the exe build, which often results in projects getting flagged. If you don't wish to use the exe, installing with pip or from source is always an option. This is open source, after all.
Unfortunately, technical issues have prevented me from getting pyinstaller to work on Linux since the latest version, but installing from the AUR, Flathub, or pip is better anyway.
Hotfix 1.0.1 addressed a package metadata issue.
Hotfix 1.0.2 added Flatpak metadata
Hotfix 1.0.3
- Fix a few missing icons
- Remind the user to check where the new data folder is pointing to, before making new training data
- Immediately swap to new symbol to train if specifying one manually
Hotfix 1.0.4
- Fix crash: Expected signal or callable, got "NoneType"
Hotfix 1.0.5
- Fix crash: change in the way annotationlib works in python 3.14.
- Fix packaging package now needing to be explicitly required
Note: The Windows binary does not need to be updated to 1.0.5 because these changes only affect Python 3.14, not the bundled version in the exe.