Skip to content

4.0.0

Compare
Choose a tag to compare
@gwenn gwenn released this 24 Apr 16:33
· 1012 commits to master since this release
a8bab4d

Breaking Changes

  • Introduce Context which gives history access for completion/suggestion.
  • Update nix dependency to 0.13

Changelog

  • Suggestion based on history: HistoryHinter
  • Support bracketed paste mode on unix
  • Editor::dimensions returns terminal size (#204)
  • Feature toggle dirs to legacy support (#195)
  • Fix bug in HistoryHinter when ctx.history_index() is 0 (#186)
  • Fix \t rendering width (#65)