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

github.com/iNavFlight/inav-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-23 17:03:45 +0300
committerDominic Clifton <me@dominicclifton.name>2015-05-23 17:03:45 +0300
commitdec46c0d3095afe4e10403c1591886672bf8253c (patch)
treec2aaf7098feb704ba95ef7600732b9f6e56b181a
parent5707a1285871612344c0d9a1dcb89c230fb84f7b (diff)
Update changelog and prepare for release
-rw-r--r--changelog.html5
-rwxr-xr-xjs/data_storage.js2
-rw-r--r--manifest.json2
3 files changed, 7 insertions, 2 deletions
diff --git a/changelog.html b/changelog.html
index 345f3a88..ea2cc733 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,3 +1,8 @@
+<span>2015.05.23 - 0.65.0 - cleanflight</span>
+<p>
+ - Support flashing of the SPRacingF3.<br />
+ - Support manual baud rate configuration for flashing.<br />
+</p>
<span>2015.05.20 - 0.64.0 - cleanflight</span>
<p>
- Support In-flight adjustment of Pitch P/I/D and Roll P/I/D and Pitch/Roll rates.<br />
diff --git a/js/data_storage.js b/js/data_storage.js
index cf854511..1140c6b2 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1432132561465, // new Date().getTime() - Wed May 20 2015 15:35:37 GMT+0100 (BST)
+ 'releaseDate': 1432389468227, // new Date().getTime() - Sat May 23 2015 14:57:54 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 1a398f44..6dfac358 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.64.0",
+ "version": "0.65.0",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",