Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project somewhat adheres to Semantic Versioning.

[Unreleased]

[0.6.1] - 2024-08-12

  • Bump ratatui from 0.27.0 to 0.28.0

[0.6.0] - 2024-07-28

  • Support searching by hex
  • Remove 0x searching functionality
  • Bump ratatui from 0.26.1 to 0.26.2

[0.5.0] - 2023-04-08

  • Fixed a bug where '--version' did not print heh's version (thanks for the report, @davidak)
  • Documentation updates with regards contributing, the state of the repo, and typos
  • Distros section for README added (thanks @orhun!)
  • heh can now be used as a library!!! (BIG thanks @orhun!)

[0.4.1] - 2023-07-31

  • Fix windows double input (thanks @programingjd!)
  • Re-added a saved changed warning when backspacing/deleting bytes

[0.4.0] - 2023-07-25

Added

  • This CHANGELOG file. This may be retroactively modified solely include changes earlier versions.
  • You can now switch the endianness displayed on the labels with control e (thanks, @JungleTryne)!
  • You can now open big files (thanks, @Programatic)! Note that this isn't a fully completed and perfected feature, and some things may still run slowly. Please submit a bug report if you notice an issue.
  • There are now templates for submitting issues; not required but there in case someone finds it useful

Changed

Other Notes

  • MSRV bumped from 1.64.0 to 1.65.0
  • memmap2 and crossbeam added as dependencies
  • There was an error with CI that was fixed
  • This release is 1191568 bytes on my machine, up from 1121936 in 0.3.0