Skip to content

v2.4.78

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:31
· 3 commits to master since this release

SharpConsoleUI 2.4.78

NuGet Package: https://www.nuget.org/packages/SharpConsoleUI/2.4.78

Installation

dotnet add package SharpConsoleUI --version 2.4.78

Project Templates

dotnet new install SharpConsoleUI.Templates
dotnet new tui-app -n MyApp

Desktop Host Tool

dotnet tool install --global SharpConsoleUI.Host
schost init && schost run && schost pack

What's Changed

  • Update template SharpConsoleUI dependency to 2.4.78 (f22dbac) — Nikolaos Protopapas
  • demo: showcase clickable, keyboard-navigable links in the Markdown demo (9ef7da1) — Nikolaos Protopapas
  • docs: document clickable/keyboard links in MarkupControl; update comparison (b180d85) — Nikolaos Protopapas
  • feat(markup): keyboard link navigation for MarkupControl (d99acc5) — Nikolaos Protopapas
  • style: apply dotnet format (tabs) (c663ca6) — Nikolaos Protopapas
  • feat(markup): clickable links in MarkupControl (3b45d14) — Nikolaos Protopapas
  • feat: add CollapsiblePanel control (Discussion #40) (f6c8b56) — Nikolaos Protopapas
  • docs: add Tutorial 5 — terminal music player (rich UI showcase) (4183954) — Nikolaos Protopapas
  • fix(tutorial): lock the mail window and hide title-bar chrome (36739a8) — Nikolaos Protopapas
  • docs: add runnable source for Tutorial 4 mail client (05a582c) — Nikolaos Protopapas
  • docs: add Tutorial 4 — full-screen mail client (MVVM, dialogs, NavigationView) (c8d610b) — Nikolaos Protopapas
  • docs: mention NativeAOT compatibility in README and comparison (941fdcd) — Nikolaos Protopapas
  • docs+test: document NativeAOT support and broaden the AOT smoke gate (196ffdf) — Nikolaos Protopapas
  • chore: move AotSmoke from Examples to SharpConsoleUI.Tests/aot.test (9dd1228) — Nikolaos Protopapas
  • feat: NativeAOT compatibility (3ac72d0) — Nikolaos Protopapas
  • docs: refresh COMPARISON.md with current data and new features (73e64f5) — Nikolaos Protopapas
  • fix: pass HPCON by value to UpdateProcThreadAttribute in Windows ConPTY backend (ff03ba8) — Nikolaos Protopapas

Full Changelog: v2.4.77...v2.4.78