All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.4.0 - 2015-12-30
- Correct usage of
isatty
to enable color output - Fix bug where an input byte would be skipped when restarting pattern search
- Return 0 if at least one match is found, or 1 otherwise
- Improve pattern parsing error messages
- Added this change log
0.3.0 - 2015-12-20
- Support for recursive directory searching, via
-r
option
0.2.0 - 2015-11-25
- Support for string search patterns, via
-s
option
0.1.1 - 2015-11-10
- Fix building under Cygwin
First versioned release