Skip to content

Releases: rwasef1830/grepripper

0.9.1

29 Feb 22:09
780f457
Compare
Choose a tag to compare

Full Changelog: 0.9.0...0.9.1

0.9.0

20 Feb 21:17
4fa8330
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.9.0

0.8.0

29 Jan 04:17
Compare
Choose a tag to compare

Full Changelog: 0.7.0...0.8.0

0.6.2.125

30 Apr 19:58
Compare
Choose a tag to compare
  • Some performance improvement using readonly structs.
  • UI usability fix: focus search pattern textbox after search completion and cancellation.

0.6.0.119

04 Mar 15:26
Compare
Choose a tag to compare
  • 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

29 Feb 00:42
Compare
Choose a tag to compare
  • Fix heap corruption random crash due libmagic initialization being not thread safe.
  • Record and display search errors.
  • UI improvements.

0.4.1.89

27 Feb 08:22
Compare
Choose a tag to compare
  • 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

27 Feb 04:47
Compare
Choose a tag to compare
  • Result match highlighting.
  • Support for capturing any number of surrounding context lines in the result output.
  • Fixes and improvements to binary file detection.
  • Now compiled for 64-bit only (due to dependency on Magic).

0.3.1.63

21 Feb 20:44
Compare
Choose a tag to compare

Performance and cosmetic improvements.

0.3.0.58

20 Feb 12:51
Compare
Choose a tag to compare

Functional application after WPF rewrite.