Releases: jopohl/urh
v2.7.3
This release fixes a bug with the PyPi installation of URH (#671).
Further downloads:
Apart from the provided installers (.exe
for Windows and .dmg
for OSX) given below the following releases are available:
- Docker Image: https://hub.docker.com/r/jopohl/urh/
- PyPi: https://pypi.org/project/urh/
v2.7.2
Changes:
- d33861d fix #667
- fbf8c17 show shortcuts in context menus if possible
- 28acf16 refactor demod backend (#665)
- 7e0a929 add oqpsk modulation in backend
- 26abbb8 fix crash when running spectrum dialog for long time
- d5efa72 Improve usability of Decoding
- ef32381 make modulation backend more generic (#660)
- 7d74850 fix #656
- a59e985 fix #655
This list of changes was auto generated.
Further releases:
Apart from the provided installers (.exe
for Windows and .dmg
for OSX) given below the following releases are available:
- Docker Image: https://hub.docker.com/r/jopohl/urh/
- PyPi: https://pypi.org/project/urh/
v2.7.0
v2.6.0
This release greatly enhances the capabilities of automatic label and message type inference. Preamble, Synchronization, Address (SRC/DST), Sequence Number and Checksum labels are now assigned automatically when hitting the Analyze
button.
Further Changes:
- 1e18cdb More accurate logic analysis (#403)
- 5aa64df Fix parameters of auto interpretation for better PSK detection (#649)
- 2eb33b1 fix appearance of message type edit button in dark themes
- 7c0bcac fix error with message length divisor (#640)
- 1a2e331 add sdist build to CI (#639)
This list of changes was auto generated.
v2.5.7
Changes:
- 7e639b9 Add compatibility with Macports
- 0a624a5 build windows only for python 3.7
- 94f1f12 improve dialog construction to prevent error on KDE
- c918fbf update requirements.txt
- ecad183 increase frequency range of PlutoSDR
- 0497a8e make readme paragraph about supported linux distributions more generic
- 1eebfe9 Fix crash when showing diff of empty protocol (#626)
- ad31f90 create directory before to prevent error with multiprocessing (#625)
- c5f0315 Improve PyInstaller performance (#622)
- 22b4fc9 Fix InnoSetup Version (#621)
This list of changes was auto generated.
v2.5.6
Changes:
- c252616 install pyaudio for 3.7 and build win binary with 3.7 (#620)
- 9ef4d1a Use PyInstaller and InnoSetup for Windows binaries (#618)
- 8ea7feb fix center detection crash on special signals (fix #615)
- 8666216 update requirements.txt for linux (#617)
- 3966d56 Update CI (#614)
This list of changes was auto generated.
v2.5.5
Changes:
- 182c6be refactor name filters
- 357f48b Add .cu8 .cs8 format alias (#612)
- 6831028 remove MAX_MESSAGE_SAMPLES threshold in auto interpretation
- 64fcd4e add user feedback if auto detection fails
- d44e92f fix #609
- c9e6404 improve max memory allocation on 32 bit (#605)
- 92831f4 Make auto interpretation work in live mode during simulation (#583)
v2.5.4
This is a release to test out the new builds with Azure Pipelines and add some fixes to the unit tests. For end users there is no reason to upgrade.
Changes:
- 83e384a version2.5.4
- 44af168 azure pipelines fix github release
- d3d8a3c remove travis and appveyor ci
- 00ea33d CI with Azure Pipelines (#595)
- cebf2ec Improve test stability (#596)
- d101f82 update travis.yml (#593)
- b49cc8f add blackhat arsenal europe 2018 badge
This list of changes was auto generated.
v2.5.3
v2.5.2
Bugfixes
- certain windows (e.g. decoding) can't be closed on OSX
- prevent crash in substitution encoding
- consider alignment offset when showing selected labels
Adjustments
- remove
Save and Close
of fuzzing dialog, as closing means saving here anyway
New features
- make application font size configurable in
Options
->View