Skip to content

Releases: f4exb/sdrangelcli

Added missing audio encoding options

13 May 14:13
Compare
Choose a tag to compare

Added missing audio encoding options in the audio output dialog. Fixes issue #15

Migration to Angular 8

26 Feb 16:17
Compare
Choose a tag to compare

The title says it all.

Implemented CI/CD

24 Feb 17:19
Compare
Choose a tag to compare

CI/CD

  • Implementation of a CI/CD system with Github actions. This is a first try at it.
  • Karma: change to Chrome Headless and single run for CI

Other changes

  • PlutoSDR input device component: follow changes in hardware corrections support in SDRangel v4.11.3
  • SSB mod channel component: follow changes concerning audio compressor in SDRangel v4.11.1
  • Merges from dependaboot

Fixed high severity vulnerabilities

05 Jul 09:29
Compare
Choose a tag to compare

Fixed high severity vulnerabilities detected by npm in the following packages:

  • tar
  • fstream

Added missing components for latest plugins

05 Jul 06:36
Compare
Choose a tag to compare

Added components for the latest plugins developed in SDRangel that were missing:

  • Frequency tracker
  • Local sink
  • Local source
  • KiwiSDR
  • Remote output

Fixes from previous revision

09 May 13:40
Compare
Choose a tag to compare

Fixed some regressions introduced in v1.1.0

Adaptation to SDRangel 4.7.1 API

07 May 16:07
Compare
Choose a tag to compare

Following changes in v4.7.1 of SDRangel fairly large changes occurred in the REST API with essential attributes changes. Thus version is bumped to v1.1.0

Remote Sink: decimate and shift functionality

02 May 08:38
Compare
Choose a tag to compare

RemoteSink: decimate and shift functionality

Follows changes in SDRangel v4.5.6 with decimate and shift now possible in the Remote Sink plugin

Other changes and fixes

  • Fixes in Remote Sink component
  • RTL-SDR: fixed frequency range max control

Make it prod compatible

24 Apr 07:58
Compare
Choose a tag to compare

Many fixes to allow build with ng build --prod. In addition some packages were upgraded and many vulnerabilities fixed.

Reverse API control for channels

22 Apr 09:15
Compare
Choose a tag to compare

Reverse API control for channels

The channels reverse API settings can now be controlled from the client GUI. This implements issue #5

Other fixes

  • Remote input. This fixes issue #2