mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			220 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			220 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| sdrangel (3.5.5-1) unstable; urgency=medium
 | |
| 
 | |
|   * Output plugins: use fixed time length for sample FIFO
 | |
|   * Audio modulators: reduce audio input file buffer to 0.25s
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 13 Aug 2017 23:14:18 +0200
 | |
| 
 | |
| sdrangel (3.5.4-1) unstable; urgency=medium
 | |
| 
 | |
|   * LimeSDR: fixed NCO lower boundary calculation by flooring to zero
 | |
|   * LimeSDR: corrected NCO de-tune when sample rate or hardware decim/interp changes
 | |
|   * All audio modulators: fixed audio input
 | |
|   * SSB modulator: added an audio compressor
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 06 Aug 2017 23:14:18 +0200
 | |
| 
 | |
| sdrangel (3.5.3-1) unstable; urgency=medium
 | |
| 
 | |
|   * SSB demod: anded optional AGC
 | |
|   * ChannelAnalyzerNG: better handling of LSB in the UI
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 31 Jul 2017 09:14:18 +0200
 | |
| 
 | |
| sdrangel (3.5.2-1) unstable; urgency=medium
 | |
| 
 | |
|   * HackRF: stop Rx before start Tx automatically and vice versa
 | |
|   * HackRF: added option on Rx to drive Tx frequency change 
 | |
|   * SSB mod and demod: make UI displays consistent with DSB, USB and LSB modes
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sat, 22 Jul 2017 09:14:18 +0200
 | |
| 
 | |
| sdrangel (3.5.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * LimeSDR input: added individual gains control and ADC rate display
 | |
|   * LimeSDR output: added DAC rate display
 | |
|   * LimeSDR all: added board temperature display
 | |
|   * Added pulseaudio and libqt5multimedia5-plugins in the Debian dependencies
 | |
|   * Updates to build on aarch64 in openSUSE
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sat, 01 Jul 2017 19:14:18 +0200
 | |
| 
 | |
| sdrangel (3.5.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * SDRdaemonSink plugin connecting to a distant sdrdaemontx instance
 | |
|   * SDRdemonFEC plugin renamed to SDRdaemonSource
 | |
|   * SDRdaemon plugin deprecated and removed from the build and distributions
 | |
|   * Changed frequency thumbweels color scheme
 | |
|   * Activated compiler warnings and fixed warnings
 | |
|   * Lots of little GUI fixes
 | |
|   
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 11 Jun 2017 19:14:18 +0200
 | |
| 
 | |
| sdrangel (3.4.5-1) unstable; urgency=medium
 | |
| 
 | |
|   * Removed default constuctors in Moving average and AGC classes 
 | |
|   
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 11 May 2017 21:14:18 +0100
 | |
| 
 | |
| sdrangel (3.4.4-1) unstable; urgency=medium
 | |
| 
 | |
|   * LimeSDR output: fixed timeout value on LMS_SendStream
 | |
|   * LimeSDR: various fixes to make it run smoothly
 | |
|   * LimeSDR: Windows 64 build
 | |
|   * LimeSDR: integrated Debian build
 | |
|   * cmake modules: search lib64 libraries
 | |
|   
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 08 May 2017 21:14:18 +0100
 | |
| 
 | |
| sdrangel (3.4.3-1) unstable; urgency=medium
 | |
| 
 | |
|   * DSD demod: use version 1.7.1 of dsdcc with PLL for symbol synchronization as an option
 | |
|   * LimeSDR: fixed antenna selection in both input and output plugins
 | |
|   
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 08 May 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.4.2-1) unstable; urgency=medium
 | |
| 
 | |
|   * DSD demod: use version 1.7.0 of dsdcc with PLL for symbol synchronization
 | |
|   * DSD demod: kernel >= 4.4.52 workaround for SerialDV
 | |
|   * Code cleanup: cppchack and Eclipse warnings
 | |
|   
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 26 Apr 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.4.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * Optimization of halfband interpolation FIR fitler processing
 | |
|   * HackRF support: fixed start/stop sequence
 | |
|   * WFM Demod enhancement
 | |
|   * CW Keyer: specifiy char signedness to fix error with some compilers
 | |
|   
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 26 Apr 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.4.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * LimeSDR support with redesign of source and sink management
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 17 Apr 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.3.4-1) unstable; urgency=medium
 | |
| 
 | |
|   * ATV Demod: fixed issue #22. Segfault when starting the plugin while the
 | |
|   * source is running
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Mon, 10 Apr 2017 21:14:18 +0100
 | |
| 
 | |
| sdrangel (3.3.3-1) unstable; urgency=medium
 | |
| 
 | |
|   * HackRF, BladeRF, RTLSDR plugins: continuous sample rate setting
 | |
|   * ATV: implemented narrow band modes
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 9 Apr 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.3.2-1) unstable; urgency=medium
 | |
| 
 | |
|   * ATV plugins: added 405 lines, 20 and 16 FPS  modes
 | |
|   * ATV demodulator: added a scope panel in a tab combo with the TV screen
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 22 Mar 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.3.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * ATV plugins: SSB and vestigiial sideband support
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 19 Mar 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.3.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * NFM demod: new discriminator and optional FM deviation based squelch
 | |
|   * ATV modulator
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 15 Mar 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.2.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * ATV demodulator for amateur Analog TV
 | |
|   * New channel analyzer Channel Analyzer NG with a new generation signal scope
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Thu, 02 Mar 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.1.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * DSD demod: adapt to dsdcc version 1.6
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Fri, 13 Jan 2017 03:14:18 +0100
 | |
| 
 | |
| sdrangel (3.1.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * HackRF Tx support
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 08 Jan 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (3.0.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * Fixed audio preferences dialog and handling
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sat, 07 Jan 2017 11:14:18 +0100
 | |
| 
 | |
| sdrangel (3.0.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * Implemented real Tx devices (BladeRF and HackRF) for real transmission
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 01 Jan 2017 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.5.2-1) unstable; urgency=medium
 | |
| 
 | |
|   * Changed modulators source device feeding
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 25 Dec 2016 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.5.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * WFM Modulator
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 18 Dec 2016 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.5.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * SSB Modulator
 | |
|   * CW Keyer
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Thu, 15 Dec 2016 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.4.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * NFM Modulator
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 05 Dec 2016 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.3.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * AM Modulator: support file input
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 27 Nov 2016 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.3.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * SDRplay support: new input source plugin
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sun, 13 Nov 2016 23:14:18 +0100
 | |
| 
 | |
| sdrangel (2.2.2-1) unstable; urgency=medium
 | |
| 
 | |
|   * Baseband Halfband FIR filter optimizations
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 11 Nov 2016 12:25:34 +0100
 | |
| 
 | |
| sdrangel (2.2.1-1) unstable; urgency=medium
 | |
| 
 | |
|   * Baseband Tx support (phase 2)
 | |
|   * Code optimizations
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 02 Nov 2016 14:15:15 +0100
 | |
| 
 | |
| sdrangel (2.2.0-1) unstable; urgency=medium
 | |
| 
 | |
|   * Initial release as a Debian package
 | |
|   * Embryonic Tx support (phase 1)
 | |
| 
 | |
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Tue, 24 Oct 2016 23:15:15 +0200
 |