Releases: rwasef1830/grepripper
Releases · rwasef1830/grepripper
0.9.1
Full Changelog: 0.9.0...0.9.1
0.9.0
Full Changelog: 0.8.0...0.9.0
0.8.0
Full Changelog: 0.7.0...0.8.0
0.6.2.125
- Some performance improvement using readonly structs.
- UI usability fix: focus search pattern textbox after search completion and cancellation.
0.6.0.119
- Bug fixes to file searcher in the case of capturing multiple lines of context.
- User interface bug fixes.
- Implement support for multiple editors with persistence in
%AppData%\FunkyGrep\settings.json
. - Scan all supported editors on first use or on-demand.
- Custom editors added through the settings file directly will be preserved across editor scans.
- Supported editors: Notepad, Notepad2, Notepad3, Notepad++, Visual Studio Code.
- In case of editors other than Notepad, the cursor will be positioned on the line where the match occurred.
- Double-clicking on a result row will now open the file in the selected default editor.
0.5.0.97
- Fix heap corruption random crash due libmagic initialization being not thread safe.
- Record and display search errors.
- UI improvements.
0.4.1.89
- Restore missing drag-drop functionality.
- Fix row context menu conflict with drag-drop.
- Restore relative path option in the row context menu.
0.4.0.81
0.3.1.63
Performance and cosmetic improvements.
0.3.0.58
Functional application after WPF rewrite.