Version: 2.8.8-bp152.1.1
* Sun May 17 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.8
* support for complex16u (2xuint8) signals.
* Remove padding when drawing signals and remove autofit -> Weak
captures are visible at a glance, use Y-Scale instead.
* Mon Apr 27 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.7
* improve pyinstaller_helper.py
* nicer output for device log in dialogs
* enforce smaller headers -> more data visible in table views
* update README.md
* only close current project if new one requested
* remove parallelization in ExtensionHelper.py [ #761 ]
* Fri Apr 17 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.6
* remove superfluous os.join
* Improve appicon_big
* New logo and icon (#757)
* fix attribute assignment
* use more recent UHD version
* Tue Mar 24 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.5
* Beautify LFSR implementation
* Fix decoding UI
* Overhaul GNU Radio backend (ready for gr 3.8)
* improve waiting in unittests
* Sat Mar 07 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.4
* fix message break plugin
* Close old project only when new project acknowledged
* build sequentially in pyinstaller_helper.py
* UI: Updated capitalization of GNU Radio
* make include path in rebuild configurable
* make combobox for device selection editable
* Wed Feb 26 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.3
* allow more granular values in spinboxes
* Show if demodulation is in progress
* add environment variables to set API version explicitly
* centralize setting operations + rename constants.py->settings.py
* Mon Jan 06 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.2
* Fix some typos
* Ensure every message has a message type after awre
* increase range for samples_per_symbol (fix #699)
* Sat Nov 23 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.1
* fix PSK threshold in AInterpretation
* remove randomness when equally common modulations found
* improve performance of AInterpretation for long signals
* update ranges for BladeRF
* Update README.md
* Sun Oct 20 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.0
* update filter dialog UI
* fix crash when creating new project with compressed signal
loaded
* Add GUI for higher order modulations
* Update PSK Demod routine to support higher order PSK
* Sun Aug 25 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.7.5
* Fix bug in FSK modulation: remove spiky jumps
* Add missing update when deleting bits
* Add hidden import
* make subdevice and antenna for usrp configurable
* make analysis look better in lower resolutions
* Wed Jun 26 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.7.2
* Show shortcuts in context menus if possible
* Refactor demod backend
* Add oqpsk modulation in backend
* Fix crash when running spectrum dialog for long time
* Improve usability of Decoding
* Make modulation backend more generic
* Several fixes
* Sat Jun 01 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.7.0
* This release brings #652 which uses native IQ formats of SDRs.
This improves performance and reduces RAM requirements when
recording and sending with native backend.
* Mon May 20 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.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:
* More accurate logic analysis
* Fix parameters of auto interpretation for better PSK detection
* Fix appearance of message type edit button in dark themes
* Fix error with message length divisor
* Wed Apr 03 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.5.7
* Improve dialog construction to prevent error on KDE
* Increase frequency range of PlutoSDR
* Fix crash when showing diff of empty protocol
* Create directory before to prevent error with multiprocessing
* Sun Feb 24 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 2.5.6
* fix center detection crash on special signals
* Tue Jan 22 2019 mardnh@gmx.de
- Upstream changed license terms
https://github.com/jopohl/urh/commit/2ce8174330fd14adfb5642affea6d3f4f1693213
Correct license tag:
* "Apache-2.0 AND GPL-2.0-only" -> "GPL-3.0-only"
* Sat Jan 19 2019 mardnh@gmx.de
- Update to version 2.5.5
* refactor name filters
* Add .cu8 .cs8 format alias
* remove MAX_MESSAGE_SAMPLES threshold in auto interpretation
* add user feedback if auto detection fails
* improve max memory allocation on 32 bit
* Make auto interpretation work in live mode during simulation
* Tue Jan 08 2019 mardnh@gmx.de
- Update to version 2.5.4
* Test release only - no changes for users
- Update to version 2.5.3
* fix crash when using spectrum analyzer with GNU Radio backend
* Wed Dec 12 2018 mardnh@gmx.de
- Update to version 2.5.2
Bugfixes
* 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
* Sun Nov 25 2018 mardnh@gmx.de
- Update to version 2.5.1
* improve stability when capturing with SoundCard
* stop simulation instantly after finishing
Version: 2.0.4-bp150.1.3
* Mon May 07 2018 mardnh@gmx.de
- Update to version 2.0.4
* Improve external program behaviour in Simulator
* Improve simulator useability
* Improve transcript for external programs
* make endianness selectable in order column
* UI improvements
* add support for soundcards as new SDR device
* Multi device support
* add support for 24bit wav
* Mon Apr 23 2018 mardnh@gmx.de
- Update to version 2.0.2
* Improve external program behaviour in Simulator
* Improve simulator useability
* Improve transcript for external programs
* Make endianness selectable in order column
* UI improvements
* Fri Mar 23 2018 mardnh@gmx.de
- Update to version 2.0.1
* Bugfix release
* Wed Feb 28 2018 mardnh@gmx.de
- Update to version 2.0.0
* Add Simulator mode
* Performance and stability improvements:
- improve accuracy when sending messages with short pauses
- improve accuracy of protocol sniffer
- allow setting lower frequencies for HackRF (#396)
- consider latest changes of LimeSuite API (#397)
- add timestamp to protocol sniffer output (#392)
- improve performance of modulations
- improve performance of filtering in analysis
- improve performance when starting sending
- improve send accuracy of HackRF
- improve performance when filtering messages in Analysis
* Fri Jan 19 2018 mardnh@gmx.de
- Update to version 1.9.2
* Add BCD (Binary Coded Decimal) as new display format
* Make bit order configurable in analysis view table
* Improved loading of protocol files
- Package svg version of the app-icon
* Tue Dec 19 2017 guillaume@opensuse.org
- Add more required runtime deps:
* python3-pyzmq
* python3-qt5
* Mon Dec 18 2017 mardnh@gmx.de
- Update to version 1.9.1
* hotfix release that fixes an error with HackRF receiving
* Sun Dec 17 2017 mardnh@gmx.de
- Update to version 1.9.0
* added native support for SDRplay
* improved performance for continuous send mode
* added collapsable comboboxes to device dialog
* Mon Dec 04 2017 mardnh@gmx.de
- Update to version 1.8.17
* show warning at bottom if no project loaded
* if no project is opened an new project is created, add
currently opnened files to new project
* add --version flag to command line script
* Thu Nov 30 2017 mardnh@gmx.de
- Update to version 1.8.16
* This release fixes an issue on Windows where processes ended
with an error.
* The NetworkSDR can now be used in continuous send mode
* Mon Nov 27 2017 mardnh@gmx.de
- Update to version 1.8.15
* This release fixes a problem mentioned in #366 and #368
with GNU Radio backend on Windows.
* Sun Nov 26 2017 mardnh@gmx.de
- Update to version 1.8.14
* This release fixes an overflow error (#364) when modulating
very long messages in Generator.
* The highlight of this release is an enhanced spectrum analyzer
(#365) with increased performance and a waterfall plot to have
a different, time based perspective on the spectrum.
* Sat Nov 18 2017 mardnh@gmx.de
- Update to version 1.8.13
* Thu Nov 16 2017 mardnh@gmx.de
- Update to version 1.8.12
* added a CSV import wizard for generic support of USB oscilloscopes
* Mon Nov 13 2017 mardnh@gmx.de
- Update to version 1.8.11
The following issues were fixed in this release:
* crash when entering bits on empty position in Analysis/Generation
* bandpass filter can now also work with negative frequencies
* bandpass filter operations now run in a separate process and
can be canceled with the ESC button
* added a csv import to work with USB oscilloscopes
* added a advanced modulation menu in Interpretation where a
minimum message length for ASK can be configured
* Thu Nov 09 2017 mardnh@gmx.de
- Remove macros %desktop_database_post and %icon_theme_cache_post
from %post and %postun section. These macros are not longer
needed.
* Sun Nov 05 2017 jengelh@inai.de
- Update summary.
* Sun Oct 22 2017 mardnh@gmx.de
- Update to version 1.8.10
* Sun Oct 22 2017 mardnh@gmx.de
- Initial package, version 1.8.8