Releases: jopohl/urh
v1.8.7
v1.8.6
v1.8.5
v1.8.4
Version 1.8.0
This release adds two highly demanded features to URH: Spectrogram View and Channel Separation. Learn more about them in the wiki and keep hacking like a boss!
Version 1.7.1
This release adds installers for Windows. If you use the new installer and should get an error about missing api-ms-win-crt-runtime-l1-1-0.dll
, run Windows Update or directly install KB2999226.
It is recommended to use the 64 bit version (amd64) of URH on Windows, because 32 bit version has no native device support.
This release also fixes some bugs:
- Fix exhaustive fuzzing mode
- Fix a rare crash in Generator tab when performing undo
- fix checksum assignment to fuzzed messages when sending/generating data
- refresh estimated time in generator if pause was edited
Version 1.7.0
The highlight of this release is support for generic checksums. You can define custom CRC polynomials or use predefined ones.
Learn more about this feature in the wiki.
Other fixes/features include:
- "Edit all" action in pause menu of generator tab
- Open Project now additionally possible by opening the project file
- bootstrapping of modulation when dropping first protocol to generator table
- new icons and improved UI
- improved auto detection of carrier frequency for modulation
- improved ASK demodulation algorithm
- fix a bug with relative paths on OS X
- fix selection behavior when extending selection with shift
- fix #306
- fix #308
- fix #310
- fix #311
Hotfix for Windows wheels
This is a hotfix release that fixes dependencies in the precompiled wheels for Windows which were introduced in the previous release.
Version 1.6.5
This release brings the following changes:
- #278: added a repeat button to fuzzing dialog, next to the table with fuzzing values
- #284: fixed behaviour: "Your selection is empty!" sometimes pops up when creating a new signal from signal
- #285: fixed a rare crash when undoing a crop action
- #281: Optimized performance of protocol synchronization in Interpretation
- #286: improved context menu in Analysis
- #288: UI improvements: remove unneeded borders and increase visibility of splitter handle
- #290: fixed a crash occurring when pressing Analysis button in certain circumstances
- #291: created precompiled wheels for windows on PyPI, so no C++ compiler needed anymore.
- improved visual appearance of comboboxes in protocol label list view