Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Clifton <me@dominicclifton.name>2015-01-04 01:31:12 +0300
committerDominic Clifton <me@dominicclifton.name>2015-01-04 01:31:12 +0300
commitdfdb5cd99d0385f6929b91844e149fe3713531bb (patch)
treefbd612dc034f05f945b34d8535ccb9cc7198ab79
parent1ac581654d2323a54164755dde542a03e1b538e7 (diff)
Prepare for 0.58.0 release.v0.58.0
-rw-r--r--changelog.html4
-rw-r--r--js/data_storage.js2
-rw-r--r--manifest.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/changelog.html b/changelog.html
index 0779fd1b..69317040 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,3 +1,7 @@
+<span>2015.01.03 - 0.58.0 - cleanflight</span>
+<p>
+ - Add new 'Ports' tab to allow configuration of serial ports.<br />
+</p>
<span>2014.12.06 - 0.57.2 - cleanflight</span>
<p>
- Force user to select firmware before flashing (pulsar).<br />
diff --git a/js/data_storage.js b/js/data_storage.js
index ff6aaefb..836a3441 100644
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1417875879820, // new Date().getTime() - 2014.12.06
+ 'releaseDate': 1420323157912, // new Date().getTime() - 2015.01.03
'apiVersionAccepted': 1.1,
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
'connectionValid': false,
diff --git a/manifest.json b/manifest.json
index 6972a57b..2ca29957 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.57.2",
+ "version": "0.58.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",