From 3cad8db9b7b8a77f3d3ae512dd66e8d98429cc92 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 6 Mar 2022 19:28:22 +0200 Subject: [PATCH] Version bump to 1.9.11-1 --- rpm/toeterm.changes | 6 ++++++ rpm/toeterm.yaml | 2 +- toeterm.pro | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rpm/toeterm.changes b/rpm/toeterm.changes index 40d3b24..e730f58 100644 --- a/rpm/toeterm.changes +++ b/rpm/toeterm.changes @@ -1,3 +1,9 @@ +* Sun Mar 6 2022 Matti Viljanen (direc85) 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 + * Sun Feb 6 2022 Matti Viljanen (direc85) 1.9.10-1 - Fix broken 256-color support diff --git a/rpm/toeterm.yaml b/rpm/toeterm.yaml index b4d3f22..fde24d2 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.10 +Version: 1.9.11 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index f422ad5..40bc2a7 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -3,7 +3,7 @@ CONFIG += sailfishapp link_pkgconfig PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil -VER = 1.9.10 +VER = 1.9.11 REL = 1 VERSION = $${VER}-$${REL}