πΌUpgrading from API v2.1
Follow the compatibility notes when upgrading your mods from API v2.1
From 0.0.24.0
πΎv0.0.24.x seriesRemoved support for ICustomSaver
<Obsolete("This custom screensaver interface is obsolete. Use IScreensaver and BaseScreensaver instead.")>
Public Interface ICustomSaverPublic Sub CompileCustom(file As String)public static void ParseCustomSaver(string file)Removed support for PerformCmd()
Sub PerformCmd(Command As CommandInfo, Optional Args As String = "")Restructured the filesystem API
Separated ConsoleColors enumeration
Removed KS.Misc.Dictionary to substitute with Dictify
Moved network transfer APIs to its own namespace
Moved color-related console APIs to its own namespace
Moved input-related console APIs to its own namespace
Removed the progress and its report positions from SplashInfo
Replaced CommandPromptWrite()
CommandPromptWrite()Organized the ShellBase namespaces
Changed progress bar writer module name
Last updated