From 31fd70935156d9fb78d8d346ee5800b028fa80ec Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 20 Feb 2015 20:11:01 +0000 Subject: [PATCH] Update changelog, bump verson and prepare for release. --- changelog.html | 6 ++++++ js/data_storage.js | 2 +- manifest.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.html b/changelog.html index 5fe12b59..d9552283 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,9 @@ +2015.02.03 - 0.62.0 - cleanflight +

+ - Add flight indicators to setup screen tab.
+ - Fix to fallback 3D model.
+ - Add support for SP Racing F3.
+

2015.02.03 - 0.61.0 - cleanflight

- Support changing PID controller - there new PID controllers in 1.7.0 firmware.
diff --git a/js/data_storage.js b/js/data_storage.js index 2ee6be15..31be24de 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -1,7 +1,7 @@ 'use strict'; var CONFIGURATOR = { - 'releaseDate': 1422922675433, // new Date().getTime() - 2015.01.29 + 'releaseDate': 1424462791805, // new Date().getTime() - 2015.02.20 'apiVersionAccepted': 1.2, 'backupRestoreMinApiVersionAccepted': 1.5, 'pidControllerChangeMinApiVersion': 1.5, diff --git a/manifest.json b/manifest.json index 6fccb3e3..e6ce46b0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "38", - "version": "0.61.0", + "version": "0.62.0", "author": "Hydra", "name": "Cleanflight - Configurator", "short_name": "cleanflight",