Skip to content

Commit b529682

Browse files
committed
Updated version to 3.1.0, updated changelog.
1 parent 54af0a3 commit b529682

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
</head>
4040
<body>
4141
<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>
4250
<h2> 3.0.0 - Standalone app</h2>
4351

4452
<ul>

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "Betaflight - Blackbox Explorer",
33
"description": "Interactive flight log viewer for Betaflight",
4-
"version": "3.0.0",
5-
"version_name": "3.0.0",
4+
"version": "3.1.0",
65
"manifest_version": 2,
76
"default_locale": "en",
87
"app": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "betaflight-blackbox-explorer",
33
"displayName": "Betaflight - Blackbox Explorer",
44
"description": "Crossplatform blackbox analitics tool for Betaflight flight control system.",
5-
"version": "3.0.0",
5+
"version": "3.1.0",
66
"main": "main_nwjs.html",
77
"bg-script": "background.js",
88
"default_locale": "en",

0 commit comments

Comments
 (0)