spectre.console/docs/input/blog/posts/2025-04-08-spectre-console-0.50-released.md
2025-04-08 20:45:50 +02:00

8.3 KiB

Title: Spectre.Console 0.50 released! Description: Now with 25% less lead! Published: 2025-04-08 Category: Release Notes Excluded: false

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