Releases: jopohl/urh
Releases · jopohl/urh
v2.5.0
v2.4.2
v2.4.1
v2.4.0
New features
- added font size zoom to table views (analysis/generator/simulator); more details in #546
- greatly enhance accuracy of automatic interpretation #550
- added DC correction option to recording dialogs and as a new filter type in Interpretation #552
Improvements
Bugfixes
- Fix display of RSSI indicator in Interpretation #547
v2.3.0
v2.2.4
v2.2.3
New features
- allow save and load of binary protocols (
.bin
files) #488 - improve bootstrap of simulator messages #500
- auto assign destination when dropping messages to simulator
- show participant address in participant legend if present
- auto assign participant address when clicking analyze button in analysis based on SRC address label
- consider API changes of SDRPlay 2.13 #508 thanks @mehdideveloper
- also consider participant address (next to RSSI) when auto assigning participants in analysis #512
- Clear button stays enabled during operation so e.g. recordings can be cleared live #514
Bugfixes
v2.2.2
v2.2.1
v2.2.0
Import announcement if you build URH manually: Cython is now a required dependency to build URH. If you install URH from PyPi (with pip
) or use the .msi
installer you will not notice any difference. However, if you run URH from source you need to install cython which is as easy as python3 -m pip install cython
.
Merged Pull Requests:
- #478 - make message pause configurable in simulator
- #476 - add padding when sending very short messages with soundcard
- #473 - move
.desktop
file todata
folder. Important if you build a package of URH - #471 - make relative external programs paths relative to project path
- #470 - improve conditional compiling of native device extensions
- #469 - improve device selection in options, use a table instead of a list view
- #468 - improve python2 interpreter settings for GNU Radio backend with empty
urh.ini
- #458 - add alignment action to analysis