Skip to content

Commit c0ea49f

Browse files
committed
Release 1.1.1.0 (LisiasT) for KSP >= 1.2.2
1 parent 9946fea commit c0ea49f

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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:

CHANGE_LOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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:

ModuleManagerWatchDog.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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,

pack-curse.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -euo pipefail
55
IFS=$'\n\t'
66
source ./CONFIG.inc
77

8-
echo "Not used."
9-
return 0
10-
118
clean() {
129
rm -fR $FILE
1310
if [ ! -d Archive ] ; then

0 commit comments

Comments
 (0)