Skip to content

Commit 6bbc456

Browse files
committed
v1.4.0 Release
1 parent 76a75eb commit 6bbc456

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.4.0-alpha
1+
## v1.4.0
22
##### Changed
33
- Context menu items have been consolidated into a single item that shows current control mode and allows you to toggle
44
betwen them.

PlaneMode.netkan

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"identifier": "PlaneMode",
44
"$kref": "#/ckan/github/Apokee/PlaneMode",
55
"name": "Plane Mode",
6-
"abstract": "Swap Yaw/Roll in Flight",
6+
"abstract": "Swap yaw/roll in flight.",
77
"author": "Dwayne Bent",
88
"license": "MIT",
99
"resources": {
@@ -55,6 +55,13 @@
5555
"ksp_version_min": "1.1.0",
5656
"ksp_version_max": "1.1.2"
5757
}
58+
},
59+
{
60+
"version": ">=1.4.0",
61+
"override": {
62+
"ksp_version_min": "1.1.2",
63+
"ksp_version_max": "1.1.2"
64+
}
5865
}
5966
]
6067
}

0 commit comments

Comments
 (0)