Compare commits
	
		
			3 Commits
		
	
	
		
			ef19337bad
			...
			v2.1.1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						c4bce75866
	
				 | 
					
					
						|||
| 
						
						
							
						
						08b87bccbd
	
				 | 
					
					
						|||
| 
						
						
							
						
						fa460b97cf
	
				 | 
					
					
						
@@ -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)
 | 
			
		||||
@@ -128,7 +128,8 @@ add_threads (${PROJECT_NAME})
 | 
			
		||||
install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
 | 
			
		||||
install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})
 | 
			
		||||
install (DIRECTORY contrib DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})
 | 
			
		||||
install (DIRECTORY info DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})
 | 
			
		||||
install (DIRECTORY info DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}
 | 
			
		||||
	USE_SOURCE_PERMISSIONS)
 | 
			
		||||
if (WITH_X11)
 | 
			
		||||
	include (IconUtils)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										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)
 | 
			
		||||
 | 
			
		||||
 * Added ability to look up song lyrics,
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								liberty
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								liberty
									
									
									
									
									
								
							 Submodule liberty updated: 2a1f17a8f7...969a4cfc3e
									
								
							@@ -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"
 | 
			
		||||
}
 | 
			
		||||
....
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user