Skip to content

Releases: charlie-foxtrot/RTLSDR-Airband

Version 5.0.9

05 Feb 05:55
5e5e46c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.8...v5.0.9

Version 5.0.8

05 Feb 05:32
5b734c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.7...v5.0.8

Version 5.0.7

05 Feb 04:02
96289a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.6...v5.0.7

Version 5.0.6

25 Jan 04:03
e007afe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.5...v5.0.6

Version 5.0.5

22 Jan 19:22
68e7783
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.0.5

Version 5.0.4

22 Jan 03:00
d8090e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.3...v5.0.4

Version 5.0.3

21 Jan 22:24
75260f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v5.0.3

Version 5.0.0

21 Jan 18:54
aee5871
Compare
Choose a tag to compare
  • Build and publish docker containers
  • Changes to supported cmake platforms:
    • Depreciate rpiv1, armv7-generic, and armv8-generic and build platforms
    • Change default build platform to native
    • Rename default to generic
  • 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

19 Oct 03:48
872ebb7
Compare
Choose a tag to compare
  • Add support for building with libshout v2.4.6, see #382 and #422
  • Add error checking for lowpass <= highpass, see #399 and #412
  • Remove limit on count of mixer inputs (thanks @cdknox), see #408
  • Add dated_subdirectories config option for output files (thanks, @marcin-osowski), see #413

Version 4.1.1

02 May 03:10
76f8e02
Compare
Choose a tag to compare

Changes in this release:

  • Fix build issues when using VideoCore GPU, see #378