Skip to content

Commit

Permalink
Version bump to 1.9.15-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Sep 30, 2023
1 parent bdef9c8 commit 75f281c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions rpm/toeterm.changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion rpm/toeterm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion toeterm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 75f281c

Please sign in to comment.