Skip to content

Commit f72486e

Browse files
authored
Merge pull request #20 from LexioTech/Increment-version-for-black-box-explorer-integration-release
Changelog and version increment for 10.3.0 release, minor fixes
2 parents 70d5bef + aa373e6 commit f72486e

File tree

15 files changed

+54
-10
lines changed

15 files changed

+54
-10
lines changed

changelog.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<span>2018.03.25 - 10.3.0 - ButterFlight</span>
2+
<ul>
3+
<li>Blackbox Explorer integration</li>
4+
<li>Feature to manually collapse the left menu to get more space</li>
5+
<li>Small tweeks to the UI</li>
6+
</ul>
7+
<span>2018.03.24 - 10.2.1 - ButterFlight</span>
8+
<ul>
9+
<li>vtx_akk_hack upgraded from a CLI command to a switchable feature on the configuration tab<br/>(accessible when using Butterflight 3.5.0 and above)</li>
10+
</ul>
11+
<span>2018.02.28 - 10.2.0 - ButterFlight</span>
12+
<ul>
13+
<li>Butterflight configurator released</li>
14+
<li>This build gives users the ability to test Fast Kalman Filter (FKF) and the BIQUAD FIR2 alternative side</li>
15+
<li>New vtx_akk_hack cli command to allow compatiblity with older "incorrect" implementation of Smart Audio protocol</li>
16+
</ul>
117
<span>2018.01.16 - 10.1.0 - ButterFlight</span>
218
<ul>
319
<li>Lots of fixes to the standalone applications</li>

locales/ca/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "Flaixejador de firmware"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "Blackbox Explorer"
135+
},
133136
"tabLanding": {
134137
"message": "Benvingut"
135138
},

locales/de/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "Firmware Flasher"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "Blackbox Explorer"
135+
},
133136
"tabLanding": {
134137
"message": "Willkommen"
135138
},

locales/es/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "Instalar Firmware"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "Explorador Blackbox"
135+
},
133136
"tabLanding": {
134137
"message": "Bienvenido"
135138
},

locales/fr/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "Flasher un microprogramme"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "Explorateur Blackbox"
135+
},
133136
"tabLanding": {
134137
"message": "Bienvenue"
135138
},

locales/it/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "Firmware Flasher"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "Blackbox explorer"
135+
},
133136
"tabLanding": {
134137
"message": "Benvenuto"
135138
},

locales/ko/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "펌웨어 플래시 도구"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "블랙 박스 탐색기"
135+
},
133136
"tabLanding": {
134137
"message": "환영합니다"
135138
},

locales/lv/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"tabFirmwareFlasher": {
131131
"message": "Programmators"
132132
},
133+
"tabBlackBoxExplorer": {
134+
"message": "Blackbox explorer"
135+
},
133136
"tabLanding": {
134137
"message": "Laipni lūgti"
135138
},

locales/zh_CN/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@
133133
"tabFirmwareFlasher": {
134134
"message": "固件烧写工具"
135135
},
136+
"tabBlackBoxExplorer": {
137+
"message": "黑盒探险家"
138+
},
136139
"tabLanding": {
137140
"message": "欢迎"
138141
},

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.2.1",
4+
"version": "10.3.0",
55
"author": "Butterflight Squad",
66
"name": "Butterflight - Configurator",
77
"short_name": "Butterflight",

0 commit comments

Comments
 (0)