Releases: nickprotop/ConsoleEx
Releases · nickprotop/ConsoleEx
v2.4.57
SharpConsoleUI 2.4.57
NuGet Package: https://www.nuget.org/packages/SharpConsoleUI/2.4.57
Installation
dotnet add package SharpConsoleUI --version 2.4.57Project Templates
dotnet new install SharpConsoleUI.Templates
dotnet new tui-app -n MyAppDesktop Host Tool
dotnet tool install --global SharpConsoleUI.Host
schost init && schost run && schost packWhat's Changed
- Update template SharpConsoleUI dependency to 2.4.57 (4974ee8)
- ci(docs): run docfx only on version tag push (f9e60e4)
- feat(TableControl): add optional column separator when borders disabled (b5eedb0)
- fix: clear stale selection indices on DataSource collection reset (76275e5)
Full Changelog: v2.4.56...v2.4.57
v2.4.56
SharpConsoleUI 2.4.56
NuGet Package: https://www.nuget.org/packages/SharpConsoleUI/2.4.56
Installation
dotnet add package SharpConsoleUI --version 2.4.56Project Templates
dotnet new install SharpConsoleUI.Templates
dotnet new tui-app -n MyAppDesktop Host Tool
dotnet tool install --global SharpConsoleUI.Host
schost init && schost run && schost packWhat's Changed
- Update template SharpConsoleUI dependency to 2.4.56 (bcf4a51)
- feat(scripting): add file-based-app templates, recipes, and release version bump (ac2f5e5)
- feat: TableControl inline editor readline keys, clipboard, word nav (5658fbc)
Full Changelog: v2.4.55...v2.4.56
v2.4.55
SharpConsoleUI 2.4.55
NuGet Package: https://www.nuget.org/packages/SharpConsoleUI/2.4.55
Installation
dotnet add package SharpConsoleUI --version 2.4.55Project Templates
dotnet new install SharpConsoleUI.Templates
dotnet new tui-app -n MyAppDesktop Host Tool
dotnet tool install --global SharpConsoleUI.Host
schost init && schost run && schost packWhat's Changed
- Update template SharpConsoleUI dependency to 2.4.55 (b860146)
- docs: add scripting story plan for .NET 10 file-based apps (ed80e42)
- feat: add PipedInput/PipedLines convenience properties for shell scripting (400e2f7)
- feat: open /dev/tty directly when stdin/stdout are redirected (a70248a)
- fix: verify row identity in animation onComplete before RemoveRow (4c0235d)
- feat: PromptControl — readline editing, selection, history, completion, mouse (bebee8e)
- fix: drag stealing, Tab trap, keyboard/mouse bugs across controls (57e48fe)
- fix: content-type check for image loading, truncate decode error messages (3a12af4)
- feat: external CSS loading for correct image sizing in HtmlControl (a024410)
- feat: main loop watchdog with emergency exit on stall (a6c4148)
- fix: HTML images rendering at 1/8 width due to wrong px-to-char ratio (665cbbe)
- fix: alpha slider range 0-255 for full transparency testing (7784403)
- fix: slider can't reach min/max, compositor crash on window close (d606b19)
Full Changelog: v2.4.54...v2.4.55