Skip to content

Commit

Permalink
Release 1.1.1.2 (LisiasT) for KSP >= 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Mar 30, 2024
1 parent ed0131d commit 22522c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Module Manager Watch Dog :: Changes

* 2024-0330: 1.1.1.2 (LisiasT) for KSP >= 1.2.2
+ 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`.
- Specially necessary for CurseForge users.
+ Closes issue:
- [#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.
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
+ Fixes a bug on the KSPe's Install Checker/Update Tool
Expand Down
5 changes: 5 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Module Manager Watch Dog :: Change Log

* 2024-0330: 1.1.1.2 (LisiasT) for KSP >= 1.2.2
+ 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`.
- Specially necessary for CurseForge users.
+ Closes issue:
- [#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.
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
+ Fixes a bug on the KSPe's Install Checker/Update Tool
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":1,
"BUILD":1
"BUILD":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 22522c0

Please sign in to comment.