Releases: anotherlusitano/selthi
Releases · anotherlusitano/selthi
v0.2.7
What's Changed
- Import KeyEventKind when the target_os is Windows by @anotherlusitano in #15
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Add focus handling by @anotherlusitano in #12
- Add mouse and resize handling by @anotherlusitano in #13
- Fix inserting char before cursor on Windows by @anotherlusitano in #14
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Hide the cursor on Select prompt by @anotherlusitano in #8
- Fix duplicate key event on Windows by @anotherlusitano in #10
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Add support to insert utf-8 characters as input by @anotherlusitano in #6
- Remove joke from examples by @anotherlusitano in #7
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
What's Changed
- Fix minor bugs by @anotherlusitano in #3
Fixes
- Fix cursor not returning to the default style when the Select prompt ends
- Use trim function in the Input prompt when getting the answer
- Fix bug that returned None when the user type one letter
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Add support to input prompt by @anotherlusitano in #1
Full Changelog: v0.1.3...v0.2.0
v0.1.3
More fixes and improvements:
- Add current_option field to Selthi struct to simplify accessing the current option
- Now instead of clearing all the images in the list, will just clear the next and previous image
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Fix exiting the application when pressing the right or left key
- Replace demo in README with a gif so crates.io can show the demo instead of a link
Full Changelog: v0.1.1...v0.1.2