Skip to content

Releases: ethteck/bdiff

0.9.2

04 Nov 10:06
24c4225
Compare
Choose a tag to compare

Changed ubuntu releases from musl to gnu

0.9.1

20 Oct 15:38
Compare
Choose a tag to compare

Bugfix (oopsh)

0.9.0

19 Oct 19:35
Compare
Choose a tag to compare

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

10 Nov 15:42
Compare
Choose a tag to compare

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

31 Oct 06:26
Compare
Choose a tag to compare

This release added copying of selected text / bytes with Ctrl+C

Full Changelog: 0.7.0...0.8.0

0.7.0

15 Oct 11:30
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.7.0

0.6.0

02 Oct 09:39
Compare
Choose a tag to compare

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

08 Sep 06:23
Compare
Choose a tag to compare

Release for testing - please report any bugs you find. General feedback is also welcome!