Skip to content

Commit 22522c0

Browse files
committed
Release 1.1.1.2 (LisiasT) for KSP >= 1.2.2
1 parent ed0131d commit 22522c0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGES.md

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

3+
* 2024-0330: 1.1.1.2 (LisiasT) for KSP >= 1.2.2
4+
+ Implements a "self-cleaning" mechanism intended to prevent the user being forced to manually delete artefacts on `GameData` once they decide to deinstall `Module Manager /L` and/or `Module Manager Watch Dog`.
5+
- Specially necessary for CurseForge users.
6+
+ Closes issue:
7+
- [#10](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/10) Detects when the host directory (`GameData\ModuleManager`) was removed, and kill `ModuleManager.dll` in response.
38
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
49
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
510
+ Fixes a bug on the KSPe's Install Checker/Update Tool

CHANGE_LOG.md

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

3+
* 2024-0330: 1.1.1.2 (LisiasT) for KSP >= 1.2.2
4+
+ Implements a "self-cleaning" mechanism intended to prevent the user being forced to manually delete artefacts on `GameData` once they decide to deinstall `Module Manager /L` and/or `Module Manager Watch Dog`.
5+
- Specially necessary for CurseForge users.
6+
+ Closes issue:
7+
- [#10](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/10) Detects when the host directory (`GameData\ModuleManager`) was removed, and kill `ModuleManager.dll` in response.
38
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
49
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
510
+ Fixes a bug on the KSPe's Install Checker/Update Tool

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":1,
11-
"BUILD":1
11+
"BUILD":2
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)