Skip to content

Releases: ollien/hline

v0.2.1

13 Dec 04:17
v0.2.1
Compare
Choose a tag to compare

Changed

  • Made Error enum non-exhaustive to promote future expansion.

v0.2.0

18 Nov 03:00
v0.2.0
2e397e3
Compare
Choose a tag to compare

Added

  • Added binary file detection. When a binary file is detected, hline will refuse to highlight it, unless passed the -b flag.

Fixed

  • Fixed inconsistent error output
  • Fixed a panic when non-utf-8 data was encountered

v0.1.1

13 Nov 20:04
v0.1.1
2fa9b78
Compare
Choose a tag to compare
  • 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

v0.1.0

08 Nov 04:23
Compare
Choose a tag to compare

Initial public release 🎉