Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcTn <ctndesigner@gmail.com>2014-05-27 17:35:29 +0400
committercTn <ctndesigner@gmail.com>2014-05-27 17:35:29 +0400
commitd71741497a8f05ee6e0151b4fc69bb36dbb49513 (patch)
tree7a6e99c754cb24767583378b588e3c6951a2dd4b
parent6d38e301efeada1d801bf2a460281c16f2736c78 (diff)
releasev0.40
-rw-r--r--_locales/en/messages.json2
-rw-r--r--changelog.html5
-rw-r--r--manifest.json2
3 files changed, 7 insertions, 2 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index df6bacbe..c10783c3 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -117,7 +117,7 @@
},
"defaultWelcomeText": {
- "message": "This application is a configuration utility for baseflight, a 32 bit fork of the popular open source RC flight control firmware project <a href=\"http://www.multiwii.org/\" title=\"www.multiwii.org\" target=\"_blank\">MultiWii</a>.<br /><br />Application supports hardware that run Baseflight exclusively (acro naze, naze, afromini)<br /><br /><strong>Official Resellers</strong><br />&bull; <a href=\"http://www.abusemark.com/store/\" title=\"www.abusemark.com\" target=\"_blank\">AbuseMark</a> - International (Japan)<br />&bull; <a href=\"http://www.multirotorsuperstore.com/\" title=\"www.multirotorsuperstore.com\" target=\"_blank\">Multirotor Superstore</a> - International (United States)<br /><br />The firmware source code can be downloaded from <a href=\"https://github.com/multiwii/baseflight\" title=\"www.github.com\" target=\"_blank\">here</a><br />The newest binary firmware image is available <a href=\"https://github.com/multiwii/baseflight/blob/master/obj/baseflight.hex\" title=\"www.github.com\" target=\"_blank\">here</a><br />"
+ "message": "This application is a configuration utility for baseflight, a 32 bit fork of the popular open source RC flight control firmware project <a href=\"http://www.multiwii.org/\" title=\"www.multiwii.org\" target=\"_blank\">MultiWii</a>.<br /><br />Application supports hardware that run Baseflight <strong>exclusively</strong> (acro naze, naze, afromini)<br /><br /><strong>Official Resellers &amp; Backers</strong><br />&bull; <a href=\"http://www.abusemark.com/store/\" title=\"www.abusemark.com\" target=\"_blank\">AbuseMark</a> - International (Japan)<br />&bull; <a href=\"http://www.multirotorsuperstore.com/\" title=\"www.multirotorsuperstore.com\" target=\"_blank\">Multirotor Superstore</a> - International (United States)<br /><br />The firmware source code can be downloaded from <a href=\"https://github.com/multiwii/baseflight\" title=\"www.github.com\" target=\"_blank\">here</a><br />The newest binary firmware image is available <a href=\"https://github.com/multiwii/baseflight/blob/master/obj/baseflight.hex\" title=\"www.github.com\" target=\"_blank\">here</a><br />"
},
"defaultChangelogHead": {
"message": "Configurator - Changelog"
diff --git a/changelog.html b/changelog.html
index d73671b6..816784d0 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,3 +1,8 @@
+<span>05.27.2014 - 0.40</span>
+<p>
+ - Added Logging tab (log various MSP data into CSV file)<br />
+ - Bugfix for CLI input area<br />
+</p>
<span>05.08.2014 - 0.39</span>
<p>
- UI enhancements for sensors tab<br />
diff --git a/manifest.json b/manifest.json
index 9a3be716..7ee94d83 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "33",
- "version": "0.39.1",
+ "version": "0.40",
"author": "cTn",
"name": "Baseflight - Configurator",