From e4f62a57bcd4e31843aa581673d5329cac70cf19 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Thu, 22 Feb 2018 16:37:30 +0100 Subject: [PATCH] Increase version --- README.md | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5daabe5..2269777 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ For a list of what constitutes valid encodings, check [this list][iana-character ![kterm landscape mode][screenshot3] #### Changelog + * **2.5**: option for setting terminal encoding * **2.4**: fix: some special keys won't work, add path to terminfo in Kindle start script * **2.3**: fix: issue with uneven keyboard rows height, unresponsivness when popup menu is cancelled, autotools build and other minor bugs * **2.2**: fix launching kterm with hidden keyboard; add config/command line option for screen rotation (screen orientation will also be restored to initial value after quitting kterm); fix flickering at start; remove unneeded files from kindle package, add high resolution key images; some other minor issues diff --git a/configure.ac b/configure.ac index 16d4020..e27c8d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([kterm], [2.4]) +AC_INIT([kterm], [2.5]) AM_INIT_AUTOMAKE([foreign]) AM_PROG_CC_C_O AC_PROG_CC_C99