diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-02-27 00:39:23 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-02-27 00:39:23 +0100 |
commit | c4bce75866fe9911569efbd6a17cdb367f24b747 (patch) | |
tree | ddd1e8ab8c559f68921855974f9cb14c2aee857b | |
parent | 08b87bccbd608a49ef4bc240ffa5372d3e94fd03 (diff) | |
download | nncmpp-2.1.1.tar.gz nncmpp-2.1.1.tar.xz nncmpp-2.1.1.zip |
Bump version, update NEWSv2.1.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bbcf2c..4c6502e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0...3.27) -project (nncmpp VERSION 2.1.0 LANGUAGES C) +project (nncmpp VERSION 2.1.1 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) @@ -1,3 +1,12 @@ +2.1.1 (2024-02-27) + + * Fixed installation of Info tab plugins + + * Fixed display of playback mode toggles in the terminal user interface + + * Fixed a dead link in the manual page + + 2.1.0 (2024-02-11) * Added ability to look up song lyrics, |