Prepare for release.

10.3.x-maintenance
Dominic Clifton 2016-02-22 19:12:43 +01:00
parent 103cc3195c
commit ae700e6daf
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
<span>2015.12.15 - 1.2.1 - cleanflight</span>
<ul>
<li>Add links to STM VCP Drivers and Zadig.</li>
<li>Update recovery procedure on Firmware Flasher page.</li>
</ul>
<span>2015.12.15 - 1.2.0 - cleanflight</span> <span>2015.12.15 - 1.2.0 - cleanflight</span>
<ul> <ul>
<li>Support Cleanflight API 1.15.0.</li> <li>Support Cleanflight API 1.15.0.</li>

View File

@ -1,10 +1,10 @@
'use strict'; 'use strict';
var CONFIGURATOR = { var CONFIGURATOR = {
'releaseDate': 1454638198085, // new Date().getTime() - Fri Feb 05 2016 03:09:53 GMT+0100 'releaseDate': 1456164608903, // new Date().getTime() - Mon Feb 22 2016 19:10:05 GMT+0100
// all versions are specified and compared using semantic versioning http://semver.org/ // all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0', 'apiVersionAccepted': '1.2.1',
'backupRestoreMinApiVersionAccepted': '1.5.0', 'backupRestoreMinApiVersionAccepted': '1.5.0',
'pidControllerChangeMinApiVersion': '1.5.0', 'pidControllerChangeMinApiVersion': '1.5.0',
'backupFileMinVersionAccepted': '0.55.0', // chrome.runtime.getManifest().version is stored as string, so does this one 'backupFileMinVersionAccepted': '0.55.0', // chrome.runtime.getManifest().version is stored as string, so does this one

View File

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