Releases: charlie-foxtrot/RTLSDR-Airband
Releases · charlie-foxtrot/RTLSDR-Airband
Version 5.0.9
What's Changed
- Fix mirisdr and add to docker builds by @charlie-foxtrot in #462
Full Changelog: v5.0.8...v5.0.9
Version 5.0.8
Version 5.0.7
What's Changed
- Fix broadcom GPU build error by @charlie-foxtrot in #459
Full Changelog: v5.0.6...v5.0.7
Version 5.0.6
What's Changed
- Detect
RTL_AIRBAND_VERION
when building from a release archive by @charlie-foxtrot in #456
Full Changelog: v5.0.5...v5.0.6
Version 5.0.5
What's Changed
- Docker container not getting version string by @charlie-foxtrot in #454
Full Changelog: v5.0.4...v5.0.5
Version 5.0.4
Version 5.0.3
What's Changed
- Create a release on each tag by @charlie-foxtrot in #453
Full Changelog: v5.0.2...v5.0.3
Version 5.0.0
- Build and publish docker containers
- Changes to supported cmake platforms:
- Depreciate
rpiv1
,armv7-generic
, andarmv8-generic
and build platforms - Change default build platform to
native
- Rename
default
togeneric
- Depreciate
- Enable a series of compile warnings and cleanup code
- Remove SSE specific code - let the compiler "do the right thing"
- Remove some no longer supported windows
ifdef
's - Fix CTCSS bug that could miss a tone when multiple tones have the same power (happens with less accurate floating point operations, ie
i386
)
Version 4.2.0
Version 4.1.1
Changes in this release:
- Fix build issues when using VideoCore GPU, see #378