Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.22 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 adheres to Semantic Versioning.

0.2.1 - 2021-12-12

Changed

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

0.2.0 - 2021-11-17

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

0.1.1 - 2021-11-13

Fixed

  • 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.

Changed

  • Change highlight color to light red

0.1.0 - 2021-11-07

  • Initial public release 🎉