diff --git a/rpm/toeterm.changes b/rpm/toeterm.changes index 2d6bd3c..9347847 100644 --- a/rpm/toeterm.changes +++ b/rpm/toeterm.changes @@ -1,3 +1,6 @@ +* Sun Feb 6 2022 Matti Viljanen (direc85 1.9.9-1 +- Implement 24-bit color support (2;r;g;b) + * Sat Feb 5 2022 Matti Viljanen (direc85) 1.9.8-1 - Improve editing long lines in nano - Implement 'Z' ANSI escape (back tab) diff --git a/rpm/toeterm.yaml b/rpm/toeterm.yaml index 5ca3268..c287774 100644 --- a/rpm/toeterm.yaml +++ b/rpm/toeterm.yaml @@ -1,6 +1,6 @@ Name: toeterm Summary: A terminal emulator with a custom virtual keyboard -Version: 1.9.8 +Version: 1.9.9 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index cd6b022..b52dcd6 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -3,7 +3,7 @@ CONFIG += sailfishapp link_pkgconfig PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil -VER = 1.9.8 +VER = 1.9.9 REL = 1 VERSION = $${VER}-$${REL}