Skip to content

Commit b74359e

Browse files
committed
Release 1.1.1.1 (LisiasT) for KSP >= 1.2.2
1 parent baf6f6b commit b74359e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGES.md

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

3+
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
4+
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
5+
+ Fixes a bug on the KSPe's Install Checker/Update Tool
6+
- **You need to manually remove the older `<KSP-ROOT>/GameData/666_ModuleManagerWatchDog.dll` file if existent!**
37
* 2023-0514: 1.1.1.0 (LisiasT) for KSP >= 1.2.2
48
+ Improvements on the code used to introspect the `GameData`
59
- Safer handling 1.12.x without screwing older KSPs.

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+
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
4+
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
5+
+ Fixes a bug on the KSPe's Install Checker/Update Tool
6+
- **You need to manually remove the older `<KSP-ROOT>/GameData/666_ModuleManagerWatchDog.dll` file if existent!**
37
* 2023-0514: 1.1.1.0 (LisiasT) for KSP >= 1.2.2
48
+ Improvements on the code used to introspect the `GameData`
59
- Safer handling 1.12.x without screwing older KSPs.

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

0 commit comments

Comments
 (0)