Skip to content

Commit 7ddef19

Browse files
author
Lucas Moreira
authored
Merge pull request #34 from ButterFlight/10_4_1_release
bumping version, adding release notes
2 parents 4e09fd1 + fe42664 commit 7ddef19

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<span>2018.03.25 - 10.4.1 - ButterFlight</span>
2+
<ul>
3+
<li>Removed butterflight filter configuration settings, including the dynamic filter button, from the ui for helio targets</li>
4+
<li>Changed board orientation section for Helio targets. They support 45 degree increment rotations in the dropdown. Using the dropdown is the preferred method for board orientation as it uses less CPU than the free-form-fields. You can still use the free-form fields by checking "advnaced" above the dropdown.</li>
5+
<li>Added more blackbox logging options all the way up to 32k</li>
6+
</ul>
17
<span>2018.03.25 - 10.4.0 - ButterFlight</span>
28
<ul>
39
<li>Added Stage 2 filter setting to the PID Tuning -> Filter Settings tab<br/>(Expert mode only)</li>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"minimum_chrome_version": "38",
4-
"version": "10.4.0",
4+
"version": "10.4.1",
55
"author": "Butterflight Squad",
66
"name": "Butterflight - Configurator",
77
"short_name": "Butterflight",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "butterflight-configurator",
33
"description": "Crossplatform configuration tool for Butterflight flight control system.",
4-
"version": "10.4.0",
4+
"version": "10.4.1",
55
"integrated_bbe_version": "3.1.0",
66
"main": "main_nwjs.html",
77
"bg-script": "js/eventPage.js",

0 commit comments

Comments
 (0)