Update changelog and prepare for release.

10.3.x-maintenance v0.63.1
Dominic Clifton 2015-04-14 13:33:06 +01:00
parent bf353192ef
commit 37a1c0d3e7
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
<span>2015.04.14 - 0.63.1 - cleanflight</span>
<p>
- Fix for lootime backup/restore when migrating from firmware with api &lt; 1.8.<br />
- Update sponsors panel.<br />
- Add link for T-Shirts!<br />
</p>
<span>2015.03.29 - 0.63.0 - cleanflight</span>
<p>
- Configuration tab supports auto_disarm_delay and disarm_kill_switch - Requires 1.8.0 firmware.<br />

View File

@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
'releaseDate': 1427641210170, // new Date().getTime() - Sun Mar 29 2015 16:00:25 GMT+0100 (BST)
'releaseDate': 1429014724688, // new Date().getTime() - Tue Apr 14 2015 13:32:17 GMT+0100 (BST)
'apiVersionAccepted': 1.2,
'backupRestoreMinApiVersionAccepted': 1.5,
'pidControllerChangeMinApiVersion': 1.5,

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "0.63.0",
"version": "0.63.1",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",