Bump version, update NEWS

This commit is contained in:
Přemysl Eric Janouch 2021-11-04 14:19:50 +01:00
parent 0cdb4989e5
commit ba86961ba5
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0)
project (nncmpp VERSION 1.1.0 LANGUAGES C)
project (nncmpp VERSION 1.1.1 LANGUAGES C)
# Moar warnings
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)

7
NEWS
View File

@ -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)
* Now requesting and processing terminal de/focus events,