Skip to content

Releases: spectreconsole/spectre.console

0.50.0

08 Apr 16:14
Compare
Choose a tag to compare
0.50.0 Pre-release
Pre-release

What's Changed

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

New Contributors

Full Changelog: 0.49.1...0.50.0

0.49.0

23 Apr 13:13
Compare
Choose a tag to compare
0.49.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.48.0...0.49.0

0.48.0

22 Nov 20:53
Compare
Choose a tag to compare
0.48.0 Pre-release
Pre-release

Version 0.48 of Spectre.Console has been released!

Several rendering issues have been addressed, such as fixing problems related to rendering inside status causing corrupt output, avoiding exceptions on Rows with no children, as well as addressing rendering bugs in TextPath.

New features have been added, such as the ability to show separators between table rows. Other notable additions include progress bar header and footer support, customizable (and localizable) help providers, and the option to style text and confirmation prompts.

New Contributors

What's Changed

Rendering

CLI

Documentation & Samples

Other stuff

0.47.0

19 May 15:53
018f4eb
Compare
Choose a tag to compare
0.47.0 Pre-release
Pre-release

What's Changed

Command line updates

  • Add possibility to set description and/or data for the default command by @0xced in #1091
  • Add support for converting command parameters into FileInfo and DirectoryInfo by @0xced in #1145
  • Add support for arrays in [DefaultValue] attributes by @0xced in #1164
  • Add ability to pass example args using params syntax by @seclerp in #1166
  • Alias for branches by @ilyahryapko in #1131
  • Command line improvements by @FrankRay78 in #1103

Documentation updates

New Contributors

Full Changelog: 0.46.0...0.47.0

0.46.0

09 Jan 23:55
Compare
Choose a tag to compare
0.46.0 Pre-release
Pre-release

What's changed?

Documentation updates

Dependencies

New Contributors

Full Changelog: 0.45.0...0.46.0

0.45.0

09 Sep 19:58
af9f5ea
Compare
Choose a tag to compare
0.45.0 Pre-release
Pre-release

What's Changed

  • Move Spectre.Console.Cli to its own package by @patriksvensson in #827
  • Remove the 'net50' TFM by @patriksvensson in #877
  • Corrected section heading in Status by @drewnoakes in #781
  • Upgrade dotnet example tool to 1.6.0 by @leo-costa in #782
  • Fix documentation workflow by @patriksvensson in #799
  • Fix missing API reference pages for Spectre.Console.Cli by @ivml in #834
  • Fix the "Escaping Interpolated Strings" documentation by @0xced in #837
  • Check for null in TextPrompt by @danielchalmers in #850
  • Fix ArgumentNullException on .NET Framework by @nils-a in #923
  • Add command description to command help message by @nkochnev in #920
  • Fix missing call to Validate when using CommandConstructorBinder by @nils-a in #924
  • Modified MarkupTokenizer, so that escaped markup inside markup is valid by @nils-a in #911
  • Detect non-interactive console via Console.IsInputRedirected instead of Environment.UserInteractive by @bastianeicher in #824
  • Set the DevelopmentDependency flag on the Spectre.Console.Analyzer project by @0xced in #950

New Contributors

Full Changelog: 0.44.0...0.45.0

0.44

27 Mar 19:31
38d9386
Compare
Choose a tag to compare
0.44 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.43.0...0.44.0

0.43

30 Nov 12:52
168f352
Compare
Choose a tag to compare
0.43 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.42.0...0.43.0

0.42.0

05 Oct 16:40
Compare
Choose a tag to compare
0.42.0 Pre-release
Pre-release

What's Changed

New Contributors