Changelog for
urh-2.9.6-166.9.i586.rpm :
* Mon Jul 29 2024 Frank Kunz
- Enable PlutoSDR support
* Sun Mar 17 2024 Dirk Müller - update to 2.9.6:
* Blacken code
* Feature/signal real timestamp
* Update LICENSE and CI
* Mon Oct 30 2023 Martin Hauke - Update to version 2.9.5
* Fix error in WSPChecksum.
* Bias-T checkbox for RTL-SDR device settings screen.
* Add noexcept to fix compiling of cythonext.
* Sat Oct 14 2023 munix9AATTgooglemail.com- Fix build on Factory/TW: requires python3-Cython0
* Sat Jan 28 2023 Martin Hauke - Update to version 2.9.4
* \'Remove Carrier\' encoding truncates initial input.
* Add I/Q view.
* Refresh protocol view also when hidden.
* Adding Save As pcapng for ProtocolAnalyzer.
* Keep Y-Scale when showing/hiding demodulated view.
* Fix .sub file RAW_data strip.
* Add rad1o support.
* Fix error when selecting large ranges in Interpretation.
* Allow configuration of fractional font sizes.- Drop urh-rpmlintrc
* Mon Mar 07 2022 Martin Hauke - Update to version 2.9.3
* add bias tee check box on device settings.
* add category HamRadio to desktop file.
* Signal: retain the sample_rate on create_new.
* Simulation fix: use sending device dtype for modulation.
* Variable type mismatch.
* remove HackRF anti-freeze timeouts in places that do not require them.
* add b before data string.
* get magnitudes in cython for less memory consumption.
* join simulation thread when simulation stopped.
* add default noise threshold setting.
* Fix cython warnings.
* set BladeRF min sample rate to 520.834 kHz.
* fix #933 improve y-scale in SendRecvDialog.
* Sat Apr 17 2021 Martin Hauke - Update to version 2.9.2
* allow incomplete complex files to load fix #848
* Use list for checksum data_ranges
* Wed Dec 30 2020 Martin Hauke - Update to version 2.9.1
* use
*.wav format for demodulated signal export.
* change separation colors to green and magenta.
* fix disappearing separation area in demod view.
* fix overflow in AutoInterpretation for certain signals.
* Sat Nov 28 2020 Martin Hauke - Update to version 2.9.0
* Avoid graph overlapping legend in spectrum analyzer.
* Improve Auto Interpretation Performance.
* Improve sdr check fix.
* Use costas loop for PSK demod.
* Consider checksum label in copy operation.
* Tue Sep 08 2020 Martin Hauke - Update to version 2.8.9
* make HackRF bias tee configurable.
* Fix deprecation warnings due to invalid escape sequences.
* Use ElementTree instead of deprecated cElementTree.
* Refactor FileOperator.
* properly remember size and position of dialogs fix.
* add De Bruijn fuzzing.
* add support for already demodulated signals.
* Remove NRZ-I to prevent mixing with NRZ + Invert, clarify names.