From ba86961ba52cd0b1809c82550b218b9738cc6564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 4 Nov 2021 14:19:50 +0100 Subject: Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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) diff --git a/NEWS b/NEWS index 7faab6c..e5250ca 100644 --- a/NEWS +++ b/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) * Now requesting and processing terminal de/focus events, -- cgit v1.2.3