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-07-04 23:08:33 +0400
committercTn <ctndesigner@gmail.com>2014-07-04 23:08:33 +0400
commit918d02bedc7b5e66d6b0ffdc71029e4c0982e0cf (patch)
tree3ef9aa2980ba6595c8b8eb8109c4e693aabd83c4
parent628972d5f2d844307956dc6aed6ab889cf090bae (diff)
updating welcome text, manifest version, changelog, releasev0.45
-rw-r--r--_locales/en/messages.json2
-rw-r--r--changelog.html5
-rw-r--r--manifest.json2
3 files changed, 6 insertions, 3 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 80de9b53..2c94dbe9 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -136,7 +136,7 @@
"message": "Request Optional Permissions"
},
"defaultWelcomeText": {
- "message": "Welcome to <strong>Baseflight - Configurator</strong>, utility designed to simplify updating, configuring and tuning of your flight controller. Supporting complete family of Baseflight hardware (acro naze, naze32, naze32pro and 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 />Latest <strong>CP210x Drivers</strong> can be downloaded from <a href=\"http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx\" title=\"http://www.silabs.com/\" target=\"_blank\">here</a><br />"
+ "message": "Welcome to <strong>Baseflight - Configurator</strong>, utility designed to simplify updating, configuring and tuning of your flight controller.<br />Application supports complete family of Baseflight hardware (acro naze, naze32, naze32pro and 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 />Latest <strong>CP210x Drivers</strong> can be downloaded from <a href=\"http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx\" title=\"http://www.silabs.com/\" target=\"_blank\">here</a><br />"
},
"defaultChangelogHead": {
"message": "Configurator - Changelog"
diff --git a/changelog.html b/changelog.html
index b69da820..a482fac6 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,6 +1,9 @@
-<span>xx.xx.2014 - 0.45</span>
+<span>07.04.2014 - 0.45</span>
<p>
- Configurator reached 5000+ users on 07.03.2014<br />
+ - Updated various text notes to make things clearer<br />
+ - UI polish<br />
+ - Various bugfixes<br />
</p>
<span>06.27.2014 - 0.44</span>
<p>
diff --git a/manifest.json b/manifest.json
index 741cb7c3..32fad074 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "33",
- "version": "0.44.4",
+ "version": "0.45",
"author": "cTn",
"name": "Baseflight - Configurator",