Releases: f4exb/sdrangel
Maintenance release
Radioastronomy plugin
Maintenance release
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
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
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
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
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
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
Maintenance release
New Pager demodulator
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