Use KSP's directory listing rather than file system Avoids asking for Unity's application root path on a thread, which apparently breaks badly in debug mode (commit: 2b356b0)
Add -mm-dont-copy-logs command line flag If set, don't copy MM log to main log. Intended for advanced users with very larger installs where this takes a significant amount of time (commit: 20d339a)
Allow assemblies to add to mod list Allow ModuleManagerAddToModList callback to be defined as a static method or on MonoBehaviour instances which returns an IEnumerable<string> to be added to the mod list It will always be called on the main thread Result will also be added to the config sha to ensure proper cache invalidation (commit: c43268f)