From b089642d2dd96404524989ea20958ba76ca7ce7e Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 6 Feb 2022 19:36:05 +0200 Subject: [PATCH] Version bump to 1.9.9-1 --- rpm/toeterm.changes | 3 +++ rpm/toeterm.yaml | 2 +- toeterm.pro | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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}