Skip to content

Commit

Permalink
Release 1.1.0.3 (LisiasT) for KSP >= 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Nov 12, 2022
1 parent f94f656 commit 0e4c3a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONFIG.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ModuleManagerWatchDog.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":1,
"MINOR":1,
"PATCH":0,
"BUILD":2
"BUILD":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 0e4c3a6

Please sign in to comment.