From 3e2bfeb63dc0f5f275d989337ff677d3922564f2 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sat, 2 Apr 2022 01:33:54 +0300 Subject: [PATCH] Version bump to 1.9.12-1 --- rpm/toeterm.changes | 7 +++++++ rpm/toeterm.yaml | 2 +- toeterm.pro | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/rpm/toeterm.changes b/rpm/toeterm.changes index e730f58..387501e 100644 --- a/rpm/toeterm.changes +++ b/rpm/toeterm.changes @@ -1,3 +1,10 @@ +* Mon Mar 6 2022 Matti Viljanen (direc85) 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 + * 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 diff --git a/rpm/toeterm.yaml b/rpm/toeterm.yaml index fde24d2..46001af 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.11 +Version: 1.9.12 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index 40bc2a7..bb6a804 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -3,7 +3,8 @@ CONFIG += sailfishapp link_pkgconfig PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil -VER = 1.9.11 +# Checklist: yaml +VER = 1.9.12 REL = 1 VERSION = $${VER}-$${REL}