Skip to content

Commit 0e4c3a6

Browse files
committed
Release 1.1.0.3 (LisiasT) for KSP >= 1.2.2
1 parent f94f656 commit 0e4c3a6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Module Manager Watch Dog :: Changes
22

3+
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
4+
+ Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
5+
+ Closes issue:
6+
- [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
37
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
4-
+
8+
+ Fixes a mishap while updating the target DLL.
59
* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2
610
+ Adds a Install Checker for:
711
- The tool itself

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Module Manager Watch Dog :: Change Log
22

3+
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
4+
+ Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
5+
+ Closes issue:
6+
- [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
37
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
48
+ Fixes a mishap while updating the target DLL.
59
* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2

CONFIG.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TARGETBINDIR="$TARGETDIR/Plugins"
77
PROJECTSDIR="Source/$PACKAGE/"
88
VERSIONFILE="$PACKAGE.version"
99

10-
DLLS="WatchDogForInterstellarRedist WatchDogForScaleRedist"
10+
DLLS="WatchDogForInterstellarRedist WatchDogForScaleRedist WatchDogInstallChecker"
1111

1212
# PluginData DLLs
1313
PD_DLLS="ModuleManagerWatchDog"

ModuleManagerWatchDog.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":1,
99
"MINOR":1,
1010
"PATCH":0,
11-
"BUILD":2
11+
"BUILD":3
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)