Skip to content

Commit 4880ba4

Browse files
committed
Prep for v4.2
1 parent bf1d731 commit 4880ba4

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

ModuleRCSFX/Readme_MRCSFX.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ LICENSE remains the ialdabaoth license (CC-BY-SA + tweaks).
3939
SOURCE is https://github.com/NathanKell/ModuleRCSFX
4040

4141
CHANGELOG
42+
v4.2
43+
* Fixed bug where inputs were being improperly normalized (thanks Starwaster!)
44+
* Fixed a bug in applying useThrottle (was being done in global Y not local Y; ditto).
45+
4246
v4.1
4347
* Fixed bug in thrust calculation (was 2% what it should be...)
4448
* When in fullThrust mode, don't switch to full thrust unless thrust ratio already starts out at fullThrustMin (configurable).

Source/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("0.4.*")]
36-
[assembly: AssemblyFileVersion("0.4.1.0")]
36+
[assembly: AssemblyFileVersion("0.4.2.0")]

0 commit comments

Comments
 (0)