File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
GameData/SimpleAdjustableFairings Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 66 "USERNAME" : "blowfishpro",
77 "REPOSITORY" : "SimpleAdjustableFairings"
88 },
9- "VERSION": "1.9.1 ",
9+ "VERSION": "1.10.0 ",
1010 "KSP_VERSION": "1.9.1"
1111}
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ Code and plugin are distributed under the [GNU Lesser General Public License](ht
2020
2121## Changelog
2222
23+ ### v1.10.0
24+
25+ * Don't modify drag cubes/FAR/colliders if deployed (fixes an exception when loading a craft with a deployed fairing)
26+ * Group all of the fairing's fields and events in the part action window:
27+ * Adds two new fields to ` ModuleSimpleAdjustableFairing ` :
28+ * ` uiGroupName ` - unique identifier for the group, defaults to ` fairing `
29+ * ` uiGroupDisplayName ` - name of the group to display in the UI, defaults to ` Fairing `
30+
2331### v1.9.1
2432
2533* Pre-render both drag cubes rather than re-rendering at deployment
You can’t perform that action at this time.
0 commit comments