File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Added a ` BasicHistory ` implementation for ` History `
9
9
* Added vim mode for ` FuzzySelect `
10
10
* All prompts implement ` Clone `
11
+ * Add handling of ` Delete ` key for ` FuzzySelect `
11
12
12
13
### Bug fixes
13
14
17
18
* Resolve some issues with cursor positioning in ` Input ` when using ` utf-8 ` characters
18
19
* Correct page is shown when default selected option is not on the first page for ` Select `
19
20
* Fix panic in ` FuzzySelect ` when using non-ASCII characters
20
- * Add handling of ` Delete ` key for ` FuzzySelect `
21
21
22
22
### Breaking
23
23
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dialoguer"
3
3
description = " A command line prompting library."
4
- version = " 0.10.4 "
4
+ version = " 0.11.0 "
5
5
edition = " 2021"
6
6
rust-version = " 1.63.0"
7
7
authors = [
You can’t perform that action at this time.
0 commit comments