mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
1.3.2fixes
This commit is contained in:
parent
e5dc761a3c
commit
aec1d07b35
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml"
|
||||
- name: Staging package
|
||||
run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script
|
||||
name: Deploying Restock
|
||||
- name: Deploying Restock
|
||||
run: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy package to spacedock, curse, github
|
||||
- name: Deploying RestockPlus
|
||||
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":3,
|
||||
"PATCH":1,
|
||||
"PATCH":2,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,3 +1,9 @@
|
||||
v1.3.2
|
||||
------
|
||||
- Fixed collider location inconsistency with stock for 1.25m heatshield (#914)
|
||||
- Fixed drag cubes (and occlusion) for 1.875m heatshield (#923)
|
||||
- Added new FX transform nodes for Poodle
|
||||
|
||||
v1.3.1
|
||||
------
|
||||
- Fixed small linear RCS collider
|
||||
|
@ -6,7 +6,7 @@
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":3,
|
||||
"PATCH":1,
|
||||
"PATCH":2,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,3 +1,7 @@
|
||||
v1.3.2
|
||||
------
|
||||
- Fixed drag cubes (and occlusion) for 1.875m heatshield (#923)
|
||||
|
||||
v1.3.1
|
||||
------
|
||||
- Updated French localization (vinix38)
|
||||
|
Loading…
Reference in New Issue
Block a user