Releases: projecthorus/horus-gui
Releases · projecthorus/horus-gui
v0.3.12 - Update SondeHub Uploader Details Better
Changes in this release:
- Updated to horusdemodlib v0.3.11. This results in payload-reported speed being uploaded to SondeHub-Amateur.
 - SondeHub-Amateur uploader details (callsign, location, etc) are updated as soon as they are modified. Note that this only applies to uploader information sent with received packets. You will still need to click the 'Re-upload Position' button to update your station location on the SondeHub-Amateur tracker.
 - Windows builds are now using Python 3.11 and the latest PyAudio. Note that we now only support Windows 10/11. No more Windows 7 support!
 
OSX users may need to run the command to avoid a 'app is damaged and cannot be opened' error:
sudo xattr -r -d com.apple.quarantine /Applications/horus-gui.app
v0.3.11 - Time-since-last-packet Display, Py3.11 builds for Windows 10/11
Changes in this release:
- Added a time-since-last-packet display underneath the last received telemetry data.
 - Windows builds are now using Python 3.11 and the latest PyAudio. Note that we now only support Windows 10/11. No more Windows 7 support!
 
OSX users may need to run the command to avoid a 'app is damaged and cannot be opened' error:
sudo xattr -r -d com.apple.quarantine /Applications/horus-gui.app
v0.3.10 - Remove Habitat Upload, Add Local Logging
Changes in this release:
- Uploading to Habitat has been removed, due to Habitat's upcoming retirement on the 31st of December 2022.
 - Added a local telemetry logging function. This is available in the 'Other' tab, with options for CSV and JSON format. A log directory must be selected before this can be enabled.
 - (From the latest horusdemodlib library version) A warning is now emitted when telemetry for the callsigns 4FSKTEST and 4FSKTEST-V2 are uploaded to SondeHub-Amateur. (This does not stop the telemetry being uploaded).
 
OSX users will need to run the command to avoid a 'app is damaged and cannot be opened' error:
sudo xattr -r -d com.apple.quarantine /Applications/horus-gui.app
v0.3.9 - Upload Baud Rate & Modulation, Some Fixes
Changes in this release:
- Baud rate information is now uploaded for both Horus-Binary and RTTY modulations
 - Extra modulation detail information is uploaded for RTTY modulations, indicating byte framing type.
 - Tone estimation information is added to the user-supplied radio dial frequency, for better uploaded signal frequency information.
 - Habitat station position uploading has been disabled, in preparation for the shutdown of Habitat.
 - Divide-by-zero errors when receiving null audio samples have been fixed. dBFS indictor will now indicate the lack of audio.
 - (From the latest horusdemodlib library) - All custom fields are now exported in Horus UDP broadcast messages.
 
v0.3.8 - Show Audio Device API
Small Updates:
- Show the PortAudio Audio Device Host API in the Audio device list. This allows selection of different Host APIs on Windows, e.g. MME, DirectSound, since it seems some Host APIs may be unreliable.
 
Only updated binaries for Windows and OSX M1 here, I don't currently have a OSX Intel build machine...
v0.3.7 - Sondehub-Amateur Modulation Reporting
Small updates:
- Report modulation type (Horus Binary v1/v2, RTTY) to Sondehub-Amateur
 
v0.3.6 - Horus Binary v2 Decoding, Rotator Support
Many updates since the previous release.
- Support for Horus Binary v2 telemetry (32 byte payloads)
 - Defaults to using the 4FSKTEST-V2 custom fields for V2 telemetry, if they are not defined separately.
 - Preliminary rotator control support, via rotctld or pstrotator.
 - Uploading to the experimental SondeHub-Amateur telemetry database.
 
Binaries for this release (for OSX and Windows) are available on this page, and also at https://rfhead.net/horus/horusgui/
v0.1.15
Add CRC fail inhibit, add dBFS readout, set mask estimator on by defa…