Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: chubrik/XConsole

XConsole 1.6.2

14 Dec 21:42

Choose a tag to compare

Features:

  • Prevent losing pin when exit
  • More accurate sync locks

XConsole 1.6.1

07 Dec 20:31

Choose a tag to compare

Features:

  • More strict API with arrays
  • Reduce allocations
  • Performance improvements
  • Documenation comments
  • Tests project

XConsole 1.6.0

14 Nov 19:53

Choose a tag to compare

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

29 Oct 18:00

Choose a tag to compare

Features:

  • Code optimizations

Bugfix:

  • ReadLine() vs. pin issue
  • Extras.Confirm() issue

XConsole 1.5.3

02 Mar 12:27

Choose a tag to compare

Features:

  • More accurate Windows support
  • Ellipsis animation improvements

XConsole 1.5.2

09 Jan 00:03

Choose a tag to compare

Features:

  • More .NET 9 support

XConsole 1.5.1

12 Dec 22:29

Choose a tag to compare

Features:

  • .NET 9 support

Bugfix:

  • Small fixes in rare cases

XConsole 1.5.0

14 Aug 17:19

Choose a tag to compare

Breaking changes:

  • Multicolor message now requires a list
  • String extensions moved to separated namespace
  • Utils property renamed to Extras

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

30 Jul 20:45

Choose a tag to compare

Features:

  • Small improvements
  • More documentation comments

XConsole 1.4.10

22 Nov 19:26

Choose a tag to compare

Features:

  • .NET 8 support
  • Code & comments organization