__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](https://github.com/jopohl/urh/pull/478) - make message pause configurable in simulator
- [476](https://github.com/jopohl/urh/pull/476) - add padding when sending very short messages with soundcard
- [473](https://github.com/jopohl/urh/pull/473) - move .desktop file to data folder. __Important if you build a package of URH__
- [471](https://github.com/jopohl/urh/pull/471) - make relative external programs paths relative to project path
- [470](https://github.com/jopohl/urh/pull/470) - improve conditional compiling of native device extensions
- [469](https://github.com/jopohl/urh/pull/469) - improve device selection in options, use a table instead of a list view
- [468](https://github.com/jopohl/urh/pull/468) - improve python2 interpreter settings for GNU Radio backend with empty urh.ini
- [458](https://github.com/jopohl/urh/pull/458) - __add alignment action to analysis__
![alignment image](https://i.imgur.com/xQt7H7Y.png)