Skip to content

Commit

Permalink
Add release notes for 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Dec 16, 2021
1 parent 19ff48f commit 8430122
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Title: Spectre.Console 0.41 released!
Description: In this release we (mostly Phil) have been focusing on getting the new fancy Roslyn Analyzers out the door...<br /><br /><br /><br /><br />[More]
Description: In this release we (mostly Phil) have been focusing on getting the new fancy Roslyn Analyzers out the door...
Published: 20210719
Category: Release Notes
Excluded: false
Expand Down
59 changes: 59 additions & 0 deletions docs/input/blog/posts/2021-12-16-spectre-console-0.43-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
Title: Spectre.Console 0.43 released!
Description: Now with .NET 6 support... and more!
Published: 20211216
Category: Release Notes
Excluded: false
---

We forgot (😅) to publish the release notes for `0.42`, so we've included them as well.
Noteworthy in this release is that `Spectre.Console` now ships with [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) support.

## New Contributors
* [@mgnslndh](https:/mgnslndh) made their first contribution in [#584](https:/spectreconsole/spectre.console/pull/584)
* [@LiamSho](https:/LiamSho) made their first contribution in [#509](https:/spectreconsole/spectre.console/pull/509)
* [@kzu](https:/kzu) made their first contribution in [#514](https:/spectreconsole/spectre.console/pull/514)
* [@GitHubPang](https:/GitHubPang) made their first contribution in [#535](https:/spectreconsole/spectre.console/pull/535)
* [@RedEyedDog](https:/RedEyedDog) made their first contribution in [#546](https:/spectreconsole/spectre.console/pull/546)
* [@rifatx](https:/rifatx) made their first contribution in [#545](https:/spectreconsole/spectre.console/pull/545)

## What's Changed

* Update sponsors.md by [@mgnslndh](https:/mgnslndh) in [#584](https:/spectreconsole/spectre.console/pull/584)
* Upgrades Statiq and re-enables docs publishing by [@phil-scott-78](https:/phil-scott-78) in [#591](https:/spectreconsole/spectre.console/pull/591)
* Internalizes the `WcWidth` package by [@patriksvensson](https:/patriksvensson) in [#593](https:/spectreconsole/spectre.console/pull/593)
* Small typos in the `Getting Started` page by [@antoniovalentini](https:/antoniovalentini) in [#597](https:/spectreconsole/spectre.console/pull/597)
* Add net6.0 TFM by [@patriksvensson](https:/patriksvensson) in [#603](https:/spectreconsole/spectre.console/pull/603)
* Fix a typo in code comment by [@GitHubPang](https:/GitHubPang) in [#579](https:/spectreconsole/spectre.console/pull/579)
* Added `GetParent` and `GetParents` to `MultiSelectionPrompt` by [@nils-a](https:/nils-a) in [#590](https:/spectreconsole/spectre.console/pull/590)
* Added ExceptionHandler to `ICommandAppSettings` by [@nils-a](https:/nils-a) in [#607](https:/spectreconsole/spectre.console/pull/607)
* Fixed documentation for selection and multiselection (#499) by [@nils-a](https:/nils-a) in [#589](https:/spectreconsole/spectre.console/pull/589)
* Escape any Markup when displaying selected prompt items by [@nils-a](https:/nils-a) in [#610](https:/spectreconsole/spectre.console/pull/610)
* Upgrade .NET SDK to 6.0.100 by [@patriksvensson](https:/patriksvensson) in [#616](https:/spectreconsole/spectre.console/pull/616)
* Allow color numbers in markup expressions by [@patriksvensson](https:/patriksvensson) in [#615](https:/spectreconsole/spectre.console/pull/615)
* Remove `Render` from docs in favor of `Write` by [@patriksvensson](https:/patriksvensson) in [#613](https:/spectreconsole/spectre.console/pull/613)
* Clarify `ITypeResolver` returns `null` by [@nils-a](https:/nils-a) in [#620](https:/spectreconsole/spectre.console/pull/620)
* Fix typo in `PairDeconstructor` class name by [@0xced](https:/0xced) in [#619](https:/spectreconsole/spectre.console/pull/619)
* Fix type conversion in the default pair deconstructor implementation by [@0xced](https:/0xced) in [#618](https:/spectreconsole/spectre.console/pull/618)
* Update examples to net6.0 by [@patriksvensson](https:/patriksvensson) in [#625](https:/spectreconsole/spectre.console/pull/625)
* Fix exception formatting for generic methods by [@0xced](https:/0xced) in [#639](https:/spectreconsole/spectre.console/pull/639)
* Use browser context for social cards by [@phil-scott-78](https:/phil-scott-78) in [#490](https:/spectreconsole/spectre.console/pull/490)
* Adds additional check that analyzer is within a method by [@phil-scott-78](https:/phil-scott-78) in [#488](https:/spectreconsole/spectre.console/pull/488)
* Add support for manipulating individual table rows by [@patriksvensson](https:/patriksvensson) in [#503](https:/spectreconsole/spectre.console/pull/503)
* Do not share semaphore between consoles by [@patriksvensson](https:/patriksvensson) in [#507](https:/spectreconsole/spectre.console/pull/507)
* Fix `ArgumentOutOfRangeExceptio` when rendering a table by [@LiamSho](https:/LiamSho) in [#507](https:/spectreconsole/spectre.console/pull/509)
* Make building more flexible by allowing feature bands by [@kzu](https:/kzu) in [#514](https:/spectreconsole/spectre.console/pull/514)
* Fix parsing of exceptions on .NET Framework by [@0xced](https:/0xced) in [#513](https:/spectreconsole/spectre.console/pull/513)
* Fix the style parameter nullable annotation on `AnsiConsoleExtensions` by [@0xced](https:/0xced) in [#527](https:/spectreconsole/spectre.console/pull/527)
* Fix 404 in documentation by [@nils-a](https:/nils-a) in [#530](https:/spectreconsole/spectre.console/pull/530)
* Fix typos in code comments by [@GitHubPang](https:/GitHubPang) in [#535](https:/spectreconsole/spectre.console/pull/535)
* Remove additional registration of `ICommand` by [@nils-a](https:/nils-a) in [#533](https:/spectreconsole/spectre.console/pull/533)
* Add extension methods to get cell width of `char` and `string` by [@patriksvensson](https:/patriksvensson) in [#523](https:/spectreconsole/spectre.console/pull/523)
* Disable GH Action workflow for docs by [@patriksvensson](https:/patriksvensson) in [#547](https:/spectreconsole/spectre.console/pull/547)
* Fix typos in docs by [@GitHubPang](https:/GitHubPang) in [#542](https:/spectreconsole/spectre.console/pull/542)
* Add a segment builder for merging multiple segments by [@phil-scott-78](https:/phil-scott-78) in [#552](https:/spectreconsole/spectre.console/pull/552)
* Allow user to update table cell by [@RedEyedDog](https:/RedEyedDog) in [#546](https:/spectreconsole/spectre.console/pull/546)
* Fix a minor typo for `Spectre1021` by [@GitHubPang](https:/GitHubPang) in [#557](https:/spectreconsole/spectre.console/pull/557)
* Future-proof conditional compilation by [@0xced](https:/0xced) in [#563](https:/spectreconsole/spectre.console/pull/563)
* Add support custom max value for barcharts by [@rifatx](https:/rifatx) in [#545](https:/spectreconsole/spectre.console/pull/545)
* Improve the error message when acquiring the interactive semaphore fails by [@0xced](https:/0xced) in [#569](https:/spectreconsole/spectre.console/pull/569)
* Add `AnsiConsole.Write` method by [@patriksvensson](https:/patriksvensson) in [#577](https:/spectreconsole/spectre.console/pull/577)

0 comments on commit 8430122

Please sign in to comment.