forked from betaflight/betaflight-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
executable file
·316 lines (309 loc) · 10.8 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<span>2018.08.15 - 10.4.1 - BetaFlight</span>
<ul>
<li>fixed bug in Chrome web app version</li>
</ul>
<span>2018.08.14 - 10.4.0 - BetaFlight</span>
<ul>
<li>fixed backup / restore</li>
<li>fixed problems with some elements in OSD</li>
<li>fixed problems with wrong settings displayed when Dshot is selected</li>
<li>fixed display of GPS altitude</li>
<li>fixed Adjustments tab</li>
<li>various other UI fixes</li>
<li>feed forward PID control</li>
<li>acro trainer</li>
<li>throttle boost</li>
<li>absolute control</li>
<li>anti gravity</li>
<li>RC smoothing</li>
<li>added support downloading / flashing development / maintenance builds</li>
<li>added reopening of last active tab on reconnect</li>
<li>added support for hiding unused modes in modes tab</li>
<li>added 'Vision' font to OSD</li>
<li>improved support for custom boot logos</li>
<li>added statistics collection</li>
<li>added file type descriptions for open / save dialogs</li>
<li>added setting of the flight controller's real time clock when connected to the configurator</li>
</ul>
<span>2018.07.27 - 10.3.1 - BetaFlight</span>
<ul>
<li>Fixed problem with configurator crashing on startup when running on systems with German or Portugese language settings</li>
<li>Fixed bug causing the gyro lowpass filter to be always stored as disabled when using older firmware versions</li>
</ul>
<span>2018.06.23 - 10.3.0 - BetaFlight</span>
<ul>
<li>added support for customised OSD boot logo</li>
<li>fixed MSP_RX controls</li>
<li>added current / consumption information into the 'Motors' tab</li>
<li>added translations for Japanese and Portugese</li>
<li>added support for moving the artificial horizon / crosshairs to OSD, and other OSD improvements</li>
<li>added local caching for downloaded firmware files</li>
<li>added support for tab completion for commands in the CLI</li>
<li>added support for downloading / installing development builds / builds for special version branches (e.g. AKK/RDQ support) from the CI server</li>
<li>changed the installation to be uncompressed to achieve faster startup</li>
</ul>
<span>2018.02.28 - 10.2.0 - BetaFlight</span>
<ul>
<li>added support for 6 rateprofiles</li>
<li>removed setting to disallow disarming on throttle above low</li>
<li>added disabling of runaway takeoff prevention</li>
<li>added peripheral device entry 'Benewake LIDAR'</li>
<li>added Dshot beacon configuration</li>
<li>added markdown processing for GitHub release notes</li>
<li>made language user selectable in the application</li>
<li>added translations for Chinese, Italian, and Latvian</li>
<li>added installers for RedHat linux</li>
<li>added markdown processing for GitHub release notes. Lots of fixes to the standalone applications</li>
</ul>
<span>2018.01.16 - 10.1.0 - BetaFlight</span>
<ul>
<li>Lots of fixes to the standalone applications</li>
<li>Fixed CLI hanging on exit</li>
<li>Fixed stick position indicator in the rates curve</li>
<li>Fixed restoring of window size / position on restart</li>
<li>Added support for OSD temperature readout</li>
<li>Added translations for Catalan, German, English, Spanish, French, and Korean</li>
<li>Added installers for Windows and (debian) linux</li>
<li>Changed external links to open in a new window</li>
<li>Changed the number of 'arming disabled' reasons to match the number of beeps</li>
</ul>
<span>2017.12.06 - 10.0.0 - BetaFlight</span>
<ul>
<li>Fixed beeper configuration</li>
<li>Fixed filter configuration enabling / disabling</li>
<li>Added support for serial RX / SPI RX protocols</li>
<li>Added support for OSD warnings and other OSD elements</li>
<li>Added standalone application support</li>
<li>Added support for automatically assigning modes based on stick movement</li>
<li>Added support for firmware version display in top bar</li>
<li>Documentation updates</li>
</ul>
<span>2017.08.06 - 3.2.1 - BetaFlight</span>
<ul>
<li>Fix full chip erase</li>
<li>Fixed mac OS block size limitation</li>
<li>Fix for device setting via onboard logging tab</li>
<li>Add copy button for PID and rate profiles</li>
<li>Fix for switching between rate and PID profiles</li>
</ul>
<span>2017.08.01 - 3.2.0 - BetaFlight</span>
<ul>
<li>Fixed inconsistent version numbering.</li>
<li>Fixed blackbox compatibility with RC2</li>
<li>Fixed version display in configurator</li>
</ul>
<span>2017.07.29 - 3.1.3 - BetaFlight</span>
<ul>
<li>Fixed incompatibility issues with BF 3.1.x</li>
</ul>
<span>2017.07.28 - 3.1.1 - BetaFlight</span>
<ul>
<li>Changed donation page to english</li>
</ul>
<span>2016.03.09 - 3.1.0 - BetaFlight</span>
<ul>
<li>Version consistency</li>
</ul>
<span>2016.03.09 - 1.9.4 - BetaFlight</span>
<ul>
<li>Fix broken backup/restore</li>
<li>changed suggested filename for backup to include craft name,</li>
</ul>
<span>2016.02.23 - 1.9.3 - BetaFlight</span>
<ul>
<li>Fix broken serial rx selection</li>
<li>Renew support links</li>
<li>Added feature SDCARD</li>
</ul>
<span>2016.02.22 - 1.9.2 - BetaFlight</span>
<ul>
<li>Added FPV angle mix</li>
<li>Fix for CRC errors for bb downlaods</li>
<li>New Fonts aded</li>
<li>Future TCP/IP connection support</li>
</ul>
<span>2016.01.30 - 1.9.1 - BetaFlight</span>
<ul>
<li>Increase filter range</li>
<li>Add new Fonts</li>
<li>Add IBUS telemetry</li>
<li>Hide DSHOT1200 (it is still available)</li>
<li>Denom Fixes</li>
</ul>
<span>2016.01.21 - 1.9.0 - BetaFlight</span>
<ul>
<li>Remove throttle percentage for PWM</li>
<li>Some cleanups</li>
<li>Fix saving level parameters</li>
</ul>
<span>2016.01.16 - 1.8.9 - BetaFlight</span>
<ul>
<li>Added Tramp Vtx support</li>
</ul>
<span>2016.01.15 - 1.8.8 - BetaFlight</span>
<ul>
<li>Added level sensitivity</li>
<li>Added level limit</li>
</ul>
<span>2016.01.11 - 1.8.7 - BetaFlight</span>
<ul>
<li>Added DSHOT1200</li>
</ul>
<span>2016.01.09 - 1.8.6 - BetaFlight</span>
<ul>
<li>Added new 3.1 parameters</li>
<li>Fixed VBAT saving bug for pre 3.1 versions</li>
</ul>
<span>2016.10.25 - 1.8.5 - BetaFlight</span>
<ul>
<li>Simplified RX selection in config tab</li>
<li>Saving logs as BFL extension</li>
</ul>
<span>2016.10.25 - 1.8.4 - BetaFlight</span>
<ul>
<li>Added DSHOT300</li>
<li>Support for more UARTS</li>
</ul>
<span>2016.10.13 - 1.8.3 - BetaFlight</span>
<ul>
<li>Added DSHOT600 and DSHOT150</li>
</ul>
<span>2016.10.12 - 1.8.2 - BetaFlight</span>
<ul>
<li>More OSD parameters conform 3.0.1</li>
<li>Changed naming convention for PID relaxation parameter</li>
<li>Added second notch</li>
</ul>
<span>2016.09.15 - 1.8.1 - BetaFlight</span>
<ul>
<li>Support for jumbo frames for faster flash download</li>
<li>Many small visual fixes</li>
<li>Improved rate tool visualisation</li>
</ul>
<span>2016.09.07 - 1.8.0 - BetaFlight</span>
<ul>
<li>Pterm setpoint is now only P weight for more direct stick feel on super expo curve. Supported from RC14</li>
<li>RC deadband is now added to rate tool</li>
<li>Minor bugfixes for older versions</li>
<li>Move Rc interpolation to Receiver tab</li>
</ul>
<span>2016.09.07 - 1.7.9 - BetaFlight</span>
<ul>
<li>Fix representation of rc expo above rc rate of 2.0</li>
</ul>
<span>2016.09.06 - 1.7.8 - BetaFlight</span>
<ul>
<li>Change rates to super rates</li>
<li>Fix curve representation for 3.0.0</li>
<li>Move max deg/sec to pid columns</li>
</ul>
<span>2016.08.25 - 1.7.7 - BetaFlight</span>
<ul>
<li>Fix dterm setpoint range</li>
</ul>
<span>2016.08.24 - 1.7.6 - BetaFlight</span>
<ul>
<li>Fix Vbat bug</li>
<li>Increase D setpoint weight range</li>
</ul>
<span>2016.08.23 - 1.7.5 - BetaFlight</span>
<ul>
<li>Added separate Filter Tab</li>
</ul>
<span>2016.08.21 - 1.7.4 - BetaFlight</span>
<ul>
<li>Fix Airmode Threshold bug</li>
</ul>
<span>2016.08.20 - 1.7.3 - BetaFlight</span>
<ul>
<li>Prepared new filters</li>
<li>Fixed Auto update of configurator</li>
<li>Cleanups</li>
</ul>
<span>2016.08.09 - 1.7.2 - BetaFlight</span>
<ul>
<li>Bugfix in deactivation of super expo</li>
<li>Replaced yaw D by yaw jump prevention strength</li>
<li>Made RC interpolation dynamic</li>
<li>Fixed configurator from breaking 3D deadband</li>
<li>Added yaw RC rate as adjustment</li>
</ul>
<span>2016.08.05 - 1.7.1 - BetaFlight</span>
<ul>
<li>Bugfix in setting wrong airmode threshold</li>
<li>Support for 3.0.0 firmware</li>
<li>Added new PID parameters</li>
</ul>
<span>2016.08.02 - 1.7.0 - BetaFlight</span>
<ul>
<li>Support for 2.9.1 patch</li>
<li>Support for 3.0.0 development firmware</li>
<li>Many cleanups</li>
<li>Added CPU percentage to status bar</li>
<li>Moved VBAT PID compensation to PID tab</li>
<li>Hide unused tabs</li>
<li>Represent real blackbox log rate instead of denom</li>
</ul>
<span>2016.07.18 - 1.6.4 - BetaFlight</span>
<ul>
<li>Many Cleanups</li>
<li>Backup restore fixes</li>
<li>Added Vbat Compensation</li>
<li>Preparations for 3.0.0 development firmware</li>
</ul>
<span>2016.07.07 - 1.6.3 - BetaFlight</span>
<ul>
<li>Fixed Rate Scaling for 3D model</li>
<li>Moved Super Expo Feature to PID tab</li>
<li>Some cleanups and fixes</li>
</ul>
<span>2016.07.05 - 1.6.2 - BetaFlight</span>
<ul>
<li>Added rate numbers to rate calculator</li>
<li>More user friendly firmware flasher</li>
<li>Added 3D model to RX tab</li>
</ul>
<span>2016.07.04 - 1.6.1 - BetaFlight</span>
<ul>
<li>Fixed saving level PIDs</li>
</ul>
<span>2016.07.04 - 1.6.0 - BetaFlight</span>
<ul>
<li>Added Rate Tool</li>
<li>Add extra pwm protocol for 3.0</li>
<li>Many Cleanups</li>
<li>Added more tips</li>
</ul>
<span>2016.06.27 - 1.5 - BetaFlight</span>
<ul>
<li>Fix some saving issues</li>
</ul>
<span>2016.06.26 - 1.4 - BetaFlight</span>
<ul>
<li>Fix saving bug in 1.3 for 2.9 firmware</li>
<li>Added tuning tips</li>
<li>Added AIRMODE feature</li>
<li>Added SUPEREXPO_RATES feature</li>
</ul>
<span>2016.06.26 - 1.3 - BetaFlight</span>
<ul>
<li>Backwards compatible with old Betaflight versions</li>
<li>Added more advanced tuning parameters</li>
<li>Added disabling/enabling sensors</li>
<li>Made graph to reflect the changes better(Still not optimal)</li>
</ul>
<span>2016.06.21 - 1.2 - BetaFlight</span>
<ul>
<li>Added gyro sync and pid denom configuration instead of looptime.</li>
<li>Added rc_rate_yaw in PID tuning tab.</li>
<li>Added ESC PWM Configuration.</li>
</ul>
<span>2016.06.20 - 1.1 - BetaFlight</span>
<ul>
<li>Cosmetic changes</li>
</ul>
<span>2016.06.20 - 1.0 - BetaFlight</span>
<ul>
<li>Initial Release Configurator.</li>
<li>Rebranded from Cleanflight.</li>
</ul>