Compare commits

...

2 Commits

Author SHA1 Message Date
Přemysl Eric Janouch c4bce75866
Bump version, update NEWS
Arch Linux AUR Success Details
Alpine 3.19 Success Details
2024-02-27 00:39:23 +01:00
Přemysl Eric Janouch 08b87bccbd
Bump liberty, fix a dead link 2024-02-27 00:30:39 +01:00
4 changed files with 12 additions and 3 deletions

View File

@ -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)

9
NEWS
View File

@ -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,

@ -1 +1 @@
Subproject commit 2a1f17a8f7e32e1a485df450c5ad231312fedc16
Subproject commit 969a4cfc3ea1c4d7c0327907385fc64906ed5d4c

View File

@ -69,7 +69,7 @@ colors = {
scrollbar = ""
}
streams = {
"dnbradio.com" = "http://www.dnbradio.com/hi.m3u"
"dnbradio.com" = "https://dnbradio.com/hi.pls"
"BassDrive.com" = "http://bassdrive.com/v2/streams/BassDrive.pls"
}
....