Upgrading to API v2.1 series
Follow the compatibility notes when upgrading your mods to API v2.1 series
From 0.0.23 to 0.0.24
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)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