mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 21:35:30 +03:00
Update changelog and prepare for release.
This commit is contained in:
parent
0f95f4ec4c
commit
d10023ec4b
3 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
<span>2015.05.09 - 0.63.2 - cleanflight</span>
|
||||||
|
<p>
|
||||||
|
- Support cleanflight API version > 1.9.<br />
|
||||||
|
</p>
|
||||||
<span>2015.04.14 - 0.63.1 - cleanflight</span>
|
<span>2015.04.14 - 0.63.1 - cleanflight</span>
|
||||||
<p>
|
<p>
|
||||||
- Fix for lootime backup/restore when migrating from firmware with api < 1.8.<br />
|
- Fix for looptime backup/restore when migrating from firmware with api < 1.8.<br />
|
||||||
- Update sponsors panel.<br />
|
- Update sponsors panel.<br />
|
||||||
- Add link for T-Shirts!<br />
|
- Add link for T-Shirts!<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var CONFIGURATOR = {
|
var CONFIGURATOR = {
|
||||||
'releaseDate': 1429014724688, // new Date().getTime() - Tue Apr 14 2015 13:32:17 GMT+0100 (BST)
|
'releaseDate': 1431142200587, // new Date().getTime() - Sat May 09 2015 04:30:08 GMT+0100 (BST)
|
||||||
|
|
||||||
// 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.0',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"minimum_chrome_version": "38",
|
"minimum_chrome_version": "38",
|
||||||
"version": "0.63.1",
|
"version": "0.63.2",
|
||||||
"author": "Hydra",
|
"author": "Hydra",
|
||||||
"name": "Cleanflight - Configurator",
|
"name": "Cleanflight - Configurator",
|
||||||
"short_name": "cleanflight",
|
"short_name": "cleanflight",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue