Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit dfdb5cd

Browse files
committed
Prepare for 0.58.0 release.
1 parent 1ac5816 commit dfdb5cd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<span>2015.01.03 - 0.58.0 - cleanflight</span>
2+
<p>
3+
- Add new 'Ports' tab to allow configuration of serial ports.<br />
4+
</p>
15
<span>2014.12.06 - 0.57.2 - cleanflight</span>
26
<p>
37
- Force user to select firmware before flashing (pulsar).<br />

js/data_storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var CONFIGURATOR = {
4-
'releaseDate': 1417875879820, // new Date().getTime() - 2014.12.06
4+
'releaseDate': 1420323157912, // new Date().getTime() - 2015.01.03
55
'apiVersionAccepted': 1.1,
66
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
77
'connectionValid': false,

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": "0.57.2",
4+
"version": "0.58.0",
55
"author": "Hydra",
66
"name": "Cleanflight - Configurator",
77
"short_name": "cleanflight",

0 commit comments

Comments
 (0)