Skip to content

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Oct 9, 2016
1 parent e3c8d68 commit 618dbef
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.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
* **2.0**: major rewrite; added native keyboard which replaces matchbox keyboard - better stability, easier to compile and maintain; updated to build on modern frameworks; added autotools project; option to rotate screen on Kindle; option to add environment variables on command line
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.2])
AC_INIT([kterm], [2.3])
AM_INIT_AUTOMAKE([foreign])
AM_PROG_CC_C_O
AC_PROG_CC_C99
Expand Down

0 comments on commit 618dbef

Please sign in to comment.