- data['files'] return value from Grep.execute() will now be a dictionary
1.1.6
- Use Windows SetConsoleMode() through kernel32 to enable color, but still try to exploit bug if import/definition error prevents this - Replaced output_color with color_mode so that AUTO can be used when importing as library
1.1.5
- Exploit a bug in Windows in order to force ANSI encoding in powershell admin mode
1.1.4
- Explicitly added PERL_REGEXP enum - setup.py now executes grep --version to determine if grep is installed - tweaked documentation
1.1.3
Another tweak to setup.py so it still allows installation of grep script if grep already found in a python path
1.1.2
- Corrected detection of grep in path for Windows during installation - Corrected example in documentation