Release 1.0.8.1
--- a/KerbalEngineer/Flight/Readouts/Rendezvous/RendezvousProcessor.cs
+++ b/KerbalEngineer/Flight/Readouts/Rendezvous/RendezvousProcessor.cs
@@ -196,8 +196,8 @@
SemiMajorAxis = this.targetOrbit.semiMajorAxis;
SemiMinorAxis = this.targetOrbit.semiMinorAxis;
- //Distance = Vector3d.Distance(this.targetOrbit.pos, this.originOrbit.pos);
- //OrbitalPeriod = this.targetOrbit.period;
+ Distance = Vector3d.Distance(this.targetOrbit.pos, this.originOrbit.pos);
+ OrbitalPeriod = this.targetOrbit.period;
}
#endregion
--- a/Output/CHANGES.txt
+++ b/Output/CHANGES.txt
@@ -1,5 +1,5 @@
1.0.8.1
- Fixed: Bug which caused rendezvous readouts to freeze the game or show zero.
+ Fixed: Bug which caused rendezvous readouts to freeze the game or show all zeros.
1.0.8.0
Added: New readouts to the vessel category:
Binary files a/Output/KerbalEngineer/KerbalEngineer.dll and b/Output/KerbalEngineer/KerbalEngineer.dll differ
--- a/Output/KerbalEngineer/KerbalEngineer.version
+++ b/Output/KerbalEngineer/KerbalEngineer.version
@@ -6,7 +6,7 @@
"MAJOR":1,
"MINOR":0,
"PATCH":8,
- "BUILD":0
+ "BUILD":1
},
"KSP_VERSION":
{