diff --git a/Misc/history.txt b/Misc/history.txt index 74d08ae..45f872c 100644 --- a/Misc/history.txt +++ b/Misc/history.txt @@ -1,3 +1,9 @@ +3.02 +[*]Updated KSPAPIExtensions, should work with Procedural Parts now. +[*]A bit less restrictive tech, allowing sizes a bit larger and smaller than stock ones. +[*]Trying to avoid moving attached parts after loading design or saved game. +[*]Fixed wrong size of newly added side nodes. + 3.01 [*]Updated KSPAPIExtensions. [*]Added size step parameters for RSS. diff --git a/Misc/makezip.bat b/Misc/makezip.bat index 67064fe..4dff42e 100644 --- a/Misc/makezip.bat +++ b/Misc/makezip.bat @@ -1,5 +1,5 @@ @echo off -set name=C:\games\KSPtest\ProcFairings_3.01.zip +set name=C:\games\KSPtest\ProcFairings_3.02.zip del %name% 7z a %name% readme.txt cd .. diff --git a/Misc/readme.txt b/Misc/readme.txt index a8a5530..3444664 100644 --- a/Misc/readme.txt +++ b/Misc/readme.txt @@ -41,6 +41,12 @@ Right-click parts and use tweakables. Maximum (and minimum) part size is limited by tech. See GameData/ProceduralFairings/common.cfg for details. --- Version history --- +3.02 +-Updated KSPAPIExtensions, should work with Procedural Parts now. +-A bit less restrictive tech, allowing sizes a bit larger and smaller than stock ones. +-Trying to avoid moving attached parts after loading design or saved game. +-Fixed wrong size of newly added side nodes. + 3.01 -Updated KSPAPIExtensions. -Added size step parameters for RSS.