From 75f281c970513b57a19a3a5469fbb11b340cadc9 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sat, 30 Sep 2023 16:45:57 +0300 Subject: [PATCH] Version bump to 1.9.15-1 --- rpm/toeterm.changes | 9 +++++++++ rpm/toeterm.spec | 2 +- toeterm.pro | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/rpm/toeterm.changes b/rpm/toeterm.changes index f057ade..24d5460 100644 --- a/rpm/toeterm.changes +++ b/rpm/toeterm.changes @@ -1,3 +1,12 @@ +* Sat Sep 30 2023 Matti Viljanen (direc85) 1.9.15-1 +- 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 + * Sun Aug 7 2022 Matti Viljanen (direc85) 1.9.14-1 - Rename autostart command (execCmd) as Fish-only default shel diff --git a/rpm/toeterm.spec b/rpm/toeterm.spec index f9c67c0..0a731ba 100644 --- a/rpm/toeterm.spec +++ b/rpm/toeterm.spec @@ -6,7 +6,7 @@ Name: toeterm %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: A terminal emulator with a custom virtual keyboard # Update .pro file too -Version: 1.9.14 +Version: 1.9.15 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index 6bcb402..7ef955b 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -4,7 +4,7 @@ PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil # Update .spec file too -VER = 1.9.14 +VER = 1.9.15 REL = 1 VERSION = $${VER}-$${REL}