Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.13 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.4.0 - 2015-12-30

Fixed

  • Correct usage of isatty to enable color output
  • Fix bug where an input byte would be skipped when restarting pattern search

Changed

  • Return 0 if at least one match is found, or 1 otherwise
  • Improve pattern parsing error messages

Added

  • Added this change log

0.3.0 - 2015-12-20

Added

  • Support for recursive directory searching, via -r option

0.2.0 - 2015-11-25

Added

  • Support for string search patterns, via -s option

0.1.1 - 2015-11-10

Fixed

  • Fix building under Cygwin

0.1.0 - 2015-10-09

First versioned release