|
|
|
@ -1,5 +1,12 @@
|
|
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
## v0.6.0
|
|
|
|
|
- Added `completion` suggestion strategy powered by completion system (#111)
|
|
|
|
|
- Allow setting `ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE` to an empty string (#422)
|
|
|
|
|
- Don't fetch suggestions after copy-earlier-word (#439)
|
|
|
|
|
- Allow users to unignore zle-\* widgets (e.g. zle-line-init) (#432)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## v0.5.2
|
|
|
|
|
- Allow disabling automatic widget re-binding for better performance (#418)
|
|
|
|
|
- Fix async suggestions when `SH_WORD_SPLIT` is set
|
|
|
|
@ -46,7 +53,7 @@
|
|
|
|
|
- Experimental support for asynchronous suggestions (#170)
|
|
|
|
|
- Fix problems with multi-line suggestions (#225)
|
|
|
|
|
- Optimize case where manually typing in suggestion
|
|
|
|
|
- Avoid wrapping any zle-* widgets (#206)
|
|
|
|
|
- Avoid wrapping any zle-\* widgets (#206)
|
|
|
|
|
- Remove support for deprecated options from v0.0.x
|
|
|
|
|
- Handle history entries that begin with dashes
|
|
|
|
|
- Gracefully handle being sourced multiple times (#126)
|
|
|
|
|