@@ -10,7 +10,7 @@ http://forum.kerbalspaceprogram.com/index.php?showtopic=140541
1010
1111## Requirements
1212
13- * KSP version 1.6.1 (build 2401 ) is the only supported KSP version
13+ * KSP version 1.7.0 (build 2483 ) is the only supported KSP version
1414* [ ModuleManager] ( http://forum.kerbalspaceprogram.com/index.php?showtopic=50533 ) is required.
1515
1616## Installation
@@ -29,6 +29,31 @@ This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.
2929
3030## Changelog
3131
32+ ### v2.7.0
33+
34+ * Compile for KSP 1.7.0
35+ * Remove ` ModuleB9PropagateCopyEvents ` from parts since KSP handles this correctly now
36+ * Leave empty class so that KSP doesn't complain when loading craft/vessels
37+ * All initialization errors now warn the user but allow the game to continue
38+ * Add fuzzy matching for attach node toggling
39+ * ` ? ` will match any one character, ` * ` will match anything (or nothing)
40+ * All matching nodes will be switched
41+ * Allow moving and rotation of transforms
42+ * Subtypes can now have ` TRANSFORM ` nodes
43+ * Each one should nave a ` name ` which is the name of the transform
44+ * Each one can have a ` positionOffset = x, y, z ` which is a local offset for that transform
45+ * Any number of modules can modify a transform's position (it's additive)
46+ * Each one can have a ` rotationOffset = x, y, z ` which is a local rotation offset
47+ * Only one module can modify a transform's position
48+ * Remove KSP localization debug logging
49+ * Add Brazilian Portuguese localization
50+ * Localize switch subtype button
51+ * Fix texture switches incorrectly saying the current texture wasn't found when really the new texture wasn't found
52+ * Use more correct part names in some log messages
53+ * Allow subtypes to specify a mirror symmetry counterpart
54+ * Subtypes now accept a ` mirrorSymmetrySubtype ` value which is the subtype name of the mirror symmetry subtype
55+ * When placing the part in mirror symmetry, the symmetry counterpart will use this mirror symmetry subtype, otherwise it will use the normal subtype
56+
3257### v2.6.0
3358
3459* Recompile against KSP 1.6.1
0 commit comments