Releases: ethteck/bdiff
Releases · ethteck/bdiff
0.9.2
0.9.1
Bugfix (oopsh)
0.9.0
Highlights
- Diffing is now relative to the current offset of a file, rather than 0
- You can now 'nudge' files forward and backward while keeping others in place
- Actions menu now has the Copy action
- egui eats Ctrl/Cmd+C shortcuts, so for now, this is how you can copy selected bytes from the hex/ascii sections of a HexView.
- Renamed the map tool to the symbol tool. elf support will come in a future version!
- Selection mirroring now preserves relative screen position, which seemed more natural and as expected behavior, especially after nudging files to line up diffs.
- Other minor changes
Full Changelog: 0.8.5...0.9.0
0.8.5
New features
- New LE/BE button on HexView allows for changing the endianness of a file for string/data viewer
- Drag and drop files onto the program to open them
Fixes
- Fixed crash when loading file from config that does not exist
- Fixed crash when a mirrored selection runs outside the bounds of a smaller opened file
Full Changelog: 0.8.0...0.8.5
0.8.0
This release added copying of selected text / bytes with Ctrl+C
Full Changelog: 0.7.0...0.8.0
0.7.0
Full Changelog: 0.6.0...0.7.0
0.6.0
This release adds some new stuff, fixes some bugs, and makes some minor tweaks. Importantly,
New features
- Added support for trackpad scrolling (please test and let me know how this is)
- Selection mirroring across two files
- Shift + arrow keys to translate selection
- Movable file views
Full Changelog: 0.5.0...0.6.0
0.5.0
Release for testing - please report any bugs you find. General feedback is also welcome!