Skip to content

Commit

Permalink
Increase version counter
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Sep 26, 2017
1 parent 7547686 commit aa77f12
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 @@ -49,6 +49,7 @@ Usage: kterm [OPTIONS]
![kterm landscape mode][screenshot3]

#### Changelog
* **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
* **2.1**: mainly small bugfixes, compilation warnings
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.3])
AC_INIT([kterm], [2.4])
AM_INIT_AUTOMAKE([foreign])
AM_PROG_CC_C_O
AC_PROG_CC_C99
Expand Down

0 comments on commit aa77f12

Please sign in to comment.