Skip to content

13.0.0

Compare
Choose a tag to compare
@gwenn gwenn released this 05 Dec 18:03
· 58 commits to master since this release
64e1082

What's Changed

  • Add HistoryHinter::default() and HistoryHinter::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 for Rc<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

Full Changelog: v12.0.0...v12.0.1