forked from blheli-configurator/blheli-configurator
-
Notifications
You must be signed in to change notification settings - Fork 3
/
changelog.html
111 lines (111 loc) · 4.06 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
<span>2019.10.19 - 1.2.0</span>
<ul>
<li>Added support for flashing JESC hex files</li>
</ul>
<span>2017.12.18 - 1.1.0</span>
<ul>
<li>Converted to a standalone app</li>
<li>Added a warning about BLHeli_32 support</li>
</ul>
<span>2017.05.23 - 1.0.14</span>
<ul>
<li>Fixed behaviour of PPM Center Throtte slider</li>
</ul>
<span>2017.04.30 - 1.0.13</span>
<ul>
<li>Added persistent logs to help solving user issues</li>
</ul>
<span>2017.01.20 - 1.0.11</span>
<ul>
<li>Fixed an issue with Atmel flashing</li>
</ul>
<span>2017.01.13 - 1.0.10</span>
<ul>
<li>Fixed an issue with remote 'Flash' button not doing anything</li>
</ul>
<span>2017.01.13 - 1.0.9</span>
<ul>
<li>Fixed an issue with BLHeli_S remote firmware files being unavailable for download</li>
</ul>
<span>2017.01.11 - 1.0.8</span>
<ul>
<li>Added a mechanism to allow loading BLHeli versions list from GitHub, removing the necessity to release a new version each time BLHeli gets updated</li>
</ul>
<span>2017.01.07 - 1.0.7</span>
<ul>
<li>Added BLHeli_S 16.6 and BLHeli 14.9 for SiLabs and Atmel</li>
<li>Added BLHeli_S 16.53 with correctly-displayed name</li>
</ul>
<span>2017.01.05 - 1.0.6</span>
<ul>
<li>Added periodical test-alive message to prevent serial connection from stalling</li>
</ul>
<span>2017.01.03 - 1.0.5</span>
<ul>
<li>Fixed slider focus behaviour</li>
</ul>
<span>2016.12.27 - 1.0.3</span>
<ul>
<li>Increased timeout interval for BLHeli Passthrough operations</li>
</ul>
<span>2016.12.19 - 1.0.2/span>
<ul>
<li>Added a short disclaimer to the landing page</li>
</ul>
</span>
<span>2016.12.17 - 1.0.1/span>
<ul>
<li>Enabled Atmel flashing over both BLHeli and SimonK bootloaders</li>
<li>Fixed an error with setup not being written</li>
</ul>
<span>2016.12.15 - 0.1.7</span>
<ul>
<li>Reduced maximum read size during flashing SiLabs ESCs to 128 bytes to circumvent an buffer overflow error in older implementations of BLHeli Passthrough on all flight controller firmwares</li>
<li>Reworked disconnect cleanup code to ensure exiting Passthrough mode in most cases, both on disconnect and application exit</li>
<li>Added reset to default settings for BLHeli_S. Good old BLHeli will be addressed in further releases</li>
</ul>
<span>2016.12.02 - 0.1.6</span>
<ul>
<li>Added P layout for BLHeli_S</li>
<li>'Save Log' button now saves all possible error messages</li>
</ul>
<span>2016.11.28 - 0.1.5</span>
<ul>
<li>Added BLHeli_S 16.5</li>
</ul>
<span>2016.11.13 - 0.1.4</span>
<ul>
<li>Added BLHeli_S DSHOT test revision 16.43</li>
</ul>
<span>2016.10.23 - 0.1.3</span>
<ul>
<li>Fixed an issue with firmware cache which resulted in incorrect HEX files being flashed</li>
<li>Hidden MODE select for BLHeli_S during FirmwareSelection</li>
</ul>
<span>2016.10.14 - 0.1.2</span>
<ul>
<li>DampedLight is no longer displayed for ESCs that do not support it</li>
<li>Fixed BLHeli_S signature for sanity check which prevented BLHeli_S from being flashed</li>
</ul>
<span>2016.10.12 - 0.1.0</span>
<ul>
<li>Firmware Selector - you can now select which version to flash from a predefined list. Previously used files are cached in Local Storage for offline use</li>
</ul>
<span>2016.10.08 - 0.0.8</span>
<ul>
<li>Each 4way command is now expected to fail spuriously, therefore a few attempts are made before reporting an error</li>
<li>Fixed issues with Flash All</li>
<li>Added a comprehensive message for firmware versions not supporting BLHeli passthrough</li>
<li>Added log saving functionality</li>
</ul>
<span>2016.09.24 - 0.0.7</span>
<ul>
<li>Proper migration of current settings when flashing a new version, only relevant settings are migrated</li>
<li>Added support for flashing Atmel ESC</li>
<li>Added ability to 'Flash All' ESCs simultaneously</li>
<li>UI layer now uses ReactJS</li>
</ul>
<span>2016.08.15 - 0.0.1</span>
<ul>
<li>Initial extracting of BLHeli configurator from Cleanflight Configurator</li>
</ul>