Releases: direc85/toeterm
Releases · direc85/toeterm
ToeTerm 1.9.16-1
ToeTerm 1.9.15-1
ToeTerm 1.9.14-1
- Rename autostart command (execCmd) as Fish-only default shell
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.
ToeTerm 1.9.12-1
- Add --help and --version support
- Don't use QDebug but printf
- Simplify storing default settings in code
- Fix possible null pointer exception
- Try to login even if default shell is missing
ToeTerm 1.9.11-1
- Add ISO-8613-6 24-bit color support (2;s;r;g;b)
- Add COLORTERM environmental variable
- Opt out from sandboxing
- Update but disable version bump script
ToeTerm 1.9.10-1
- Fix 256-color mode
ToeTerm 1.9.9-1
- Implement 24-bit color support (2;r;g;b) (contributes to #8)
ToeTerm 1.9.8-1
- Improve editing long lines in nano
- Implement 'Z' ANSI escape (back tab) (contributes to #8)
- Implement 'X' ANSI escape (erase x characters, copied from Fingerterm)
Toeterm 1.9.6-1
- Add Polish translation (thanks, atlochowski)
- Add language credits
- Add proper changelog, finally!
- Fix SFOS 4 builds
- Remove obsolete dependency (qt-components-qt5)
- Use Qt5Feedback instead of Qt0Feedback
- Built against Sailfish 4.1.0.23 EA