diff --git a/.travis.yml b/.travis.yml index 81d91cf22..6964180c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,8 @@ cache: - node_modules notifications: - slack: betaflightgroup:LQSj02nsBEdefcO5UQcLgB0U - webhooks: - urls: - - https://webhooks.gitter.im/e/0c20f7a1a7e311499a88 - on_success: always # options: [always|never|change] default: always - on_failure: always # options: [always|never|change] default: always - on_start: always # options: [always|never|change] default: always + irc: + channels: + - "chat.freenode.net#cleanflight" + use_notice: true + skip_join: true diff --git a/README.md b/README.md index 40b1fd593..d36ff4ae3 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Please note - the application will automatically update itself when new versions ### Alternative way, Chrome app: -1. Clone the configurator repository (from Github) to any local directory or download it as zip. -2. Extract to a folder and not the folder. +1. Clone the repo to any local directory or download it as zip. +2. If downloaded as a zip, extract it into a new directory. 3. Start Google Chrome. 4. Click the 3-dots on the far right of the URL bar. 5. Select "More Tools" @@ -44,14 +44,10 @@ Please note - the application will automatically update itself when new versions 8. Click on load unpacked extension. 9. Point it to the folder you extracted the zip to. -## How to use - You can find the Cleanflight Configurator icon in your application tab "Apps" ## Native app build via NW.js -Linux build is disabled currently because of unmet dependecies with some distros, it can be enabled in the `gulpfile.js`. - ### Development 1. Install node.js diff --git a/assets/windows/installer.nsi b/assets/windows/installer.nsi index 8a84ff2e0..ed2c6bbab 100644 --- a/assets/windows/installer.nsi +++ b/assets/windows/installer.nsi @@ -54,8 +54,10 @@ OutFile "..\..\${DEST_FOLDER}\${FILE_NAME_INSTALLER}" !insertmacro MUI_LANGUAGE "Korean" !insertmacro MUI_LANGUAGE "Latvian" !insertmacro MUI_LANGUAGE "Portuguese" +!insertmacro MUI_LANGUAGE "Russian" !insertmacro MUI_LANGUAGE "SimpChinese" !insertmacro MUI_LANGUAGE "Spanish" +!insertmacro MUI_LANGUAGE "Swedish" # detect default install folder Function .onInit diff --git a/changelog.html b/changelog.html index 24ecbe05e..6c82e6aa7 100755 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,43 @@ +2018.10.01 - 2.5.0 - Cleanflight + + +2018.08.15 - 10.4.1 - BetaFlight + + +2018.08.14 - 10.4.0 - BetaFlight + + +2018.07.27 - 10.3.1 - BetaFlight + + 2018.07.16 - 2.4.0 - Cleanflight