mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
v0.4.0 changelog updates
This commit is contained in:
parent
83129dd796
commit
281ed9bbf7
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.4.0
|
||||||
|
- High-level integration tests using RSpec and tmux
|
||||||
|
- Add continuous integration with Circle CI
|
||||||
|
- Experimental support for asynchronous suggestions (#)
|
||||||
|
- Fix problems with multi-line suggestions (#)
|
||||||
|
- Optimize case where manually typing in suggestion
|
||||||
|
- Avoid wrapping any zle-* widgets (#)
|
||||||
|
- Remove support for deprecated options from v0.0.x
|
||||||
|
- Handle history entries that begin with dashes (#)
|
||||||
|
- Gracefully handle being sourced multiple times (#126)
|
||||||
|
- Add enable/disable/toggle widgets to disable/enable suggestions (#219)
|
||||||
|
|
||||||
|
|
||||||
## v0.3.3
|
## v0.3.3
|
||||||
- Switch from $history array to fc builtin for better performance with large HISTFILEs (#164)
|
- Switch from $history array to fc builtin for better performance with large HISTFILEs (#164)
|
||||||
- Fix tilde handling when extended_glob is set (#168)
|
- Fix tilde handling when extended_glob is set (#168)
|
||||||
|
|
Loading…
Reference in a new issue