All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.1 - 2021-12-12
- Made
Error
enum non-exhaustive to promote future expansion.
0.2.0 - 2021-11-17
- Added binary file detection. When a binary file is detected,
hline
will refuse to highlight it, unless passed the-b
flag.
- Fixed inconsistent error output
- Fixed a panic when non-utf-8 data was encountered
0.1.1 - 2021-11-13
- Fix bug where broken pipes would color the shell. For instance, if the last line in some output patched, running
hline <pat> myfile.txt |head
would color your terminal red. Oops! - Made error message output a bit more human-friendly.
- Change highlight color to light red
0.1.0 - 2021-11-07
- Initial public release 🎉