API v6.0
Breaking changes for API v6.0
From 5.4.x to 6.0.x
ConsoleFilterInfo class added
ConsoleFilterInfo class addedpublic static bool IsInFilter(string query, ConsoleFilterType type, ConsoleFilterSeverity severity, out (Regex? query, ConsoleFilterType type, ConsoleFilterSeverity severity, string justification) queryTuple)
public static bool IsInFilter(Regex query, ConsoleFilterType type, ConsoleFilterSeverity severity, out (Regex? query, ConsoleFilterType type, ConsoleFilterSeverity severity, string justification) queryTuple)
public static (Regex? query, ConsoleFilterType type, ConsoleFilterSeverity severity, string justification)[] GetFilteredQueries()WideChar moved to Textify
WideChar moved to Textifypublic struct WideChar : IEquatable<WideChar>, IComparable<WideChar>Centered writers refactored
public static class CenteredTextColor
{
public static void WriteCentered(int top, string Text, int leftMargin = 0, int rightMargin = 0, params object[] Vars) { }
public static void WriteCenteredColor(int top, string Text, Color Color, int leftMargin = 0, int rightMargin = 0, params object[] Vars) { }
(...)
}Shapes and IGeometricShape moved to CyclicWriters
IGeometricShape moved to CyclicWritersWriter tools moved to CyclicWriters
CyclicWritersWrapped writer removed
KeybindingsWriter refactored
KeybindingsWriter refactoredSlow writers moved to ConsoleWriters
ConsoleWritersFilled property removed from IGeometricShape
Filled property removed from IGeometricShapeChanged how shapes render
NerdFontsTools moved
NerdFontsTools movedTransformation formula interface publicized
ScreenPart obsolete functions removed
ScreenPart obsolete functions removed