Bump version, update NEWS
This commit is contained in:
parent
0cdb4989e5
commit
ba86961ba5
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required (VERSION 3.0)
|
cmake_minimum_required (VERSION 3.0)
|
||||||
project (nncmpp VERSION 1.1.0 LANGUAGES C)
|
project (nncmpp VERSION 1.1.1 LANGUAGES C)
|
||||||
|
|
||||||
# Moar warnings
|
# Moar warnings
|
||||||
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
1.1.1 (2021-11-04)
|
||||||
|
|
||||||
|
* Terminal focus in/out events no longer ring the terminall bell
|
||||||
|
|
||||||
|
* Made mouse work in non-rxvt terminals with recent xterm terminfo
|
||||||
|
|
||||||
|
|
||||||
1.1.0 (2021-10-21)
|
1.1.0 (2021-10-21)
|
||||||
|
|
||||||
* Now requesting and processing terminal de/focus events,
|
* Now requesting and processing terminal de/focus events,
|
||||||
|
|
Loading…
Reference in New Issue