Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Feb 22, 2018
1 parent 166a51f commit e4f62a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e4f62a5

Please sign in to comment.