Skip to content

Releases: shibayan/Sharprompt

v3.0.1

22 Sep 16:27
0ddb7aa

Choose a tag to compare

What's Changed

  • Bump the dependencies group with 2 updates by @dependabot[bot] in #296
  • Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 in the dependencies group by @dependabot[bot] in #298
  • Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in the dependencies group by @dependabot[bot] in #299
  • Update xunit.runner.visualstudio to 3.1.0 by @dependabot[bot] in #303
  • Update Microsoft.NET.Test.Sdk to 17.14.0 by @dependabot[bot] in #304
  • Bump the dependencies group with 2 updates by @dependabot[bot] in #305
  • Bump the dependencies group with 1 update by @dependabot[bot] in #306
  • Bump actions/checkout from 4 to 5 in the dependencies group by @dependabot[bot] in #307
  • Bump the dependencies group with 1 update by @dependabot[bot] in #308
  • Bump actions/setup-dotnet from 4 to 5 in the dependencies group by @dependabot[bot] in #309
  • Use NuGet Trusted Publishing by @shibayan in #310

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Jan 07:32
d1077c9

Choose a tag to compare

🎉 This includes all the new features and improvements from previous preview releases 🎉

v3.0.0-preview5

16 Nov 06:13
8fec3a6

Choose a tag to compare

v3.0.0-preview5 Pre-release
Pre-release

Bug fixes

Improvements

  • Upgrade to .NET 8 and latest C# (#293)

v3.0.0-preview4

04 Sep 08:33
c9b2b47

Choose a tag to compare

v3.0.0-preview4 Pre-release
Pre-release

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

12 Aug 16:27
2112853

Choose a tag to compare

v3.0.0-preview3 Pre-release
Pre-release

Bug fixes

  • Fixed negative pagesize (#251)
  • Better handling of terminal resizing (#254)

Improvements

  • Update to setup-dotnet@v3 (#255)

v3.0.0-preview2

29 Nov 14:50
3047e51

Choose a tag to compare

v3.0.0-preview2 Pre-release
Pre-release

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

13 Nov 10:12
0b4204d

Choose a tag to compare

v3.0.0-preview1 Pre-release
Pre-release

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

27 Sep 15:43
2c5fcff

Choose a tag to compare

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

26 Aug 14:38
5331396

Choose a tag to compare

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

13 Jul 15:43
b61d2c9

Choose a tag to compare

New Features

  • Support navigating and deleting word-by-word with the Control key (#223) Thanks @kimsey0

Bug fixes

  • Restore console input cancellation settings (#225)