We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a75eb commit 6bbc456Copy full SHA for 6bbc456
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v1.4.0-alpha
+## 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.
PlaneMode.netkan
@@ -3,7 +3,7 @@
"identifier": "PlaneMode",
"$kref": "#/ckan/github/Apokee/PlaneMode",
5
"name": "Plane Mode",
6
- "abstract": "Swap Yaw/Roll in Flight",
+ "abstract": "Swap yaw/roll in flight.",
7
"author": "Dwayne Bent",
8
"license": "MIT",
9
"resources": {
@@ -55,6 +55,13 @@
55
"ksp_version_min": "1.1.0",
56
"ksp_version_max": "1.1.2"
57
}
58
+ },
59
+ {
60
+ "version": ">=1.4.0",
61
+ "override": {
62
+ "ksp_version_min": "1.1.2",
63
+ "ksp_version_max": "1.1.2"
64
+ }
65
66
]
67
0 commit comments