Skip to content

Releases: kkawakam/rustyline

17.0.2

04 Oct 12:03

Choose a tag to compare

Fix partial refresh #899, #897

Full Changelog: v17.0.1...v17.0.2

17.0.1

17 Aug 15:19

Choose a tag to compare

Full Changelog: v17.0.0...17.0.1

17.0.0

03 Aug 05:55
abf171d

Choose a tag to compare

What's Changed

  • Fix warnings #869
  • Bump windows-sys dependency #870
  • Fix clippy warnings #871, #872
  • Fix configuration #875
  • Impl Hint for AsRef #876
  • Update rusqlite requirement from 0.36.0 to 0.37.0 #878
  • Avoid a full refresh while deleting at the end of the line #877

Full Changelog: v16.0.0...v17.0.0

16.0.0

26 May 10:43
227d82c

Choose a tag to compare

What's Changed

  • Reduce size #823
  • Fix vertical movements in multi-lines input #822
  • Use select instead of poll on MacOS for /dev/tty #803
  • Use is_unsupported_term on both unix and windows #834
  • Document how the prompt should be styled #837
  • Added noline to comparison #839
  • Use rustdoc links #840
  • Grapheme clusters #838
  • Add support to SIGINT #842
  • Doc comment formatting #846
  • Add an option to show list completion options after a single tab #854
  • Update README.md example code #856
  • Use doc_auto_cfg #857
  • Bump nix version to 0.30 #861
  • Add support to synchronized output on Unix platform #863
  • Update key mapping #865
  • Fix SIGWINCH for signal-hook #864

Full Changelog: v15.0.0...v16.0.0

15.0.0

15 Nov 16:17
bc06b3e

Choose a tag to compare

What's Changed

  • Use #[expect(lint)] where possible #801 (breaking change / MSRV)
  • Impl Candidate for AsRef #808
  • Fix Highlighter::highlight_char #332 (breaking change)
  • Remove impl for & #813
  • Improve doc of History::add #771
  • Fix broken link in README #789

Full Changelog: v14.0.0...v15.0.0

14.0.0

06 Mar 17:10
bd63fea

Choose a tag to compare

What's Changed

  • Migrate to windows-sys #753
  • Bump env_logger version to 0.11 #760
  • Bump rusqlite to version 0.31 #763
  • Fix typeahead #761
  • Add enable signals config option #759
  • Fix clippy warnings #764
  • Upgrade nix to 0.28 #765

New Contributors

Full Changelog: v13.0.0...v14.0.0

13.0.0

05 Dec 18:03
64e1082

Choose a tag to compare

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

12.0.0

24 Jun 19:25
23cb8a1

Choose a tag to compare

What's Changed

  • Unnecessarily qualified path #683
  • [ci] Update actions/checkout in GitHub Actions workflows to v3 #685
  • Fix some typos #684
  • Make MemHistory::default() be a wrapper around MemHistory::new() to avoid that max_len is defaulted to 0. #686
  • Create dependabot.yml #687
  • Add minimum permissions to rust.yml workflow #689
  • Update bitflags requirement from 1.3 to 2.0 #688
  • Upgrade syn version #691
  • Update rusqlite requirement from 0.28.0 to 0.29.0 #693
  • Add Editor::clear_screen method #694, #695
  • Fix clippy warnings #697
  • Move to the smaller, cargo-team maintained home crate #698
  • Upgrade http links to https in Cargo.toml #701
  • Fix dot command in vi mode #705, #706

Full Changelog: v11.0.0...v12.0.0

11.0.0

19 Feb 09:38
0384654

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.1.0...v11.0.0

10.1.1

19 Jan 19:04

Choose a tag to compare

Rollbacks incompatible changes relative to edition 2018 (#671)
Full Changelog: v10.1.0...v10.1.1