From dec46c0d3095afe4e10403c1591886672bf8253c Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sat, 23 May 2015 15:03:45 +0100 Subject: [PATCH] Update changelog and prepare for release --- changelog.html | 5 +++++ js/data_storage.js | 2 +- manifest.json | 2 +- 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 @@ +2015.05.23 - 0.65.0 - cleanflight +

+ - Support flashing of the SPRacingF3.
+ - Support manual baud rate configuration for flashing.
+

2015.05.20 - 0.64.0 - cleanflight

- Support In-flight adjustment of Pitch P/I/D and Roll P/I/D and Pitch/Roll rates.
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",