Skip to content

Commit 642ed24

Browse files
committed
new release for KSP 1.9.1
1 parent b57c267 commit 642ed24

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
= v1.19.0
2+
- Recompiled for KSP 1.9.1
3+
- Fixed critical issue causing KSP to crash when extending terrain in other planets like Moon in RSS.
4+
- Fixed NREs issue when extending terrain in orbit around the Sun
5+
- Increased Crash Tolerance in landed vessel when loaded to avoid RUDs due to physics.
6+
17
= v1.18.0
28
- Recompiled for KSP 1.9.0
39
- Fixed issue were the camera was broken after switching to a new landed vessel if the active vessel was in IVA.

PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"NAME": "PhysicsRangeExtender",
33
"URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version",
4-
"DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.18.0",
4+
"DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.19.0",
55
"CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt",
66
"VERSION": {
77
"MAJOR": 1,
8-
"MINOR": 18,
8+
"MINOR": 19,
99
"PATCH": 0
1010
},
1111
"KSP_VERSION": {
1212
"MAJOR": 1,
1313
"MINOR": 9,
14-
"PATCH": 0
14+
"PATCH": 1
1515
},
1616
"KSP_VERSION_MIN": {
1717
"MAJOR": 1,
Binary file not shown.

PhysicsRangeExtender/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.18.0")]
34+
[assembly: AssemblyVersion("1.19.0")]

0 commit comments

Comments
 (0)