Skip to content

Releases: direc85/toeterm

ToeTerm 1.9.16-1

30 Sep 14:07
Compare
Choose a tag to compare
  • Built with Sailfish SDK 3.10.4 for 4.5.0.18
  • Set RPM compression to XZ

ToeTerm 1.9.15-1

30 Sep 13:57
Compare
Choose a tag to compare
  • Backport keyPress() from FingerTerm, tweaked. Fixes #17
  • Don't assume --login for default/fallback shell. Fixes #16
  • Remove leftover Makefile
  • Remove .yaml file, only use .spec directly
  • Remove custom version bump script
  • Clean up project root
  • Always make a clean build

ToeTerm 1.9.14-1

07 Aug 15:19
417811e
Compare
Choose a tag to compare
  • Rename autostart command (execCmd) as Fish-only default shell

ToeTerm 1.9.13-1

14 Apr 23:53
e44bef9
Compare
Choose a tag to compare
  • 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

01 Apr 22:51
3e2bfeb
Compare
Choose a tag to compare
  • 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

06 Mar 17:53
3cad8db
Compare
Choose a tag to compare
  • 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

06 Feb 22:17
f463d5b
Compare
Choose a tag to compare
  • Fix 256-color mode

ToeTerm 1.9.9-1

06 Feb 17:47
b089642
Compare
Choose a tag to compare
  • Implement 24-bit color support (2;r;g;b) (contributes to #8)

ToeTerm 1.9.8-1

06 Feb 22:16
9f87ec2
Compare
Choose a tag to compare
  • 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

30 May 13:20
Compare
Choose a tag to compare
  • 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