Update changelog and prepare for release
parent
5707a12858
commit
dec46c0d30
|
@ -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 />
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue