Bump version, update NEWS
This commit is contained in:
parent
08b87bccbd
commit
c4bce75866
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required (VERSION 3.0...3.27)
|
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
|
# Moar warnings
|
||||||
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
||||||
|
|
9
NEWS
9
NEWS
|
@ -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)
|
2.1.0 (2024-02-11)
|
||||||
|
|
||||||
* Added ability to look up song lyrics,
|
* Added ability to look up song lyrics,
|
||||||
|
|
Loading…
Reference in New Issue