Releases: chubrik/XConsole
Releases · chubrik/XConsole
XConsole 1.6.2
XConsole 1.6.1
Features:
- More strict API with arrays
- Reduce allocations
- Performance improvements
- Documenation comments
- Tests project
XConsole 1.6.0
Breaking changes:
- Deprecate
netstandard1.x - Remove extra extensions
- Stricter API compliance
Features:
- .NET 10 support
- Performance improvements
- Code unification
- Reduce the library size
- Keep pin after console clear
XConsole 1.5.4
Features:
- Code optimizations
Bugfix:
- ReadLine() vs. pin issue
- Extras.Confirm() issue
XConsole 1.5.3
Features:
- More accurate Windows support
- Ellipsis animation improvements
XConsole 1.5.2
Features:
- More .NET 9 support
XConsole 1.5.1
Features:
- .NET 9 support
Bugfix:
- Small fixes in rare cases
XConsole 1.5.0
Breaking changes:
- Multicolor message now requires a list
- String extensions moved to separated namespace
Utilsproperty renamed toExtras
Features:
- More backward compatibility with
System.Console - New for Windows: taskbar progress & highlighting
- Helper methods changed to extensions
- Improved
Extras.Confirm()without positioning - Improved
ReadKey()for multithreading
Bugfix:
- Prevented parsing error in some cases
XConsole 1.4.11
Features:
- Small improvements
- More documentation comments
XConsole 1.4.10
Features:
- .NET 8 support
- Code & comments organization