Releases: shibayan/Sharprompt
Releases · shibayan/Sharprompt
v3.0.0-preview5
Bug fixes
Improvements
- Upgrade to .NET 8 and latest C# (#293)
v3.0.0-preview4
Improvements
- Added an option to jump to the previous/next page when selecting an item in Select / MultiSelect (#256)
- Changed to use record type (#259)
- Adding net7.0 target framework (#260)
v3.0.0-preview3
Bug fixes
- Fixed negative pagesize (#251)
- Better handling of terminal resizing (#254)
Improvements
- Update to setup-dotnet@v3 (#255)
v3.0.0-preview2
Improvements
- Auto selection on single filtered item (#243)
- Make private a ConsoleDriver property (#244)
- Refactor naming rule and optimize (#245)
- Fixed deprecating set-output command (#250)
v3.0.0-preview1
Improvements
- Adding Null Reference Type support and change TFM (#212)
- Added minor improvements and update latest unicode spec (#241)
- Rearchitecture of each form implementation (#242)
Bug fixes
- Fixed Enum display names were not being used (#239)
- Fixed ValidationResult nullability (#240)
v2.4.5
Improvements
- Create codeql-analysis.yml (#232)
- Fixed CodeQL report issue (#233)
- feat: German localization (#234) Thanks @IbexPeak
- When placing the console cursor on a new line, write a newline to ensure it's initialized (#226) Thanks @kimsey0
v2.4.4
New Features
Improvements
- Update NuGet and Action dependencies (#227)
- Cleanup code (#229)
- Added enhanced checking of interactive environments (#231)
Bug fixes
- Fixed crash when displaying many items in
Prompt.Select
or Prompt.MultiSelect
(#230)
v2.4.3
New Features
- Support navigating and deleting word-by-word with the Control key (#223) Thanks @kimsey0
Bug fixes
- Restore console input cancellation settings (#225)
v2.4.2
Improvements
- Fixed inconsistent naming rule (#210)
- Adding localization resource (#211)
- Support navigating in InputForm with Home and End keys (#221) Thanks @kimsey0