All Versions
10
Latest Version
Avg Release Cycle
103 days
Latest Release
-

Changelog History

  • v0.2.3 Changes

    • ๐Ÿ— Replace lens dependency with microlens for faster builds
    • Compatibility with GHC 8.4 to 8.10, stackage LTS-12 to LTS-17
    • Explicitly passing a tty to the editor process, rather than stdin, to work around a vim bug
  • v0.2.2 Changes

    March 08, 2018
    • โž• Add support for aeson 1.2.x to enable build with Stackage LTS 10.x
  • v0.2.1 Changes

    October 29, 2017
    • โž• Add support for aeson-1.x to enable build with Stackage LTS 9.x
    • โž• Add less-like keybindings Ctrl-u, Ctrl-d (half-page-up/down, only in pager)
      and Ctrl-b, Ctrl-f (full-page-up/down).
  • v0.2 Changes

    January 13, 2017
    • โž• Added support for a config file: A YAML file located at ~/.vgrep/config.yaml is recognized as configuration file for colors, keybindings and other settings. The default config file can be produced using vgrep --dump-default-config > ~/.vgrep/config.yaml.
    • โž• Added support for colorized input (ANSI CSI/SGR escape codes). vgrep can now be used together wit grep --color=always (and git grep --color=always), which is now enabled by default when using vgrep as drop-in replacement for grep.
  • v0.1.4 Changes

    October 14, 2016

    ๐Ÿ”„ Changes:

    • ๐Ÿ’ป User events (like key events) now have priority over other events, the UI does not block any more.
    • --help and --version now produce sensible output.
  • v0.1.4.1 Changes

    November 18, 2016
    • Switch to strict Text
    • Less dependent on template-haskell
  • v0.1.3 Changes

    June 16, 2016
    • ๐Ÿ›  Fix pageUp in Results view
  • v0.1.2 Changes

    June 13, 2016
    • ๐ŸŽ Performance improvements
    • โœ… Tests for Pager and Results widget
    • ๐Ÿ“š Haddock documentation
  • v0.1.1 Changes

    May 04, 2016
    • ๐Ÿ›  Fixed j/k keys in pager view
    • โž• Additional h/l/โ†/โ†’ keybindings for horizontal scrolling in pager
    • Matching lines are now highlighted in pager view
  • v0.1

    May 02, 2016