Skip to content

Commit 2a0622a

Browse files
committed
Version 2.6
1 parent 0f08472 commit 2a0622a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ For a list of what constitutes valid encodings, check [this list][iana-character
5454
![kterm landscape mode][screenshot3]
5555

5656
#### Changelog
57-
* **2.5**: option for setting terminal encoding
57+
* **2.6**: option for setting cursor shape (by efskap)
58+
* **2.5**: option for setting terminal encoding (by deuill)
5859
* **2.4**: fix: some special keys won't work, add path to terminfo in Kindle start script
5960
* **2.3**: fix: issue with uneven keyboard rows height, unresponsivness when popup menu is cancelled, autotools build and other minor bugs
6061
* **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

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([kterm], [2.5])
1+
AC_INIT([kterm], [2.6])
22
AM_INIT_AUTOMAKE([foreign])
33
AM_PROG_CC_C_O
44
AC_PROG_CC_C99

0 commit comments

Comments
 (0)