Releases: Mahlet-Inc/hobbits
Releases · Mahlet-Inc/hobbits
v0.38.1
0.38.1 (2020-09-12)
Bug Fixes
- correct some spectrogram rendering issues and a crash (790e169)
Performance Improvements
- prevent excessive disk allocation by variable frame widths (beda5de)
v0.38.0
0.38.0 (2020-09-08)
Bug Fixes
- kill render threads on program exit (ca80c21)
Features
- [api] expand PluginStateHelper with QComboBox handling (8dece5d)
- add hover details and slice plots to spectrogram (231af9f)
- add UDP importer/exporter (e06c4aa)
- make spectrogram render on a separate thread (3586739)
- make viridis the default spectrogram color map (30f5e90)
Performance Improvements
- [api] rehaul BitArray copying (currently only affects take skip) (a90270f)
v0.37.0
0.37.0 (2020-08-27)
Features
- add endianness controls to spectrogram (d950d6d)
- add time and frequency axes to spectrogram (b4ed14d)
- include pre-compiled formats in kaitai struct plugin (e7b21db)
v0.36.0
0.36.0 (2020-08-25)
Features
- add simple spectrogram display (88db8e7)
v0.35.0
0.35.0 (2020-08-20)
Features
- embed python into hobbits with a limited API for #23 (2f4ef03)
v0.34.1
0.34.1 (2020-07-17)
Bug Fixes
- fix bugs and improve performance in Bit Error plugin (e988e7c)
- improve stability of preview scrollbar a little bit (7783a67)
- properly initialize de/interleave controls in Take Skip plugin (50a295a)
v0.34.0
0.34.0 (2020-07-01)
Features
- add a "delete all containers" action (56b77f4)
- add deinterleaving to the take skip plugin (f04f6a1)
- add repeats and state saving to hex string import manual mode (6d2ae1f)
- save window dock state and size between runs (a90fe45)
v0.33.0
0.33.0 (2020-06-26)
Features
- add windows bat file for wizard installation for #49 #50 (199570f)
- redesigned plugin action management, replacing "templates" with "batches"; resolves #15 (#51) (78da500)
v0.32.1
0.32.1 (2020-06-11)
Bug Fixes
- enable Python versions lower than 3.6 to work with kaitai plugin (fa12a87)
- run kaitai-struct-compiler correctly in windows (8b51480)
v0.32.0
0.32.0 (2020-05-27)
Features
- add "pre-pad" and "byte-aligned" options to Header Framer (70f765f)
- add byte-based Take Skip syntax (uppercase letters) for #43 (f7c74bf)