Releases: divisionind/fastgrep
Releases · divisionind/fastgrep
fastgrep v1.1.5
- added preview of found match by location
- added ASCII color to match previews on all platforms
- added extension filtering, you can now choose to only scan for files ending in a certain extension
- packaged windows/debian installer
- moved windows builds to MinGW instead of Cygwin, scanning on windows should be much faster now (therefore it is now recommended over WSL)
- changed versioning scheme to be compliant with apt
fastgrep v0.1.4
- fixed issue where fastgrep would not discover some matches
fastgrep v0.1.3
- fixed issue with argp implementation
- all builds switched to release instead of debug
fastgrep v0.1.2
- reduced dynamic memory re/allocation
- improved speed of fifo task dispatching
fastgrep v0.1.1
- initial release