File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Module Manager Watch Dog :: Changes
2
2
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
3
7
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
4
- +
8
+ + Fixes a mishap while updating the target DLL.
5
9
* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2
6
10
+ Adds a Install Checker for:
7
11
- The tool itself
Original file line number Diff line number Diff line change 1
1
# Module Manager Watch Dog :: Change Log
2
2
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
3
7
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
4
8
+ Fixes a mishap while updating the target DLL.
5
9
* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TARGETBINDIR="$TARGETDIR/Plugins"
7
7
PROJECTSDIR = "Source/$PACKAGE/"
8
8
VERSIONFILE = "$PACKAGE.version"
9
9
10
- DLLS = "WatchDogForInterstellarRedist WatchDogForScaleRedist"
10
+ DLLS = "WatchDogForInterstellarRedist WatchDogForScaleRedist WatchDogInstallChecker "
11
11
12
12
# PluginData DLLs
13
13
PD_DLLS = "ModuleManagerWatchDog"
Original file line number Diff line number Diff line change 8
8
"MAJOR":1,
9
9
"MINOR":1,
10
10
"PATCH":0,
11
- "BUILD":2
11
+ "BUILD":3
12
12
},
13
13
"KSP_VERSION_MIN":{
14
14
"MAJOR":1,
You can’t perform that action at this time.
0 commit comments