Skip to content

Releases: jopohl/urh

v1.8.7

18 Sep 07:04
Compare
Choose a tag to compare

This release fixes the following issues:

  • #330 - Improve modulation for large protocols
  • #329 - Improve handling of protocol files
  • #324 - LimeSDR: Failed to receive stream
  • #297 - LimeSDR RX antenna always LNA_L

v1.8.6

06 Sep 08:24
Compare
Choose a tag to compare

This release fixes two crashes as described in #327.

v1.8.5

30 Aug 11:17
Compare
Choose a tag to compare

This release fixes #323 .

v1.8.4

28 Aug 08:46
Compare
Choose a tag to compare

This is a hotfix release that fixes native device extensions on Windows when conflicting SDR software is installed.
Furthermore, a health check button for native device extensions was added to options.

Details can be found in this PR: #321

Version 1.8.0

24 Aug 14:54
Compare
Choose a tag to compare

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

19 Jul 13:00
Compare
Choose a tag to compare

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

14 Jul 13:42
Compare
Choose a tag to compare

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

11 Jun 20:58
Compare
Choose a tag to compare

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

11 Jun 19:29
Compare
Choose a tag to compare

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

Add filter to Interpretation

28 May 11:52
Compare
Choose a tag to compare

This release brings a filter button to the Interpretation phase:
bildschirmfoto_2017-05-28_12-29-58

This way, you can smooth your signals right inside URH or unlock the full power of DSP fir filters by defining custom filters through the menu!