From ef19337bad881d50884f8977c025a6124046841b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 10 Feb 2024 18:38:15 +0100 Subject: Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70ea09f..d56a31c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0...3.27) -project (nncmpp VERSION 2.0.0 LANGUAGES C) +project (nncmpp VERSION 2.1.0 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) diff --git a/NEWS b/NEWS index 3b595a4..feaf7df 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Unreleased +2.1.0 (2024-02-11) * Added ability to look up song lyrics, using a new scriptable extension interface for the Info tab @@ -13,10 +13,14 @@ Unreleased * X11: fixed rendering of overflowing, partially visible list items + * X11: fixed a crash when resizing the window to zero dimensions + * Added a "o" binding to select the currently playing song * Added Readline-like M-u, M-l, M-c editor bindings + * Made the scroll wheel work on the elapsed time gauge and the volume display + * Changed volume adjustment bindings to use +/- keys * Changed volume adjustment to go in steps of 5 rather than 10 % -- cgit v1.2.3