You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
577 B

8 years ago
8 years ago
  1. # Changelog
  2. ## v0.3.1
  3. - Fixes issue with `vi-next-char` not accepting suggestion (#137).
  4. - Fixes global variable warning when WARN_CREATE_GLOBAL option enabled (#133).
  5. - Split out a separate test file for each widget.
  6. ## v0.3.0
  7. - Adds `autosuggest-execute` widget (PR #124).
  8. - Adds concept of suggestion "strategies" for different ways of fetching suggestions.
  9. - Adds "match_prev_cmd" strategy (PR #131).
  10. - Uses git submodules for testing dependencies.
  11. - Lots of test cleanup.
  12. - Various bug fixes for zsh 5.0.x and `sh_word_split` option.
  13. ## v0.2.17
  14. Start of changelog.