diff --git a/_locales/en/messages.json b/_locales/en/messages.json index df6bacbebf..c10783c302 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 MultiWii.

Application supports hardware that run Baseflight exclusively (acro naze, naze, afromini)

Official Resellers
AbuseMark - International (Japan)
Multirotor Superstore - International (United States)

The firmware source code can be downloaded from here
The newest binary firmware image is available here
" + "message": "This application is a configuration utility for baseflight, a 32 bit fork of the popular open source RC flight control firmware project MultiWii.

Application supports hardware that run Baseflight exclusively (acro naze, naze, afromini)

Official Resellers & Backers
AbuseMark - International (Japan)
Multirotor Superstore - International (United States)

The firmware source code can be downloaded from here
The newest binary firmware image is available here
" }, "defaultChangelogHead": { "message": "Configurator - Changelog" diff --git a/changelog.html b/changelog.html index d73671b679..816784d04b 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,8 @@ +05.27.2014 - 0.40 +

+ - Added Logging tab (log various MSP data into CSV file)
+ - Bugfix for CLI input area
+

05.08.2014 - 0.39

- UI enhancements for sensors tab
diff --git a/manifest.json b/manifest.json index 9a3be71658..7ee94d8372 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",