Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Sep 30, 2016
1 parent 05be57c commit 43256a2
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 @@ -48,6 +48,7 @@ Usage: kterm [OPTIONS]
![kterm landscape mode][screenshot3]

#### Changelog
* **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
* **0.7**: keyboard layout for Paperwhite (by nasser), also larger labels for Touch keyboard
* **0.6**: parameter for choosing different keyboard layout from config and command line; new keyboard layout for Touch and Paperwhite (by cubemike99 and DuckieTigger)
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.0)
AC_INIT([kterm], 2.1)
AM_INIT_AUTOMAKE([foreign])
AM_PROG_CC_C_O
AC_PROG_CC_C99
Expand Down

0 comments on commit 43256a2

Please sign in to comment.