Update dependency Spectre.Console.Cli to 0.53.1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| Spectre.Console.Cli | 0.49.1 -> 0.53.1 |
Release Notes
spectreconsole/spectre.console (Spectre.Console.Cli)
v0.53.1: (hotfix)
This is a hotfix release for 0.53.0, which accidentally included OpenCli.Sources as a dependency, instead of being included in the package.
As a bonus, a fix for panels was also included in this release 😄
What's Changed
- Ensure OpenCli.Sources are not a dependency of the CLI package. by @patriksvensson in
d61788d - Normalizes paths when writing exceptions to the console for tests. by @phil-scott-78 in #1758
- Fixes issue with Panel not applying overflow to children by @phil-scott-78 in #1942
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.53.0...0.53.1
v0.53.0
v0.52.0
What's Changed
- Add OpenCLI integration to Spectre.Console.Cli by @patriksvensson in #1909
- Fix OPENCLI_VISIBILITY_INTERNAL to DefineConstants concat by @devlead in #1912
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.51.1...0.52.0
v0.51.1
What's Changed
- Fix IndexOutOfRangeException in ExceptionFormatter by @martincostello in #1800
- TestConsole can now be configured and accessed in CommandAppTester by @magiino in #1803
- Add ShowRowSeparators in Table Widget docs by @bartoginski in #1807
- Add support for required options by @patriksvensson in #1825
- Added documentation for align widget by @Elementttto in #1746
- Fixed link not displayed in markup in Style.cs and added unit test cases by @Elementttto in #1750
- Update System.Memory dependency by @WeihanLi in #1832
- Reduce memory usage for rune width cache. by @Pannoniae in #1756
- Fix resizing of Live views with reduced size. by @belucha in #1840
- Corrects comment for optional text prompt by @aljanabim in #1857
- Update spinners by @FroggieFrog in #1873
- Support J and K for navigating list prompts by @tobias-tengler in #1877
- Fix space triggering selection when items in the selection list have a space. by @mitchdenny in #1881
- Fix bug setting Header by @mattfennerom in #1890
New Contributors
- @magiino made their first contribution in #1803
- @bartoginski made their first contribution in #1807
- @Elementttto made their first contribution in #1746
- @WeihanLi made their first contribution in #1832
- @Pannoniae made their first contribution in #1756
- @belucha made their first contribution in #1840
- @aljanabim made their first contribution in #1857
- @FroggieFrog made their first contribution in #1873
- @tobias-tengler made their first contribution in #1877
- @mitchdenny made their first contribution in #1881
- @mattfennerom made their first contribution in #1890
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.50.0...0.51.1
v0.51.0
v0.50.0
What's Changed
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
HtmlEncoderIncorrectly 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
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
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.49.1...0.50.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.