πΌ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
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()
PerformCmd()Sub PerformCmd(Command As CommandInfo, Optional Args As String = "")Restructured the filesystem API
Separated ConsoleColors enumeration
ConsoleColors enumerationRemoved KS.Misc.Dictionary to substitute with Dictify
KS.Misc.Dictionary to substitute with DictifyMoved APIs to their own namespace
Removed the progress and its report positions from SplashInfo
SplashInfoReplaced CommandPromptWrite()
CommandPromptWrite()Organized the ShellBase namespaces
ShellBase namespacesChanged progress bar writer module name
Last updated