v0.8.0
 - Support for multiple colormaps
 - Add upload threshold to connection config
 - RtlSdr: Add support for setting bias-t
 - RtlSdr: Add selection of device by serial number
 - Release: add
   - Debian 11 Bullseye
   - Ubuntu 20.04 Focal
   - Ubuntu 22.04 Jammy
 - Release: add builds for i386 (all Debians and Ubuntu Bionic)

v0.7.2
 - Fix small frequency markers not aligned properly

v0.7.1
 - Release: Drop Ubuntu 19.04 Disco (EOL)
 - Fix support of rtl-sdr dongles without direct-sampling (nooelec for example)
 - Fix negative ppm frequency markers for audio input
 - Put back -c option for back-compatibility
 - PulseAudio: fix sporadic crash on exit
 - PulseAudio: fix sporadic failure of removing of created device
 - Fix multiple connections to same uploader with different configurations

v0.7.0:
 - Release: drop Ubuntu Cosmic (EOL), add Ubuntu Eoan
 - Release: add arm64 builds
 - Support multiple output images, each can be connected to one or several
   uploaders
 - FTP, new norename option. Automatic when required, as well as disableepsv
 - New pulseaudio source plugin
 - New levelmeter output plugin
 - New test noise input plugin
 - Install as a systemd service for automatic start (needs to be enabled)
 - Fix Ctrl-C, sometimes the first Ctr-C was identified as a subsequent one
 - Restart (loading new config) on SIGHUP

v0.6.1:
 - Fix frequency calculation bug in image output on 32bit cpus with some
   configs

v0.6.0:
 - Add --unittests option to run unit tests
 - Add --dummyoutput option to generate and upload a dummy output
 - FTP upload creates a temporary file, renamed only after successful upload
 - Add offset (and offsetppm) option in input section to support upconverters
 - Change filename templates. %d and %t replaced with %D and %T, %i, %d and %t
   used for short forms
 - FTP upload: insecure option also allows hostname missmatch now
 - Module list option (-m) now shows driver version if available
 - Modularized: input devices and uploaders in separate libraries, allowing to
   distribute specific modules separately if necessary
 - Fix bug on RtlSdr erroring when specifing i-branch for direct sampling
 - A second Ctrl-C in less than a second force an immediate stop

v0.5.1:
 - Fix default filename format to be identical to v0.4.0 again

v0.5.0:
 - Add bandwidth option for rtl-sdr input device
 - Several fixes to build and run on Debian 8 and Ubuntu 14.04, not all
   options available on all input devices.
 - PPM parameter is now a float
 - Fix bug in processing resulting in multiple artefacts and mirror signals
 - Add disableepsv option to yaml file for ftp upload to disable EPSV
 - Add --detach (-d) option to detach process. Logging to syslog
 - Support for rtlsdr direct sampling option on Q and I branch
 - More flexible support for custom filenames with templates, globally or per uploader
 - Add support for jpg images as alternative to png

v0.4.0:
 - Native support for multiple input devices: stdin, alsa, rtlsdr and hackrf
 - Optional signal level meter
 - SCP upload fix, defaulting to home dir without specified directory
 - Remove non-working config through cli instead of --configfile option
 - Allow --configfile to be given as positional option

v0.3.0:
 - Added ftp(s) upload capability

v0.2.0:
 - Integrated downsampling using libliquid, optionally librtfilter can also be used
 - Layout improvements with header and smarter frequency and time label spacing
 - Multiple uploader supported in parallel
 - Support for mono 16 bit audio input
 - Resync timing on each frame
 - Support for receiver frequency error correction

v0.1.0:
 - Initial release
