13.0.0
What's Changed
- Add
HistoryHinter::default()
andHistoryHinter::new()
by @segeljakt in #710 - Update fd-lock requirement from 3.0.0 to 4.0.0 by @dependabot in #714
- Use termios from termios crate by @nospam3089 in #717
- Fix clippy warnings by @gwenn in #718
- Fix clippy warning by @gwenn in #720
- Implement
Candidate
forRc<str>
by @fsktom in #721 - fix(unix): restore terminal mode by @miraclx in #724
- Bump nix dependency to version 0.27 by @gwenn in #728
- No highligh_char on final refresh by @gwenn in #729
- Fix clippy warnings on Windows by @gwenn in #735
- add Cmd::Repaint by @sujiacong in #734
- Make termios an optional dependency by @gwenn in #736
- Mapping between linenoise API and rustyline API by @gwenn in #737
- Use wrap_at_eol when ENABLE_VIRTUAL_TERMINAL_PROCESSING is set by @gwenn in #739
- Ignore binding::test::size_of_event on arch <> x86_64 by @gwenn in #742
- Update rusqlite requirement from 0.29.0 to 0.30.0 by @dependabot in #745
- Bump clipboard-win to version 5.0 by @gwenn in #746
- Change cursor visibility by @gwenn in #747
- Fix some clippy warnings by @gwenn in #749
- Fix derive macro with Highlighter attr by @gwenn in #751
- Support completion candidates that are shorter than the input by @gwenn in #750
New Contributors
- @segeljakt made their first contribution in #710
- @nospam3089 made their first contribution in #717
- @fsktom made their first contribution in #721
- @miraclx made their first contribution in #724
- @sujiacong made their first contribution in #734
Full Changelog: v12.0.0...v12.0.1