Skip to content

Commit

Permalink
Prep for v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Mar 31, 2020
1 parent 2477e78 commit 4827942
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"USERNAME" : "blowfishpro",
"REPOSITORY" : "SimpleAdjustableFairings"
},
"VERSION": "1.9.1",
"VERSION": "1.10.0",
"KSP_VERSION": "1.9.1"
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Code and plugin are distributed under the [GNU Lesser General Public License](ht

## Changelog

### v1.10.0

* Don't modify drag cubes/FAR/colliders if deployed (fixes an exception when loading a craft with a deployed fairing)
* Group all of the fairing's fields and events in the part action window:
* Adds two new fields to `ModuleSimpleAdjustableFairing`:
* `uiGroupName` - unique identifier for the group, defaults to `fairing`
* `uiGroupDisplayName` - name of the group to display in the UI, defaults to `Fairing`

### v1.9.1

* Pre-render both drag cubes rather than re-rendering at deployment
Expand Down

0 comments on commit 4827942

Please sign in to comment.