4.0.0
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
whenctx.history_index()
is 0 (#186) - Fix
\t
rendering width (#65)