Skip to content

Commit

Permalink
CHANGELOG: v1.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jan 24, 2025
1 parent 7d7e839 commit 7c6b7c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.1.0

The grep regex type is no longer passed to `git grep` unless it is configured to do so
in the lua configuration. This makes the plugin use the same regex type as your git
configuration by default. See the [README](README.md) for more details.

If you suddenly no longer have extended regexes and do not want to change your
git configuration, configure `regex = 'extended'` in your neovim lua configuration to
get the original behavior.


## v1.0.2

**Fixes**
Expand Down

0 comments on commit 7c6b7c6

Please sign in to comment.