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

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2016-11-21 12:47:29 +0300
committerKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2016-11-21 12:47:29 +0300
commitfa20219183f75e79f34c3cf9914de9588ecc561a (patch)
tree299e9b9e238fd9cec87f913048e588666a1f1c88
parentb8338e368db7e8b59ffae644ac01043c0f8b78be (diff)
Version bump to 1.4.1; Add Patreon to landing page
-rwxr-xr-x_locales/en/messages.json4
-rwxr-xr-ximages/btn-patreon.pngbin0 -> 10662 bytes
-rwxr-xr-ximages/btn-paypal.pngbin0 -> 4196 bytes
-rw-r--r--manifest.json2
-rw-r--r--tabs/landing.html9
5 files changed, 10 insertions, 5 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 7cc3dcba..ee9dca5c 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -248,7 +248,7 @@
"message": "Contributing"
},
"defaultContributingText": {
- "message": "If you would like to help make INAV even better you can help in many ways, including:<br /><ul><li>Answering other users questions on the forums and IRC.</li><li>Contributing code to the firmware and configurator - new features, fixes, improvements</li><li>Testing <a href=\"https://github.com/iNavFlight/inav/pulls\" target=\"_blank\">new features/fixes</a> and providing feedback.</li><li>Helping out with <a href=\"https://github.com/iNavFlight/inav/issues\" target=\"_blank\">issues and commenting on feature requests</a>.</li><li><a href=\"https://www.paypal.me/KonstantinSharlaimov\" target=\"_blank\" title=\"Donate\">Donating</a></li></ul>"
+ "message": "If you would like to help make INAV even better you can help in many ways, including:<br /><ul><li>Answering other users questions on the forums and IRC.</li><li>Contributing code to the firmware and configurator - new features, fixes, improvements</li><li>Testing <a href=\"https://github.com/iNavFlight/inav/pulls\" target=\"_blank\">new features/fixes</a> and providing feedback.</li><li>Helping out with <a href=\"https://github.com/iNavFlight/inav/issues\" target=\"_blank\">issues and commenting on feature requests</a>.</li></ul>"
},
"defaultChangelogHead": {
"message": "Configurator - Changelog"
@@ -260,7 +260,7 @@
"message": "Open Source / Donation Notice"
},
"defaultDonateText": {
- "message": "This utility is fully <strong>open source</strong> and is available free of charge to all <strong>INAVF</strong> users.<br />If you found the INAV or INAV Configurator useful, please consider <strong>supporting</strong> its development by donating."
+ "message": "This utility is fully <strong>open source</strong> and is available free of charge to all <strong>INAV</strong> users.<br />If you found the INAV or INAV Configurator useful, please consider <strong>supporting</strong> its development by donating."
},
"defaultSponsorsHead": {
"message": "Sponsors"
diff --git a/images/btn-patreon.png b/images/btn-patreon.png
new file mode 100755
index 00000000..c71269fa
--- /dev/null
+++ b/images/btn-patreon.png
Binary files differ
diff --git a/images/btn-paypal.png b/images/btn-paypal.png
new file mode 100755
index 00000000..aab877ab
--- /dev/null
+++ b/images/btn-paypal.png
Binary files differ
diff --git a/manifest.json b/manifest.json
index b4f142b3..45437805 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "1.4.0",
+ "version": "1.4.1",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
diff --git a/tabs/landing.html b/tabs/landing.html
index feeacb00..8b11e56c 100644
--- a/tabs/landing.html
+++ b/tabs/landing.html
@@ -25,7 +25,12 @@
<div i18n="defaultDonateText"></div>
<div class="donate">
<a href="https://www.paypal.me/KonstantinSharlaimov"
- target="_blank" title="Donate"><img src="./images/btn-donate.png" alt="Paypal"
+ target="_blank" title="Donate"><img src="./images/btn-paypal.png" alt="Paypal"
+ height="30" /></a>
+ </div>
+ <div class="donate">
+ <a href="https://www.patreon.com/inavflight"
+ target="_blank" title="Support on Patreon"><img src="./images/btn-patreon.png" alt="Patreon"
height="30" /></a>
</div>
</div>
@@ -36,7 +41,7 @@
<div class="title" i18n="defaultSponsorsHead"></div>
<ul>
<li><a href="http://shop.myairbot.com" title="shop.myairbot.com" target="_blank">Airbot</a></li>
- <li><a href="http://www.multiwiicopter.com" title="www.multiwiicopter.com" target="_blank">MultiiWiiCopter</a></li>
+ <li><a href="http://www.carbonbird.com" title="www.CarbonBird.com" target="_blank">CarbonBird.com</a></li>
<li><a href="http://www.ledge-team.com" title="www.ledge-team.com" target="_blank">Ledge Team</a></li>
</ul>
</div>