Releases: console-rs/dialoguer
Releases · console-rs/dialoguer
0.12.0
What's Changed
- Fix prompt in
select.rsexample by @jwodder in #289 - Document crate feature guarded items on docs.rs by @robjtede in #293
- Add conversion between error types by @jacobtread in #300
- Accept items by iterator instead of slice by @jacobtread in #299
- refactor: replace
thiserrorwith a manual impl by @CosmicHorrorDev in #327 - Update console to 0.16 by @musicinmybrain in #329
0.11.0
What's Changed
- Fix compilation of a doc test by @LingMan in #253
- Drop .clippy.toml by @LingMan in #252
- Polish CI by @LingMan in #254
- Add vim mode to
FuzzySelectby @damymetzke in #259 - Do not error on Key::Unknown in input and confirm by @mitsuhiko in #260
- Make inputs fail if not connected to a terminal by @mitsuhiko in #261
- fix(select): Switch to correct page before showing select by @francisdb in #267
- [#268] Fix Input tail length calculation (wrong cursor positioning) by @finistseb in #269
- Record input to history before validation by @Gordon01 in #273
- Update MSRV to 1.59 -> 1.63 by @Gordon01 in #274
- Provide a basic default implementation of
Historyby @Garbaz in #209 - Change chars for
MultiSelectitems by @Gordon01 in #275 - Count characters in
passwordexample instead of bytes by @Gordon01 in #276 - Remove
ColorfulTheme.inline_selectionsby @Gordon01 in #277 - Fix panic in fuzzy-select when using non-ASCII characters by @stormshield-kg in #245
- Remove dead code and 'Debug' trait bound on Input's 'interact_text*' methods by @tbergerd in #280
- fix #281 : Select : prompt is no longer displayed by @tbergerd in #282