mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
Update changelog and prepare for release
This commit is contained in:
parent
5707a12858
commit
dec46c0d30
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
<span>2015.05.20 - 0.64.0 - cleanflight</span>
|
||||||
<p>
|
<p>
|
||||||
- Support In-flight adjustment of Pitch P/I/D and Roll P/I/D and Pitch/Roll rates.<br />
|
- 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';
|
'use strict';
|
||||||
|
|
||||||
var CONFIGURATOR = {
|
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/
|
// 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.64.0",
|
"version": "0.65.0",
|
||||||
"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