Update changelog, bump verson and prepare for release.
parent
4f38a2468d
commit
31fd709351
|
@ -1,3 +1,9 @@
|
|||
<span>2015.02.03 - 0.62.0 - cleanflight</span>
|
||||
<p>
|
||||
- Add flight indicators to setup screen tab.<br />
|
||||
- Fix to fallback 3D model.<br />
|
||||
- Add support for SP Racing F3.<br />
|
||||
</p>
|
||||
<span>2015.02.03 - 0.61.0 - cleanflight</span>
|
||||
<p>
|
||||
- Support changing PID controller - there new PID controllers in 1.7.0 firmware.<br />
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue