Releases: KSP-ModularManagement/KSPe
Releases · KSP-ModularManagement/KSPe
2.1.0.8 (Lisias) for KSP >= 1.2 PRE-RELEASE
- Preventing concurrent processes from playing havoc on the KSP/Unity logging.
- No more entries being written in the middle of the previous ones! :)
- Better Listing Files support.
- Some more syntactic sugar
- Adding generics syntax to ConfigNode's GetValue, making easier to port code from XML (PluginConfiguration) to CFG (ConfigNode) and vice versa
- Small refactoring on the class hierarchy
- Some classes were deprecated, but will be maintained until the version 3
- No impact to the user base, I'm the only client for this stunt! :D
- Removed Max KSP version check.
- Fixed a glitch that prevented debug messages from being suppressed.
2.1.0.7 (Lisias) for KSP >= 1.2
DITCHED (again² =P)
2.1.0.6 (Lisias) for KSP >= 1.2 PRE-RELEASE
DITCHED (again =P)
2.1.0.5 (Lisias) for KSP >= 1.2 PRE-RELEASE
DITCHED
2.1.0.4 (Lisias) for {1.2 <= KSP <= 1.5.1} PRE-RELEASE
- Implementing Helper Classes for Assets, Local and Temp files
- Some minor code sanitizing and normalizing to promote maintainability
- Adding install instructinos to the package, as suggested by scottadges on forum
2.1.0.3 (Lisias) for {1.2 <= KSP <= 1.5.1} PRE-RELEASE
DITCHED
2.1.0.2 (Lisias) for KSP 1.2+; 1.3+; 1.4+; 1.5+ PRE-RELEASE
- Changing the Logging default to INFO.
- Stating compatibility with KSP since version 1.2
- Tested on 1.2.2 and above. No flaws.
2.1.0.1 (Lisias) for KSP 1.4 PRE-RELEASE
- Implementing sandboxed File decorators:
- [Asset|Data|Local|Temp].ReadAll*()
- Fixed bug on KSPe.IO.File.Asset pathname solving algorithm.
All Pre-Release users are advised to update.
2.1.0.0 (Lisias) for KSP 1.4 PRE-RELEASE
DITCHED
2.0.0.2 (Lisias) for KSP 1.4
- Dumb mistake on the PluginConfig.Save method.
- Critical for ModuleManager.