Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit d10023e

Browse files
committed
Update changelog and prepare for release.
1 parent 0f95f4e commit d10023e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changelog.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
<span>2015.05.09 - 0.63.2 - cleanflight</span>
2+
<p>
3+
- Support cleanflight API version > 1.9.<br />
4+
</p>
15
<span>2015.04.14 - 0.63.1 - cleanflight</span>
26
<p>
3-
- Fix for lootime backup/restore when migrating from firmware with api &lt; 1.8.<br />
7+
- Fix for looptime backup/restore when migrating from firmware with api &lt; 1.8.<br />
48
- Update sponsors panel.<br />
59
- Add link for T-Shirts!<br />
610
</p>

js/data_storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var CONFIGURATOR = {
4-
'releaseDate': 1429014724688, // new Date().getTime() - Tue Apr 14 2015 13:32:17 GMT+0100 (BST)
4+
'releaseDate': 1431142200587, // new Date().getTime() - Sat May 09 2015 04:30:08 GMT+0100 (BST)
55

66
// all versions are specified and compared using semantic versioning http://semver.org/
77
'apiVersionAccepted': '1.2.0',

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"minimum_chrome_version": "38",
4-
"version": "0.63.1",
4+
"version": "0.63.2",
55
"author": "Hydra",
66
"name": "Cleanflight - Configurator",
77
"short_name": "cleanflight",

0 commit comments

Comments
 (0)