File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11# Module Manager Watch Dog :: Changes
22
3+ * 2023-0514: 1.1.1.0 (LisiasT) for KSP >= 1.2.2
4+ + Improvements on the code used to introspect the `GameData`
5+ - Safer handling 1.12.x without screwing older KSPs.
6+ + Implements an "AutoFix", automatically fixing the user's rig when possible (respecting user's preferences).
7+ + Closes issue:
8+ - [#8](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/8) Automatically fix the Module Manager installation borks when possible.
39* 2023-0313: 1.1.0.4 (LisiasT) for KSP >= 1.2.2
410 + Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
511 + Closes issue:
Original file line number Diff line number Diff line change 11# Module Manager Watch Dog :: Change Log
22
3+ * 2023-0514: 1.1.1.0 (LisiasT) for KSP >= 1.2.2
4+ + Improvements on the code used to introspect the `GameData`
5+ - Safer handling 1.12.x without screwing older KSPs.
6+ + Implements an "AutoFix", automatically fixing the user's rig when possible (respecting user's preferences).
7+ + Closes issue:
8+ - [#8](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/8) Automatically fix the Module Manager installation borks when possible.
39* 2023-0313: 1.1.0.4 (LisiasT) for KSP >= 1.2.2
410 + Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
511 + Closes issue:
Original file line number Diff line number Diff line change 77 "VERSION":{
88 "MAJOR":1,
99 "MINOR":1,
10- "PATCH":0 ,
11- "BUILD":4
10+ "PATCH":1 ,
11+ "BUILD":0
1212 },
1313 "KSP_VERSION_MIN":{
1414 "MAJOR":1,
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ set -euo pipefail
55IFS=$' \n\t '
66source ./CONFIG.inc
77
8- echo " Not used."
9- return 0
10-
118clean () {
129 rm -fR $FILE
1310 if [ ! -d Archive ] ; then
You can’t perform that action at this time.
0 commit comments