diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-04 14:19:50 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-04 14:19:50 +0100 |
commit | ba86961ba52cd0b1809c82550b218b9738cc6564 (patch) | |
tree | 872eab76bb24778b0b29de7f2407c194275a0e40 | |
parent | 0cdb4989e53c7f084c90bf55bd735cc9c1076321 (diff) | |
download | nncmpp-ba86961ba52cd0b1809c82550b218b9738cc6564.tar.gz nncmpp-ba86961ba52cd0b1809c82550b218b9738cc6564.tar.xz nncmpp-ba86961ba52cd0b1809c82550b218b9738cc6564.zip |
Bump version, update NEWSv1.1.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e60a17..d425bb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) @@ -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, |