Skip to content

Commit

Permalink
3.02 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dog committed May 22, 2014
1 parent 994c431 commit c606bc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Misc/history.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Misc/makezip.bat
Original file line number Diff line number Diff line change
@@ -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 ..
Expand Down
6 changes: 6 additions & 0 deletions Misc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c606bc8

Please sign in to comment.