mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	Updated versions and changelogs
This commit is contained in:
		
							parent
							
								
									01dc1a9490
								
							
						
					
					
						commit
						d8034f3ee0
					
				
							
								
								
									
										13
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								CHANGELOG
									
									
									
									
									
								
							@ -1,3 +1,16 @@
 | 
				
			|||||||
 | 
					sdrangel (7.0.1-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Added ability to build a package for MacOS. PR #1249
 | 
				
			||||||
 | 
					  * Warn if OpenGL is < 2.1, rather than 3.0, as it runs fine with 2.1. PR #1249
 | 
				
			||||||
 | 
					  * Added 3 term Blackman and 7 term Blackman-Harris FFT windows
 | 
				
			||||||
 | 
					  * SSB Demod: added control of FFT filter window. Part of #1224
 | 
				
			||||||
 | 
					  * SSB Demod: implement switchable filter bank. Part of #1224
 | 
				
			||||||
 | 
					  * Main Window: create empty workspace if none in default configuration. Part of #1250
 | 
				
			||||||
 | 
					  * Save/restore auto-stack function in workspaces. Part of #1250
 | 
				
			||||||
 | 
					  * Fixed ButtonSwitch background color with stylesheets
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Thu, 19 May 2022 26:02:31 +0200
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (7.0.0-1) unstable; urgency=medium
 | 
					sdrangel (7.0.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * New top level UI released
 | 
					  * New top level UI released
 | 
				
			||||||
 | 
				
			|||||||
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
 | 
				
			|||||||
# configure version
 | 
					# configure version
 | 
				
			||||||
set(sdrangel_VERSION_MAJOR "7")
 | 
					set(sdrangel_VERSION_MAJOR "7")
 | 
				
			||||||
set(sdrangel_VERSION_MINOR "0")
 | 
					set(sdrangel_VERSION_MINOR "0")
 | 
				
			||||||
set(sdrangel_VERSION_PATCH "0")
 | 
					set(sdrangel_VERSION_PATCH "1")
 | 
				
			||||||
set(sdrangel_VERSION_SUFFIX "")
 | 
					set(sdrangel_VERSION_SUFFIX "")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SDRAngel cmake options
 | 
					# SDRAngel cmake options
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										13
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,16 @@
 | 
				
			|||||||
 | 
					sdrangel (7.0.1-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Added ability to build a package for MacOS. PR #1249
 | 
				
			||||||
 | 
					  * Warn if OpenGL is < 2.1, rather than 3.0, as it runs fine with 2.1. PR #1249
 | 
				
			||||||
 | 
					  * Added 3 term Blackman and 7 term Blackman-Harris FFT windows
 | 
				
			||||||
 | 
					  * SSB Demod: added control of FFT filter window. Part of #1224
 | 
				
			||||||
 | 
					  * SSB Demod: implement switchable filter bank. Part of #1224
 | 
				
			||||||
 | 
					  * Main Window: create empty workspace if none in default configuration. Part of #1250
 | 
				
			||||||
 | 
					  * Save/restore auto-stack function in workspaces. Part of #1250
 | 
				
			||||||
 | 
					  * Fixed ButtonSwitch background color with stylesheets
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Thu, 19 May 2022 26:02:31 +0200
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (7.0.0-1) unstable; urgency=medium
 | 
					sdrangel (7.0.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * New top level UI released
 | 
					  * New top level UI released
 | 
				
			||||||
 | 
				
			|||||||
@ -27,7 +27,7 @@
 | 
				
			|||||||
const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    ChirpChatDemod::m_channelId,
 | 
					    ChirpChatDemod::m_channelId,
 | 
				
			||||||
	QStringLiteral("ChirpChat Demodulator"),
 | 
						QStringLiteral("ChirpChat Demodulator"),
 | 
				
			||||||
    QStringLiteral("7.0.0"),
 | 
					    QStringLiteral("7.0.1"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -12,7 +12,7 @@
 | 
				
			|||||||
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    SSBDemod::m_channelId,
 | 
					    SSBDemod::m_channelId,
 | 
				
			||||||
	QStringLiteral("SSB Demodulator"),
 | 
						QStringLiteral("SSB Demodulator"),
 | 
				
			||||||
    QStringLiteral("7.0.0"),
 | 
					    QStringLiteral("7.0.1"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user