Releases: jopohl/urh
Releases · jopohl/urh
v2.9.8
What's Changed
- Add support for Cython3 by @jopohl in #1099
- Add exit action and new menu for recent files by @jopohl in #1100
- Update actions/setup-python to v5 by @rffontenelle in #1108
- Add conftest.py to awre test dir by @jopohl in #1109
- Handle module builtins both as dict or module by @rffontenelle in #1107
- Fixed build with python-3.13 by @yarda in #1111
- Add setuptools to requirements.txt by @jopohl in #1114
- Requirements: Pin to numpy 1.x.x by @jopohl in #1145
- add missing numpy pins and setuptools to setup.py by @jopohl in #1146
New Contributors
- @rffontenelle made their first contribution in #1108
- @yarda made their first contribution in #1111
Full Changelog: v2.9.6...v2.9.8
v2.9.6
What's Changed
- Blacken code by @jopohl in #1076
- CI: Bump to macOS 12 by @jopohl in #1081
- Feature/signal real timestamp by @jpacov in #969
- Update LICENSE and CI by @jopohl in #1097
The Windows executables now bundle Python 3.11 which supports only Windows 10 and above.
Full Changelog: v2.9.5...v2.9.6
v2.9.5
What's Changed
- CI: Add missing
env
definition to twine upload by @jopohl in #1029 - Fix error in WSPChecksum by @andynoack in #1046
- Bias-T checkbox for RTL-SDR device settings screen #2 by @jirjirjir in #1057
- pin to Cython version <3.0.0 by @jopohl in #1063
- Add noexcept to fix compiling of cythonext by @andynoack in #1065
- Upgrade Python versions in CI by @jopohl in #1074
New Contributors
- @jirjirjir made their first contribution in #1057
Full Changelog: v2.9.4...v2.9.5
v2.9.4
What's Changed
- Add paths for homebrew on M1 Mac / Apple Silicon by @n8henrie in #982
- 'Remove Carrier' encoding truncates initial input by @delta512 in #997
- Update ci.yml by @andynoack in #998
- Flipper raw by @andynoack in #1000
- Add I/Q view by @andynoack in #1007
- Refresh protocol view also when hidden by @jopohl in #1011
- Adding Save As pcapng for ProtocolAnalyzer by @jpacov in #970
- Keep Y-Scale when showing/hiding demodulated view by @jopohl in #1012
- Fix .sub file RAW_data strip by @orensbruli in #1016
- Add rad1o support by @andynoack in #1020
- CI: Install PyAudio directly via pip instead of pipwin by @jopohl in #1021
- Flipper zero sub ghz by @andynoack in #1023
- Fix error when selecting large ranges in Interpretation by @jopohl in #1024
- Allow configuration of fractional font sizes by @jopohl in #1027
New Contributors
- @n8henrie made their first contribution in #982
- @delta512 made their first contribution in #997
- @jpacov made their first contribution in #970
- @orensbruli made their first contribution in #1016
Full Changelog: v2.9.3...v2.9.4
v2.9.3
Download Universal.Radio.Hacker-2.9.3
For Linux and alternative installation options refer to the Readme.
What's Changed
- add bias tee check box on device settings by @sophiekovalevsky in #854
- add category HamRadio to desktop file by @andynoack in #889
- Signal: retain the sample_rate on create_new by @kadamski in #884
- Simulation fix: use sending device dtype for modulation by @jopohl in #918
- Variable type mismatch, fix #937 by @andynoack in #938
- remove HackRF anti-freeze timeouts in places that do not require them by @nilswint in #890
- add b before data string by @andynoack in #846
- Fix microphone access for macOS DMG by @jopohl in #945
- get magnitudes in cython for less memory consumption by @jopohl in #946
- join simulation thread when simulation stopped by @jopohl in #947
- add default noise threshold setting by @jopohl in #949
- Fix cython warnings by @jopohl in #951
- MacOS: Add default include dir during installation by @jopohl in #953
- set BladeRF min sample rate to 520.834 kHz by @jopohl in #954
- Fix API check on macOS by @jopohl in #955
- fix #933 improve y-scale in SendRecvDialog by @jopohl in #956
- Update Windows SDR drivers by @jopohl in #958
- Update SDR drivers on macOS by @jopohl in #959
New Contributors
- @sophiekovalevsky made their first contribution in #854
- @kadamski made their first contribution in #884
- @nilswint made their first contribution in #890
Full Changelog: v2.9.2...v2.9.3
v2.9.2
v2.9.1
v2.9.0
Changes:
- e9bb586 update requirements (#821)
- 3a92538 update azure-pipelines.yml (#820)
- 5aa7c18 avoid graph overlapping legend in spectrum analyzer (#816)
- 8506d20 CI: build on windows without -j (#815)
- d300ba5 Improve Auto Interpretation Performance (#814)
- 217a814 improve sdr check fix #811 (#812)
- cfae883 use costas loop for PSK demod (#807)
- 1fcf4ae consider checksum label in copy operation (#803)
This list of changes was auto generated.
v2.8.9
Changes:
- 3cbcbf9 add bladerf fpga images to snap (#799) [ #798 ]
- 88fa644 make HackRF bias tee configurable (#794)
- 0d2d014 Fix deprecation warnings due to invalid escape sequences.
- d62aef6 Use ElementTree instead of deprecated cElementTree.
- 716384d Refactor FileOperator (#787)
- 22f3cf6 cleanup code
- 7cdea46 properly remember size and position of dialogs fix #784
- 849f7f5 add De Bruijn fuzzing (#782)
- c1ed0ef add support for already demodulated signals (#780)
- 1d3981c Remove NRZ-I to prevent mixing with NRZ + Invert, clarify names. (#776) [ #775 ]
This list of changes was auto generated
v2.8.8
Changes:
- support for complex16u (2xuint8) signals (#772)
- Circumvent a possible (not reproducable) bug on Windows where application window is not drawn (#769) by bundling PyQt5.14.1 instead of latest 5.14.2
- Remove padding when drawing signals and remove autofit -> Weak captures are visible at a glance, use Y-Scale instead