diff --git a/CHANGES.md b/CHANGES.md index c9d8f5e..9652bee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,7 @@ # 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 - - Double checking with the lint tool. -* 2020-0603: 0.0.2.0 Beta (Lisias) for KSP >= 1.2.2 - + Added missed Engine Behaviour on the APUs. - - Thanks for the heads up, [xD-FireStriker](https://forum.kerbalspaceprogram.com/index.php?/profile/137214-xd-firestriker/) - + Renamed the package to `TweakScaleCompanion_APP` to better cope with the [well known abbreviations on Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/194416-abbreviations-for-addons/). +* 2021-0201: 0.1.0.0 RC (Lisias) for KSP >= 1.2.2 + + TSCAPP goes Release Candidate! + + Closes issues: + - [#2](https://github.com/net-lisias-ksp/TweakScaleCompanion_APP/issues/2) Incorrect default scale #2 + - Thanks for [AccidentalDisassembly](https://github.com/AccidentalDisassembly) for reporting it! diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 696f0fd..a3d182e 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,10 @@ # TweakScale Companion :: Airplane Plus :: Change Log +* 2021-0201: 0.1.0.0 RC (Lisias) for KSP >= 1.2.2 + + TSCAPP goes Release Candidate! + + Closes issues: + - [#2](https://github.com/net-lisias-ksp/TweakScaleCompanion_APP/issues/2) Incorrect default scale #2 + - Thanks for [AccidentalDisassembly](https://github.com/AccidentalDisassembly) for reporting it! * 2020-0824: 0.0.2.2 (Lisias) for KSP >= 1.2.2 + Patches revision. - Avoiding toe stomping fests. diff --git a/TweakScaleCompanion.APP.version b/TweakScaleCompanion.APP.version index 72db9dd..6f20a79 100644 --- a/TweakScaleCompanion.APP.version +++ b/TweakScaleCompanion.APP.version @@ -6,9 +6,9 @@ "CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_APP/master/CHANGES.md", "VERSION":{ "MAJOR":0, - "MINOR":0, - "PATCH":2, - "BUILD":2 + "MINOR":1, + "PATCH":0, + "BUILD":0 }, "KSP_VERSION_MIN":{ "MAJOR":1,