Skip to content

7.0.0 (August 17, 2025)

Latest

Choose a tag to compare

@silkfire silkfire released this 17 Aug 20:40
· 9 commits to master since this release

BREAKING CHANGES

  • The behaviour of overloads that use ConsoleColor has been changed. Previously, the resulting colour would be the fixed value that the ConsoleColor enum represents. Now it will be one of the 16 theme-defined ANSI base colors instead, meaning that it will respect the colours configured in your terminal. To return to the old behaviour, simply pass true to the useLegacy parameter.