You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GameData/ModuleManager/CHANGE_LOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
*Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
5
+
* 2024-0415: 4.2.3.4 (Lisias) for KSP >= 1.2.2
6
+
+ Fix some long due "Reload Database" on the Module Manager Menu (Alt-F11)
7
+
- Nope, the Full Reload is still broken, and it was hidden. Sorry!
8
+
+ We had moved!
9
+
- The Official Repository is now on https://github.com/KSP-ModularManagement/ModuleManager
5
10
* 2024-0330: 4.2.3.3 (Lisias) for KSP >= 1.2
6
11
+ Slightly less spammy on spamming logs.
7
12
* 2024-0311: 4.2.3.2 (Lisias) for KSP >= 1.2
@@ -26,7 +31,7 @@
26
31
+ Make the thing properly distributable.
27
32
+ **Needs** KSPe 2.5 or higher.
28
33
* 2022-0918: 4.2.2.4b (Lisias) for KSP >= 1.2
29
-
+ Updates the [`INSTALL.md`](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
34
+
+ Updates the [`INSTALL.md`](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
30
35
- A new `MM/L` release wasn't really **needed**, but since I failed to update the install instructions and there're people using this, I choose to be conservative on the matter.
31
36
- There're no changes on the DLL, so I choose to shove a "b" on the same release number.
32
37
* 2022-0809: 4.2.2.4 (Lisias) for KSP >= 1.2
@@ -122,7 +127,7 @@
122
127
+ some code cleanups
123
128
* 2020-0616: 4.1.3.2 (Lisias) for KSP >= 1.3.1
124
129
+ A nasty mishap from an old merge (dated 2018-11) was detected and fixed.
125
-
- See Issue [#4](https://github.com/net-lisias-ksp/ModuleManager/issues/4).
130
+
- See Issue [#4](https://github.com/KSP-ModularManagement/ModuleManager/issues/4).
+ [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace
34
-
+ [Source and Binaries](https://github.com/net-lisias-ksp/ModuleManager) on GitHub.
34
+
+ [Source and Binaries](https://github.com/KSP-ModularManagement/ModuleManager) on GitHub.
35
35
36
36
37
37
## Description
@@ -47,7 +47,7 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I
47
47
### Dependencies
48
48
49
49
* Hard Depencies:
50
-
* [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions) V 2.0 or above.
50
+
* [KSP API Extensions/L](https://github.com/KSP-ModularManagement/KSPAPIExtensions) V 2.0 or above.
51
51
52
52
### Licensing
53
53
@@ -67,7 +67,7 @@ This work is licensed as follows:
67
67
- Please note that upgrading the license to any posterior GPL **IS NOT ALLOWED** for this work, as the author **DID NOT** added the "or (at your option) any later version" on the license.
68
68
- You don't mix your work with GPL incompatible works.
69
69
70
-
[Previous releases](https://github.com/net-lisias-ksp/ModuleManager/tree/upstream/master) remain licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC.
70
+
[Previous releases](https://github.com/KSP-ModularManagement/ModuleManager/tree/upstream/master) remain licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC.
71
71
72
72
Please note the copyrights and trademarks in [NOTICE](./NOTICE)
Copy file name to clipboardExpand all lines: GameData/ModuleManagerWatchDog/CHANGE_LOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
# Module Manager Watch Dog :: Change Log
2
2
3
+
* 2024-0423: 1.1.2.0 (LisiasT) for KSP >= 1.2.2
4
+
+ Adds an Option Box asking the user what would be their preferred MM Fork when a conflict is detected.
5
+
+ We had moved!
6
+
- The Official Repository is now on https://github.com/KSP-ModularManagement/ModuleManagerWatchDog
7
+
+ Closes issue:
8
+
- [#11](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/11) Implement a more friendly way to allow the user to select which MM fork it wants.
3
9
* 2024-0330: 1.1.1.2 (LisiasT) for KSP >= 1.2.2
4
10
+ 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
11
- Specially necessary for CurseForge users.
6
12
+ 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.
13
+
- [#10](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/10) Detects when the host directory (`GameData\ModuleManager`) was removed, and kill `ModuleManager.dll` in response.
8
14
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
9
15
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
10
16
+ Fixes a bug on the KSPe's Install Checker/Update Tool
@@ -14,11 +20,11 @@
14
20
- Safer handling 1.12.x without screwing older KSPs.
15
21
+ Implements an "AutoFix", automatically fixing the user's rig when possible (respecting user's preferences).
16
22
+ Closes issue:
17
-
- [#8](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/8) Automatically fix the Module Manager installation borks when possible.
23
+
- [#8](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/8) Automatically fix the Module Manager installation borks when possible.
18
24
* 2023-0313: 1.1.0.4 (LisiasT) for KSP >= 1.2.2
19
25
+ Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
20
26
+ Closes issue:
21
-
- [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
27
+
- [#6](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
22
28
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
23
29
+ ***DITCHED***
24
30
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
@@ -29,7 +35,7 @@
29
35
- ModuleManager /L
30
36
- TweakScale
31
37
+ Closes issue:
32
-
- [#5](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/5) Cook a `GameData/*.dll` update tool
38
+
- [#5](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/5) Cook a `GameData/*.dll` update tool
33
39
* 2022-0621: 1.1.0.0 (LisiasT) for KSP >= 1.2.2
34
40
+ ***DTICHED*** due a stupid mistake on handling pathnames... #facePalm
0 commit comments