Skip to content

Releases: 8dcc/bin-graph

v1.2.0

07 Sep 14:35
13a18ee

Choose a tag to compare

Changes:

Internal changes:

  • Abstract transformation functions into a separate step.
  • Add reverse_buffer function to util.c.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

30 Aug 21:47
7f1b9f3

Choose a tag to compare

Changes:

  • Read input file dynamically, resize array when needed.
  • Support specifying stdin as -, support in bin-graph-hexdump.sh.
  • Add bash completion.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Aug 20:05
85acc25

Choose a tag to compare

Changes:

  • Add support for multiple output formats, now PNG and colored text through ANSI escape sequences.
  • Support - as output file to specify stdout.
  • Add bin-graph-hexdump.sh script for printing the output of a hexdump command (xxd) side-by-side with the ANSI-escaped output of bin-graph.

Internal changes:

  • Rename byte_array_free to byte_array_destroy.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

17 Aug 15:38
2130c09

Choose a tag to compare

Changes:

  • Split generation functions into different sources.
  • Move export functions into different sources (for now export_png, which used to be image2png).
  • Fix some out-of-bounds errors.
  • Rename image_free to image_deinit.
  • Add WRN macro.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Aug 15:34
91e5a52

Choose a tag to compare

Changes:

  • Remove liblog dependency.
  • Use argp library for argument parsing, add --list-modes argument.
  • Small README changes.

Other commits that should have been part of this release:


Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 Jul 19:32
676ad4a

Choose a tag to compare