Skip to content

Commit

Permalink
Version bump to 1.9.12-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Apr 1, 2022
1 parent 68d3780 commit 3e2bfeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions rpm/toeterm.changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/toeterm.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion toeterm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3e2bfeb

Please sign in to comment.