From 0e4c3a6e32c532420409408fa000b731a71eb039 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Sat, 12 Nov 2022 07:38:41 -0300 Subject: [PATCH] Release 1.1.0.3 (LisiasT) for KSP >= 1.2.2 --- CHANGES.md | 6 +++++- CHANGE_LOG.md | 4 ++++ CONFIG.inc | 2 +- ModuleManagerWatchDog.version | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5751bb3..81ea5e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,11 @@ # Module Manager Watch Dog :: Changes +* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2 + + Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`. + + Closes issue: + - [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x * 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2 - + + + Fixes a mishap while updating the target DLL. * 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2 + Adds a Install Checker for: - The tool itself diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 8145ce1..696600a 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,9 @@ # Module Manager Watch Dog :: Change Log +* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2 + + Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`. + + Closes issue: + - [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x * 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2 + Fixes a mishap while updating the target DLL. * 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2 diff --git a/CONFIG.inc b/CONFIG.inc index bd5645a..4879bf0 100644 --- a/CONFIG.inc +++ b/CONFIG.inc @@ -7,7 +7,7 @@ TARGETBINDIR="$TARGETDIR/Plugins" PROJECTSDIR="Source/$PACKAGE/" VERSIONFILE="$PACKAGE.version" -DLLS="WatchDogForInterstellarRedist WatchDogForScaleRedist" +DLLS="WatchDogForInterstellarRedist WatchDogForScaleRedist WatchDogInstallChecker" # PluginData DLLs PD_DLLS="ModuleManagerWatchDog" diff --git a/ModuleManagerWatchDog.version b/ModuleManagerWatchDog.version index bf4f775..a353708 100644 --- a/ModuleManagerWatchDog.version +++ b/ModuleManagerWatchDog.version @@ -8,7 +8,7 @@ "MAJOR":1, "MINOR":1, "PATCH":0, - "BUILD":2 + "BUILD":3 }, "KSP_VERSION_MIN":{ "MAJOR":1,