File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 39
39
</ head >
40
40
< body >
41
41
< div class ="log ">
42
+ < h2 > 3.1.0 - Standalone app</ h2 >
43
+
44
+ < ul >
45
+ < li > Fixed spectrogram axis labeling bug for differing gyro and PID loop speeds</ li >
46
+ < li > Updates to support new logging features of the 3.4 firmware</ li >
47
+ < li > Added support for drag / dropping log files into the application</ li >
48
+ < li > Lots of UI improvements</ li >
49
+ </ ul >
42
50
< h2 > 3.0.0 - Standalone app</ h2 >
43
51
44
52
< ul >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Betaflight - Blackbox Explorer" ,
3
3
"description" : " Interactive flight log viewer for Betaflight" ,
4
- "version" : " 3.0.0" ,
5
- "version_name" : " 3.0.0" ,
4
+ "version" : " 3.1.0" ,
6
5
"manifest_version" : 2 ,
7
6
"default_locale" : " en" ,
8
7
"app" : {
Original file line number Diff line number Diff line change 2
2
"name" : " betaflight-blackbox-explorer" ,
3
3
"displayName" : " Betaflight - Blackbox Explorer" ,
4
4
"description" : " Crossplatform blackbox analitics tool for Betaflight flight control system." ,
5
- "version" : " 3.0 .0" ,
5
+ "version" : " 3.1 .0" ,
6
6
"main" : " main_nwjs.html" ,
7
7
"bg-script" : " background.js" ,
8
8
"default_locale" : " en" ,
You can’t perform that action at this time.
0 commit comments