Spectre.Console 0.50 released!
Version 0.50 of Spectre.Console has been released!
New Contributors
- @Kissaki made their first contribution in #1575
- @z4ryy made their first contribution in #1590
- @TonWin618 made their first contribution in #1595
- @KirillOsenkov made their first contribution in #1623
- @davide-pi made their first contribution in #1246
- @armanossiloko made their first contribution in #1668
- @PascalSenn made their first contribution in #1687
- @tpill90 made their first contribution in #904
- @tmds made their first contribution in #1194
- @TheMarteh made their first contribution in #1708
- @Tolitech made their first contribution in #1717
- @TheTonttu made their first contribution in #1740
- @byte2pixel made their first contribution in #1762
- @Moustafaa91 made their first contribution in #1779
General
- Strong name the assemblies by @KirillOsenkov in #1623
- Update MSDN link to learn.microsoft.com by @Kissaki in #1575
- Add spanish translation for help strings by @kzu in #1597
- Update documentation: add example for the Text Prompt usage by @davide-pi in #1636
- Fix typos xml docs by @devlead in #1684
- Upgrade SixLabors.ImageSharp to 3.1.7 by @Moustafaa91 in #1779
Console
- AOT Support for Spectre.Console by @phil-scott-78 in #1690
- Make method reference to Markup.Escape more obvious by @Kissaki in #1574
- Fix
HtmlEncoder
Incorrectly Applying Italics to Bold Text by @z4ryy in #1590 - Fix Console Display Issue with Deleting Wide Characters by @TonWin618 in #1595
- Fix search bug in prompt related to custom item types by @patriksvensson in #1627
- Cleanup the prompt tests by @0xced in #1635
- Add custom style for each calendar event by @davide-pi in #1246
- Fix tree expansion bug by @davide-pi in #1245
- Enhance the style of the checkboxes for multi-selection by @davide-pi in #1244
- Improve exception if a (multi)selection prompt is used incorrectly by @0xced in #1637
- Fix incorrect panel height calculation in complex layout by @BlazeFace in #1514
- Adding Enricher for Azure Pipelines by @BlazeFace in #1675
- Added hex color conversion by @jsheely in #1432
- Fixed type in Segment description by @PascalSenn in #1687
- Adding TransferSpeedColumn configuration to display bits/bytes + binary/decimal prefixes by @tpill90 in #904
- Changes Emoji dictionary to OrdinalIgnoreCase for performance by @phil-scott-78 in #1691
- ProgressTask.GetPercentage() returns 100 when max value is 0 by @FrankRay78 in #1694
- Async overloads for AnsiConsole Prompt/Ask/Confirm. by @tmds in #1194
- Support 3-digit hex codes in markup by @TheMarteh in #1708
- Add async spinner extension methods and related documentation by @phil-scott-78 in #1747
- Fix generic exception formatting by @0xced in #1755
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