rustyline v18.0.0 Release Notes
Release Date: 2026-03-29 // 2 months ago-
What's Changed
- ๐ Support minimal repaint #882
- ๐ Fix edit_kill #887, #885
- ๐ On windows, check that prompt is not styled #890, #889, #836, #562, #702, #215
- โฌ๏ธ Bump windows-sys version #892
- Check NO_COLOR environment variable #894
- ๐ Fix clippy warning #896
- โก๏ธ Update radix_trie requirement from 0.2 to 0.3 #898
- Introduce Prompt trait for styling #893
- ๐ Fix partial refresh #899, #897
- Remove doc_auto_cfg #900
- ๐ Fix vi paste #901, #732
- ๐ฆ Install signal handlers only when actually reading #903, #902
- ๐ง Configure cargo deny #904, #637
- โก๏ธ Update rusqlite version #906
- โก๏ธ Update signal-hook to 0.4 #907
- ๐ Replace fd-lock with std File::lock #909, #908
- โฌ๏ธ Bump nix version to 0.31 #911
- ๐จ Refactor code related to signal handling #912
- โฌ๏ธ Bump signal-hook version #913, #910
- โก๏ธ Update rand to 0.10 #917
- โก๏ธ Update skim from 0.10 to 3.3.0 #919
- ๐ Allow getting handler to fail after partial key event matches. #924, #923
- โก๏ธ Update dependencies #929
- Clippy #930
- โ Add comments on how to debug with PowerShell #933
- Try to fix a panic related to SIG_PIPE #932, #931
Full Changelog : v17.0.2...v18.0.0
Previous changes from v17.0.2
-
๐ Fix partial refresh #899, #897
Full Changelog : v17.0.1...v17.0.2