Enhancement
- Show releases date.
- Add support of redirecting to thirdparty script links.
- Introduce command line tool feature with Ethos Suite. You can run the following command with Suite in terminal:
{SUITE_APP_NAME} --helpshow help text for Ethos Suite command line tool.{SUITE_APP_NAME} --versionshow the version of the installed Ethos Suite.{SUITE_APP_NAME} --list-radioslist all the supported FrSky radios.{SUITE_APP_NAME} --radio-components [--radio {RADIO}]list all the components and their paths. If multiple radios are connected to your computer, you can use[--radio {RADIO}]to specify one. Otherwise, you can omit[--radio {RADIO}]or use[--radio auto]for automatic detection.{SUITE_APP_NAME} --get-path {COMPONENT} [--radio {RADIO}]get the path of the given component. Current supported component:BITMAPS,SCRIPTS,SCREENSHOTS,AUDIO,I18N.{SUITE_APP_NAME} --serial start|stop [--radio {RADIO}]enable / disable the serial debug mode.
Notice: Sutie app will not start if it successfully recognizes a command.
Fixes
- The Lua installation tool will only search the first-level directory.
- Fix the issue where the window is created before the app is ready.
- Add handler for unsupported path names.
- Fixed a crash that may be raised when switching to the test version.
Modification
- Change the label from "Missing remote version" to "Fetching from the server ..." to avoid misunderstanding.