Skip to content

Releases: f4exb/sdrangel

Maintenance release

16 Oct 21:50
Compare
Choose a tag to compare

Maintenance release

  • MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
  • Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014

Other changes and fixes

  • Moved CI/CD MSVC build to Github Actions

Radioastronomy plugin

12 Oct 21:31
Compare
Choose a tag to compare

Radioastronomy plugin

Again a nice contribution of Jon srcejon to deal with radio-astronomy measurements. Details on this channel Rx plugin can be found here. This implements #191 (PR #1011)

Other changes and fixes

  • GS232 Controller fix for Mac O/S compilation. Fixes #1010.
  • FileSink API updates
  • SigMFFileSink API updates
  • StarTracker updates for Radioastronomy plugin
  • ValueDialZ: when setting range fix zero display initial value. Fixes bug introduced by fix of #1004.

Maintenance release

07 Oct 19:34
Compare
Choose a tag to compare

Maintenance release

  • Antenna Tools update. PR #1005
  • GS232 Controller Updates fixing data pipe. Fixes #1006. PR #1007
  • ValueDialZ: more fixes. Complements #1004. PR #1008
  • Only copy file if different to avoid unnecessary rebuilds. PR #1009
  • Use on premises BYOC for Ubuntu image build

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

API: features complements

04 Oct 19:22
Compare
Choose a tag to compare

API: features complements

  • GS232 Controller API: added serial devices to report + fixes
  • SatelliteTracker: API: added rotator data
  • SatelliteTracker: use device set index. API: fixed doppler channels
  • AIS Feature: fixed feature set index and feature index in API
  • API: Features: correct feature set and feature indexes
  • API: added index in FeatureSet structure

Other changes and fixes

  • DeviceSet: Fixed pointer initialization. Fixes #1000
  • ValueDialZ: removed set value to 0 code if value is in range. Fixes #1004

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

API: completed features support

06 Sep 02:57
Compare
Choose a tag to compare

API: completed features support

  • Added GET /sdrangel/featurepresets
  • Added DELETE /sdrangel/featurepreset
  • Added PUT, PATCH, POST /sdrangel/featureset/{featureSetIndex}/preset
  • Added feature sets in the instance summary
  • Added /sdrangel/features (GET) to get the list of available feature plugins

Other changes and fixes

  • SDRplay V3: fixes for API
  • Satellite Tracker: fixed compilation in server mode. Fixes #996
  • Satellite Tracker: various enhancements. PR #997.
  • Moved sdrangel-windows-libraries repository to sdrangel-windows-libraries-lfs with LFS support

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

API: implemented POST and DELETE /sdrangel/featureset

22 Aug 08:44
Compare
Choose a tag to compare

API: implemented POST and DELETE /sdrangel/featureset

This API allows creation and deletion of feature sets. This fixes #988 and makes it possible to work with features in the server variant. Also fixed GET /sdrangel/featuresets.

Multiple feature sets have been implemented in the GUI. There is no special affinity between features in the same feature sets unlike device sets for which one device and one to many channels share the same I/Q stream. This is rather a way for the user to organize features in logical groups that are displayed together in the same feature tab.

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

Maintenance release

21 Aug 09:59
Compare
Choose a tag to compare

Maintenance release

  • Metis scan: scan all network interfaces. Fixes #977
  • GLScopeGUI: fixed UI. Fixes #969
  • Fixed rescuesdriq with milliseconds timestamps. Fixes #986. PR #984 and #987

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

Spectrum markers enhancements

08 Aug 04:42
Compare
Choose a tag to compare

Spectrum markers enhancements

New dialog to manage spectrum markers with enhanced functionality, See here for details. Implements issue #923

Other changes and fixes

  • Pager demod: Add support for character set mapping. PR #966
  • Pager demod: Add extra Hebrew charaters. PR #975
  • Radio Clock: Add support for WWVB and display daylight saving. PR #968
  • Antenna Tools: various additions and enhancements. PR #970
  • Satellite Tracker: LOS handling fixes. Issue #893. PR #974
  • DATV Mod: Add UDP buffer utiliziation in GUI on Windows. PR #976
  • File record. timestamp resolution to milliseconds. Issue #980. PR #981

Maintenance release

17 Jul 09:43
Compare
Choose a tag to compare

Maintenance release

  • AIS: fixed window size when scope is visible. PR #962. Issue #981
  • Other fixes in AIS demod. PR #962
  • ScopeVis: allow Projection cache only if in single stream mode. Issue #872
  • Scope GUI: reworked serialize and deserialize
  • AIS, IEEE 802.15.4, Pager, Radio Clock: scope and spectrum feed optimization

New Pager demodulator

13 Jul 20:32
Compare
Choose a tag to compare

New Pager demodulator

Thanks again to Jon srcejon this new plugins demodulates and display data and messages from Pager transmitters. For now only POCSAG protocol is supported. THis implements issue #738 More details here: https://github.com/f4exb/sdrangel/blob/master/plugins/channelrx/demodpager/readme.md

Other changes and fixes

  • AIS feature: use course if heading is not available
  • Satellite Tracker: fix table to accomodate Doppler tracking. PR #951. Issue #840
  • SDRPlayV3: wait for some commands completion. PR #954
  • Spectrum Markers: make them stick to frequency, power and time distance
  • Fix handling of Satellite Tracker device settings. PR #959. Issue #953.
  • Channel Analyzer / Scope: fixed sample rate handling. Fixes #956
  • ScopeVis: added missing mutex locks in message handling. May fix #955
  • ScopeVis: do not save / restore time offset in the settings
  • ScopeVis: fixed multiple stream input. Fixes #872
  • RadioClock and Pager: some optimizations
  • SSB demod: fixed bandwidth setting. Fixes #957