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