diff --git a/CHANGES.md b/CHANGES.md index 3feeb0c..c9d8f5e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # TweakScale Companion :: Airplane Plus :: Changes +* 2020-0824: 0.0.2.2 (Lisias) for KSP >= 1.2.2 + + Patches revision. + - Avoiding toe stomping fests. * 2020-0717: 0.0.2.1 Beta (Lisias) for KSP >= 1.2.2 + Patches revision. - Reorganisation diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 07babf6..696f0fd 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,8 @@ # TweakScale Companion :: Airplane Plus :: Change Log +* 2020-0824: 0.0.2.2 (Lisias) for KSP >= 1.2.2 + + Patches revision. + - Avoiding toe stomping fests. * 2020-0717: 0.0.2.1 Beta (Lisias) for KSP >= 1.2.2 + Patches revision. - Reorganisation diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 2820062..8f070c4 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -2,3 +2,5 @@ * Users of [All Tweak](https://forum.kerbalspaceprogram.com/index.php?/topic/182700-19x-all-tweak-07-23rdoctober2019/&tab=comments#comment-3553532) and [TMasterson5's TweakScale patches](https://forum.kerbalspaceprogram.com/index.php?/topic/181010-tmasterson5-mod-family/&tab=comments#comment-3513768) will probably have serious problems by installing this thing. + Please backup everything first before installing, so up can rollback if needed. +* **TweakScale Companion for Airplane Plus** should not be used together [AirplanePlus Things](https://forum.kerbalspaceprogram.com/index.php?/topic/196254-ksp-18-airplane-plus-things/). + + TSCAPP will overwrite all TweakScale patches made by anyone else. This can be a problem if **AirplanePlus Things** has any mishaps on its patches, as TSCAPP is meticulously wrote to be accurate and any crafts scaled with faulty patches can misbehave on TSCAPP. diff --git a/TweakScaleCompanion.APP.version b/TweakScaleCompanion.APP.version index 97a6082..72db9dd 100644 --- a/TweakScaleCompanion.APP.version +++ b/TweakScaleCompanion.APP.version @@ -8,7 +8,7 @@ "MAJOR":0, "MINOR":0, "PATCH":2, - "BUILD":1 + "BUILD":2 }, "KSP_VERSION_MIN":{ "MAJOR":1, diff --git a/pack.sh b/pack.sh index a2d1d08..4484916 100755 --- a/pack.sh +++ b/pack.sh @@ -10,7 +10,7 @@ clean() { fi } -FILE=$PACKAGE-$VERSION.BETA.zip +FILE=$PACKAGE-$VERSION.zip echo $FILE clean zip -r $FILE ./GameData/* -x ".*"