Skip to content

Commit

Permalink
Prep for 2.0.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DRVeyl authored and DRVeyl committed Jul 12, 2020
1 parent 41b7dee commit d6e6aae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions GameData/ProceduralParts/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
============= Changelog for ProceduralParts =========
=== 2.0.4 ===
Expand SeekVolume support to work with pill and bezier curve shapes
SeekVolume method prototype changed: optional parameter for rounding (floor/nearest/ceiling).
Show/Hide texture selection UIControls depending on active mode (legacy or TexturesUnlimited)
Bugfix: Texture Scaling (tiling) was broken during the transition to 2.0. Fixed!
Bugfix: EjectionImpulse no longer resets to max when loading in Editor

=== 2.0.3 ===
TankContextSwitcher updates current and max resource capacity immediately when changing volume
PAW Groups and internal fixes to the DecouplerTweaker
Expand Down
4 changes: 2 additions & 2 deletions GameData/ProceduralParts/ProceduralParts.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION" : {
"MAJOR" : 2,
"MINOR" : 0,
"PATCH" : 3,
"PATCH" : 4,
"BUILD" : 0
},
"KSP_VERSION" : {
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": "1",
"MINOR": "9",
"MINOR": "10",
"PATCH": "99"
}
}
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
// Revision
//
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]

0 comments on commit d6e6aae

Please sign in to comment.