You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,21 @@ Please always post your [KSP.log file](https://gist.github.com/JonnyOThan/04c207
6
6
7
7
## Unreleased
8
8
9
+
NOTE: this version of RPM is not compatible with MJ 2.15
10
+
9
11
### New Features
10
12
11
-
- Add support for scrolling through orbit patches on the MFD (thanks @andymac-2)
12
-
- Allow targeting flags and landed vessels (thanks @andymac-2)
13
+
- Add support for scrolling through orbit patches on the MFD. This includes many new RPM variables that could be used in other props. (thanks @andymac-2) [commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/698b1c6cb37d43a1baa74de0a8d87148558f10c0)
14
+
- Allow targeting flags and landed vessels (thanks @andymac-2) [commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/dfc9858f5cc7cca698699f556901e691995053c2)
15
+
- ISJIModule can now be implemented in 3rd party mods to integrate with RPM [commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/a476486706e4d64e36467d8d1eefe37795e05f18)
13
16
14
17
### Bug Fixes
15
18
16
-
- Fix fallback evaluators for lift, drag, and terminal velocity when FAR is not installed (thanks @KlyithSA)
17
-
- Add RPMComputer modules to a few B9 Aerospace parts that were missing them
18
-
- Disabled some propbatching when MAS is installed because it interferes with their patches
19
-
- Fix NRE in ExternalCameraSelector when the camera transform is missing
20
-
- Fix possible NRE when changing vessels
19
+
- Fix fallback evaluators for lift, drag, and terminal velocity when FAR is not installed (thanks @KlyithSA)[commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/6a40b2076de68c24475ec5c6f62c44408dbdc6e0)
20
+
- Add RPMComputer modules to a few B9 Aerospace parts that were missing them[commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/2ed262fb2404e7841b3f8e339388aaa17cc7624d)
21
+
- Disabled some propbatching when MAS is installed because it interferes with their patches[commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/40e6f2bba75a595e7a5636ab2f5f53b27a7a5b97)
22
+
- Fix NRE in ExternalCameraSelector when the camera transform is missing[commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/c6e7a43b70212ddce1e8324945584203315789fc)
23
+
- Fix possible NRE when changing vessels[commit](https://github.com/FirstPersonKSP/RasterPropMonitor/commit/82b3f5f0c1caf5e456f450eac1d8c3b73ff5001e)
0 commit comments