From 39be4d9e62629acb8fc630ea0ce774c24e49803d Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Tue, 3 Feb 2015 00:18:35 +0000 Subject: [PATCH] Update changelog and prepare for release. --- changelog.html | 5 ++++- js/data_storage.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.html b/changelog.html index e4c10c04..5fe12b59 100644 --- a/changelog.html +++ b/changelog.html @@ -1,14 +1,17 @@ -2015.01.19 - 0.61.0 - cleanflight +2015.02.03 - 0.61.0 - cleanflight

- Support changing PID controller - there new PID controllers in 1.7.0 firmware.
- Support for LED thrust ring.
- Support for LED colors.
- Support for displaying sonar sensor reading on the sensors tab.
- UI cleanup - 'Welcome' and 'Firmware flasher' are now tabs.
+ - New Logo. (Tom McCullough)
+ - New 3D models (AkFreak).
- Update presentation of LEDs that have multiple functions.
- Added Documentation and Support panels to welcome tab.
- Add support for backup and restore of LED strip configuration.
- Fix for disappearing tabs in chrome 41 beta.
+ - Various other minor improvements.

2015.01.08 - 0.60.0 - cleanflight

diff --git a/js/data_storage.js b/js/data_storage.js index 7d3f4bcb..2ee6be15 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -1,7 +1,7 @@ 'use strict'; var CONFIGURATOR = { - 'releaseDate': 1422552160231, // new Date().getTime() - 2015.01.29 + 'releaseDate': 1422922675433, // new Date().getTime() - 2015.01.29 'apiVersionAccepted': 1.2, 'backupRestoreMinApiVersionAccepted': 1.5, 'pidControllerChangeMinApiVersion': 1.5,