|
1 | | -## v1.2.0 |
2 | | -##### New |
3 | | -- Add `defaultControlMode`, `defaultVabControlMode`, `defaultSphControlMode` configuration settings to control default |
4 | | - control mode used for various situations. |
5 | | - |
6 | | -## v1.1.0 |
7 | | -##### New |
8 | | -- Add `KSPAssembly` attribute to assembly. |
9 | | - |
10 | | -##### Changes |
11 | | -- `PLANEMODE_USER_SETTINGS` is deprecated (although still supported), a Module Manager patch should now be used to |
12 | | - modify settings. An example patch is distributed in the `PlaneMode/Configuration` directory. |
13 | | -- Clarified log message that made it appeared as if code was being executed more times than it was. |
14 | | -- Simplified the way textures are loaded. |
15 | | - |
16 | | -##### Fixes |
17 | | -- Fix Plane mode settings being persisted in certain situations. |
18 | | -- Fix the display of the log level for debug messages. |
19 | | - |
20 | | -## v1.0.0 |
21 | | -##### Fixes |
22 | | -- Initalize ControlMode to Rocket to avoid warning on vessel load |
23 | | - |
24 | | -## v0.4.1 |
25 | | -##### Fixes |
26 | | -- Kerbal Space Program v1.0 compatibility |
27 | | - |
28 | | -## v0.4.0 |
29 | | -##### New |
30 | | -- Added setting to disable Application Launcher (stock toolbar) button. |
31 | | -- Docking controls are now supported. |
32 | | - |
33 | | -##### Fixes |
34 | | -- Interaction with trim controls should now be fixed. |
35 | | -- Interaction with SAS/Autopilot should now be fixed. |
36 | | - |
37 | | -## v0.3.0 |
38 | | -##### New |
39 | | -- Use stock Application Launcher. |
40 | | -- Control mode is persisted with command pods, probe cores, and docking ports. The mode used is determined by whichever |
41 | | - part is selected with the *Control From Here* button. |
42 | | -- Control mode is automatically selected for new parts in the editor. Parts in the VAB are placed in Rocket mode and |
43 | | - parts in the SPH are placed in Plane mode. |
44 | | - |
45 | | -##### Changes |
46 | | -- Renamed from "Aeroplane Mode" to "Plane Mode". |
47 | | -- Settings configuration has been changed slightly and toggle and hold keys have both been defaulted to None rather |
48 | | - than ScrollLock and Home. |
49 | | - |
50 | | -##### Fixes |
51 | | -- Handle switching vessels better. |
| 1 | +## v1.3.0 |
| 2 | +##### New |
| 3 | +- Add actions to all applicables parts to change control modes, making them available to action groups. Available actions are: |
| 4 | + - `Control Mode: Toggle` |
| 5 | + - `Control Mode: Rocket` |
| 6 | + - `Control Mode: Plane` |
| 7 | + |
| 8 | +##### Fixes |
| 9 | +- Fix example configuration patch to show how to actually change toggle keys. |
| 10 | + |
| 11 | +## v1.2.0 |
| 12 | +##### New |
| 13 | +- Add `defaultControlMode`, `defaultVabControlMode`, `defaultSphControlMode` configuration settings to control default |
| 14 | + control mode used for various situations. |
| 15 | + |
| 16 | +## v1.1.0 |
| 17 | +##### New |
| 18 | +- Add `KSPAssembly` attribute to assembly. |
| 19 | + |
| 20 | +##### Changes |
| 21 | +- `PLANEMODE_USER_SETTINGS` is deprecated (although still supported), a Module Manager patch should now be used to |
| 22 | + modify settings. An example patch is distributed in the `PlaneMode/Configuration` directory. |
| 23 | +- Clarified log message that made it appeared as if code was being executed more times than it was. |
| 24 | +- Simplified the way textures are loaded. |
| 25 | + |
| 26 | +##### Fixes |
| 27 | +- Fix Plane mode settings being persisted in certain situations. |
| 28 | +- Fix the display of the log level for debug messages. |
| 29 | + |
| 30 | +## v1.0.0 |
| 31 | +##### Fixes |
| 32 | +- Initalize ControlMode to Rocket to avoid warning on vessel load |
| 33 | + |
| 34 | +## v0.4.1 |
| 35 | +##### Fixes |
| 36 | +- Kerbal Space Program v1.0 compatibility |
| 37 | + |
| 38 | +## v0.4.0 |
| 39 | +##### New |
| 40 | +- Added setting to disable Application Launcher (stock toolbar) button. |
| 41 | +- Docking controls are now supported. |
| 42 | + |
| 43 | +##### Fixes |
| 44 | +- Interaction with trim controls should now be fixed. |
| 45 | +- Interaction with SAS/Autopilot should now be fixed. |
| 46 | + |
| 47 | +## v0.3.0 |
| 48 | +##### New |
| 49 | +- Use stock Application Launcher. |
| 50 | +- Control mode is persisted with command pods, probe cores, and docking ports. The mode used is determined by whichever |
| 51 | + part is selected with the *Control From Here* button. |
| 52 | +- Control mode is automatically selected for new parts in the editor. Parts in the VAB are placed in Rocket mode and |
| 53 | + parts in the SPH are placed in Plane mode. |
| 54 | + |
| 55 | +##### Changes |
| 56 | +- Renamed from "Aeroplane Mode" to "Plane Mode". |
| 57 | +- Settings configuration has been changed slightly and toggle and hold keys have both been defaulted to None rather |
| 58 | + than ScrollLock and Home. |
| 59 | + |
| 60 | +##### Fixes |
| 61 | +- Handle switching vessels better. |
0 commit comments