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

Commit 28d2970

Browse files
committed
Prepare for release.
1 parent e8c8a84 commit 28d2970

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changelog.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<span>2016.xx.xx - 1.2.3 - cleanflight</span>
1+
<span>2016.09.13 - 1.2.3 - cleanflight</span>
22
<ul>
33
<li>More functionality in the LED Tab.</li>
4-
<li>New scaling for PIDs</li>
4+
<li>New scaling for PIDs.</li>
5+
<li>Add power and battery tab.</li>
6+
<li>Add OSD support - only visible when an OSD capable device is connected</li>
57
<li>Minor GUI bugfixes.</li>
6-
78
</ul>
89
<span>2016.05.12 - 1.2.2 - cleanflight</span>
910
<ul>

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': 1463055533515, // new Date().getTime() - Thu May 12 2016 14:19:06 GMT+0200
4+
'releaseDate': 1473796742334, // new Date().getTime() - Tue Sep 13 2016 21:58:47 GMT+0200
55

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

0 commit comments

Comments
 (0)