diff --git a/README.md b/README.md index c44433de44..e67b837eb2 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,11 @@ It allows you to configure the Cleanflight software running on any supported cle Cleanflight is available here: -https://github.com/hydra/cleanflight +https://github.com/cleanflight/cleanflight Authors ------- -ctn - primary author and maintainer of Baseflight configurator. -Dominic Clifton/hydra - maintainer of the Cleanflight fork. +Dominic Clifton/hydra - maintainer of the Cleanflight firmware and configurator. This configurator is the only configurator for cleanflight specific features, it will likely require that you run the latest firmware on the flight controller, if you are experiencing any problems please make sure you are running the latest version of firmware. @@ -61,3 +60,6 @@ Developers ---------- We accept clean and reasonable patches, submit them! +Credits +------- +ctn - primary author and maintainer of Baseflight configurator from which this project was forked. diff --git a/changelog.html b/changelog.html index 07b58813e3..6c02e71878 100644 --- a/changelog.html +++ b/changelog.html @@ -1,8 +1,12 @@ +9.11.2014 - 0.51.3 cleanflight +

+ + Add 'Adjustments' tab for configuring in-flight adjustment switches.
+

13.10.2014 - 0.51.2 cleanflight

* Requires latest firmware.
. Change default channel mode range to 1300/1700 to match MultiWii MID AUX checkbox.
- + Use new MSP_API_VERSION command.
+ + Use new experimental MSP_API_VERSION command.

13.10.2014 - 0.51.1 cleanflight

diff --git a/manifest.json b/manifest.json index 69ad138699..40aaa61ec6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "36", - "version": "0.51.2", + "version": "0.51.3", "author": "Hydra", "name": "Cleanflight - Configurator", "short_name": "cleanflight",