Releases: zsh-users/zsh-history-substring-search
Releases · zsh-users/zsh-history-substring-search
v1.1.0
What's Changed
- Add: search prefix only by @SleepyBag in #115
- Don't overwrite config with default values by @ericbn in #108
- Update README.md by @ivopauly in #117
- Support anchoring the substring to search for by @partcyborg in #97
- Fix compatibility with latest zsh-syntax-highlighting (zle-line-pre-redraw) and use memo= feature by @jirutka in #135
New Contributors
- @SleepyBag made their first contribution in #115
- @ericbn made their first contribution in #108
- @ivopauly made their first contribution in #117
- @partcyborg made their first contribution in #97
- @jirutka made their first contribution in #135
Full Changelog: v1.0.2...v1.1.0
Latest and greatest
The latest and the greatest
v1.0.1: Merge pull request #62 from alyssais/declare
declare global variables to support `setopt warn_create_global`