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-05-09 06:32:34 +0300
committerDominic Clifton <me@dominicclifton.name>2015-05-09 06:36:30 +0300
commitd10023ec4b512395a07da9ac9f6d280f063a5fa6 (patch)
tree7f909cb5940005cd86ca1342582633088be2ff86
parent0f95f4ec4c9ae96cf2625174cfdafae94fab1c14 (diff)
Update changelog and prepare for release.v0.63.2
-rw-r--r--changelog.html6
-rwxr-xr-xjs/data_storage.js2
-rw-r--r--manifest.json2
3 files changed, 7 insertions, 3 deletions
diff --git a/changelog.html b/changelog.html
index 08617bca..6d49bfd5 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,6 +1,10 @@
+<span>2015.05.09 - 0.63.2 - cleanflight</span>
+<p>
+ - Support cleanflight API version > 1.9.<br />
+</p>
<span>2015.04.14 - 0.63.1 - cleanflight</span>
<p>
- - Fix for lootime backup/restore when migrating from firmware with api &lt; 1.8.<br />
+ - Fix for looptime backup/restore when migrating from firmware with api &lt; 1.8.<br />
- Update sponsors panel.<br />
- Add link for T-Shirts!<br />
</p>
diff --git a/js/data_storage.js b/js/data_storage.js
index d459b535..2cad1f27 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1429014724688, // new Date().getTime() - Tue Apr 14 2015 13:32:17 GMT+0100 (BST)
+ 'releaseDate': 1431142200587, // new Date().getTime() - Sat May 09 2015 04:30:08 GMT+0100 (BST)
// all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0',
diff --git a/manifest.json b/manifest.json
index 6b47f726..ca3f8c05 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.63.1",
+ "version": "0.63.2",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",