Spectre.Console 0.50 released!

Posted Tuesday, April 8, 2025 to Release Notes

Version 0.50 of Spectre.Console has been released!

New Contributors

General

Console

CLI

  • Remove redundant explain settings ctor by @gitfool in #1534
  • Trim trailing comma in settings by @devlead in #1550
  • Consider -? as an alias to -h by @kzu in #1552
  • Trimming of TestConsole output by CommandAppTester is user configurable. by @FrankRay78 in #1739
  • Include resource files for additional cultures in HelpProvider. by @Tolitech in #1717
  • Conditionally trim trailing periods of argument and option descriptions by @TheTonttu in #1740
  • Changed IConfigurator to return IConfigurator instead of void by @byte2pixel in #1762
  • Add parsed unknown flag to remaining arguments for a branch with a default command by @FrankRay78 in #1660
  • Correctly show application version; execution of command with version option by @FrankRay78 in #1663
  • Help output correctly decides when to show the version option by @FrankRay78 in #1664