Skip to content

Releases: KeithBrown39423/Hexdump

Release v2.1.0

10 Jun 14:04
d337dd0
Compare
Choose a tag to compare

What's Changed

  • stop treating u64 as usize by @ZackeryRSmith in #40
  • 🐛 Fix ascii print when last line is less than 8 bytes by @PauloCampana in #41
  • Add --squeeze option
  • Speed optimization to null byte color printing

Full Changelog: v2.0.2...v2.1.0

Release v2.0.2

09 Jun 20:01
0f7bc15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

Release v2.0.1

07 Jun 03:33
1b4b159
Compare
Choose a tag to compare

Minor Bug Fix:

  • Fixed bug where color would still be printed with --disable_color

Full Changelog: v2.0.0...v2.0.1

Release v2.0.0

07 Jun 03:05
9e093fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

Version 1.2.0

29 Jul 03:27
Compare
Choose a tag to compare

What's Changed

Speed Optimization

Drastically improved the speed of Hexdump. See the graph attached for a comparison.

Logging (#20)

Hexdump now has built-in logging and will log the following items during runtime:

  • Command Arguments Passed
  • File Name
  • File Size
  • File Path (Absolute)
  • Error Type
  • Error Message
  • Milestones
  • Warnings for Large Files
  • Total Execution Time

Other Changes

Graph showing the execution time between different versions of Hexdump

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

23 Jul 19:58
Compare
Choose a tag to compare

What's Changed

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

Release v1.0.2

20 Feb 17:20
c8a2c99
Compare
Choose a tag to compare

What's Changed

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

Release v1.0.1

13 Feb 04:54
3e8b080
Compare
Choose a tag to compare

Fixed a bug due to signed chars instead of unsigned.

What's Changed

New Contributors

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

Release v1.0.0

28 Jan 21:53
Compare
Choose a tag to compare