ToeTerm 1.9.13-1
- Autostart command (execCmd) is configurable in UI
- Fix false warning when execCmd was configured
- Actions can be created, edited and deleted
- Provide more helpful example actions
- Don't use menu.xml or xml data models
- Hide copy/paste buttons when not clickable
- Improve settings page header texts
- QML, translations and changelog correctness fixes
This version removes all support for menu.xml
. The mechanism for storing Actions doesn't use XML anymore, but the application QSettings storage file settings.ini
in token-separated-string format (lightest solution, which was also easiest to implement for QML). Please use ToeTerm settings page to edit the scripts, malformed data results currently crashes the application. Please see main.cpp
for furhter details.