Releases: Arnau478/hevi
Releases · Arnau478/hevi
v1.1.0
This release adds a few (non-breaking) changes to the v1.0.0 release.
What's Changed
- Added
-
special filename, which represents stdin - QOI file format parser
- Flag to force building a PIE (position-independent executable)
- On Windows, if ANSI escape sequences are disabled, try to enable them
Full Changelog: v1.0.0...v1.1.0
New Contributors
v1.0.0
Finally, hevi is 1.0.0 🎉
It's been a long time since the last release, and a lot of things have changed, to the point where it's a stable and fully-featured tool.
Changelog
Below is a non-exhaustive list of the most important changes that come with this release.
- Binary file parsers, which cause the dump to be syntax-highlighted
- Expose
hevi
as a zig module - ziggy config files
NO_COLOR
environment variable- Custom color palettes with truecolor support
- Skipping lines when they're exactly the same as the surrounding ones
- Better error logging
- Option to dump data "raw" (no decorations of any kind)
--show-palette
flag to preview custom color palettes
Full Changelog: v0.2.0...v1.0.0
New contributors
Thanks to anyone who has used hevi, opened an issue, or contributed to its development in any other way.
0.2.0 release
The second release!
Changelog
- Custom argument parser -- no longer using
clap
- Now
--color
/--no-color
defaults to what the program guesses (instead of a hard-coded value) - A big part of the code was refactored to accommodate some new features (plus, it's cleaner now)
- New
--offset
/--no-offset
and--ascii
/--no-ascii
flags - Better
--help
/-h
flag - Added a usage section in the README.md
- New screenshot for the README.md
- Split into multiple files for modularity reasons
Full Changelog: v0.1.0...v0.2.0
0.1.0 release
This is the first release of hevi. It has some issues, but otherwise works well.