Skip to content

Commit

Permalink
Release 1.0.0.0 (LisiasT) for KSP >= 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Feb 20, 2024
1 parent 2fdbd63 commit da232a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
10 changes: 3 additions & 7 deletions CHANGES.md
@@ -1,15 +1,11 @@
# TweakScale Companion :: AirCrafts :: Changes

* 2024-0220: 1.0.0.0 (Lisias) for KSP >= 1.2.2
+ TSC_Aircrafts goes Gold!
+ Adds support for the new bits from Airplane+ /L 26.6.2
* 2023-1001: 0.2.0.0 RC (Lisias) for KSP >= 1.2.2
+ Rebranding the whole thing to TweakScale Companion for AirCrafts
+ Reworking APP patches
+ Importing (and reworking) patches from the late Companion for NeistAir
+ New patches for:
- MPR
* 2021-0201: (APP) 0.1.0.0 RC (Lisias) for KSP >= 1.2.2
+ TSCAPP goes Release Candidate!
+ Closes issues:
- [#2](https://github.com/TweakScale/Companion_APP/issues/2) Incorrect default scale #2
- Thanks for [AccidentalDisassembly](https://github.com/AccidentalDisassembly) for reporting it!
* 2020-0907: (NAP) 0.0.1.0 **BETA** (Lisias) for KSP >= 1.2.2
+ First public release
3 changes: 3 additions & 0 deletions CHANGE_LOG.md
@@ -1,5 +1,8 @@
# TweakScale Companion :: AirCrafts :: Change Log

* 2024-0220: 1.0.0.0 (Lisias) for KSP >= 1.2.2
+ TSC_Aircrafts goes Gold!
+ Adds support for the new bits from Airplane+ /L 26.6.2
* 2023-1001: 0.2.0.0 RC (Lisias) for KSP >= 1.2.2
+ Rebranding the whole thing to TweakScale Companion for AirCrafts
+ Reworking APP patches
Expand Down
2 changes: 1 addition & 1 deletion CONFIG.inc
Expand Up @@ -14,7 +14,7 @@ if [ "$PROJECT_BRANCH" == "master" ] ; then
else
# PreRelease mode
# Don't forget the leading dash
PROJECT_STATE="-RC"
PROJECT_STATE=""
fi

VERSION=$( cat $PACKAGE.version | tr '\n' ' ' | sed -n -E 's/^.*?"VERSION\":\{.*"MAJOR":([0-9]+?),.*?"MINOR":([0-9]+?),.*?"PATCH":([0-9]+?),.*?"BUILD":([0-9]+?).*?\}.*$/\1.\2.\3.\4/p' )
4 changes: 2 additions & 2 deletions TweakScaleCompanion.AirCrafts.version
Expand Up @@ -5,8 +5,8 @@
"CHANGE_LOG" : "https://raw.githubusercontent.com/TweakScale/Companion_Crafts/master/CHANGE_LOG.md",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/TweakScale/Companion_Crafts/master/CHANGES.md",
"VERSION":{
"MAJOR":0,
"MINOR":2,
"MAJOR":1,
"MINOR":0,
"PATCH":0,
"BUILD":0
},
Expand Down

0 comments on commit da232a0

Please sign in to comment.