Releases: joshka/tui-prompts
Releases · joshka/tui-prompts
v0.3.17
Other
- (deps) bump ratatui-macros from 0.4.2 to 0.4.3 (#61)
v0.3.16
Other
- (deps) bump clap from 4.5.8 to 4.5.9 (#59)
v0.3.15
Fixed
- delete and backspace behavior for multi-byte characters (#57)
v0.3.14
Other
- (deps) bump clap from 4.5.7 to 4.5.8 (#53)
- (deps) bump ratatui-macros from 0.4.1 to 0.4.2 (#54)
v0.3.13
Other
- (deps) update ratatui, itertools, rstest, clap (#51)
- simplify text_prompt tests (#49)
v0.3.12
Fixed
- (text_prompt) use unicode-width instead of char cnt (#46)
Other
- (text_prompt) avoid unnecessary clones (#48)
v0.3.11
Other
- (deps) bump ratatui from 0.26.1 to 0.26.2 (#44)
v0.3.10
Fixed
- Fix prompt for multi-byte characters. (#41)
- mark broken tests with FIXME (#42)
v0.3.9
Other
- (deps) bump color-eyre from 0.6.2 to 0.6.3 (#34)
- (deps) bump indoc from 2.0.4 to 2.0.5 (#36)
- (deps) bump clap from 4.5.2 to 4.5.4 (#37)