Skip to content

Commit

Permalink
Version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed May 21, 2020
1 parent 0f08472 commit 2a0622a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ 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.6**: option for setting cursor shape (by efskap)
* **2.5**: option for setting terminal encoding (by deuill)
* **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.5])
AC_INIT([kterm], [2.6])
AM_INIT_AUTOMAKE([foreign])
AM_PROG_CC_C_O
AC_PROG_CC_C99
Expand Down

0 comments on commit 2a0622a

Please sign in to comment.