您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

60 行
2.3 KiB

6 年前
6 年前
  1. # Changelog
  2. ## v0.4.2
  3. - Fix bug in zsh versions older than 5.0.8 (#296)
  4. - Officially support back to zsh v4.3.11
  5. ## v0.4.1
  6. - Switch to [[ and (( conditionals instead of [ (#257)
  7. - Avoid warnnestedvar warnings with `typeset -g` (#275)
  8. - Replace tabs with spaces in yaml (#268)
  9. - Clean up and fix escaping of special characters (#267)
  10. - Add `emacs-forward-word` to default list of partial accept widgets (#246)
  11. ## v0.4.0
  12. - High-level integration tests using RSpec and tmux
  13. - Add continuous integration with Circle CI
  14. - Experimental support for asynchronous suggestions (#170)
  15. - Fix problems with multi-line suggestions (#225)
  16. - Optimize case where manually typing in suggestion
  17. - Avoid wrapping any zle-* widgets (#206)
  18. - Remove support for deprecated options from v0.0.x
  19. - Handle history entries that begin with dashes
  20. - Gracefully handle being sourced multiple times (#126)
  21. - Add enable/disable/toggle widgets to disable/enable suggestions (#219)
  22. ## v0.3.3
  23. - Switch from $history array to fc builtin for better performance with large HISTFILEs (#164)
  24. - Fix tilde handling when extended_glob is set (#168)
  25. - Add config option for maximum buffer length to fetch suggestions for (#178)
  26. - Add config option for list of widgets to ignore (#184)
  27. - Don't fetch a new suggestion unless a modification widget actually modifies the buffer (#183)
  28. ## v0.3.2
  29. - Test runner now supports running specific tests and choosing zsh binary
  30. - Return code from original widget is now correctly passed through (#135)
  31. - Add `vi-add-eol` to list of accept widgets (#143)
  32. - Escapes widget names within evals to fix problems with irregular widget names (#152)
  33. - Plugin now clears suggestion while within a completion menu (#149)
  34. - .plugin file no longer relies on symbolic link support, fixing issues on Windows (#156)
  35. ## v0.3.1
  36. - Fixes issue with `vi-next-char` not accepting suggestion (#137).
  37. - Fixes global variable warning when WARN_CREATE_GLOBAL option enabled (#133).
  38. - Split out a separate test file for each widget.
  39. ## v0.3.0
  40. - Adds `autosuggest-execute` widget (PR #124).
  41. - Adds concept of suggestion "strategies" for different ways of fetching suggestions.
  42. - Adds "match_prev_cmd" strategy (PR #131).
  43. - Uses git submodules for testing dependencies.
  44. - Lots of test cleanup.
  45. - Various bug fixes for zsh 5.0.x and `sh_word_split` option.
  46. ## v0.2.17
  47. Start of changelog.