Skip to content

0.0.29

Latest

Choose a tag to compare

@tangb tangb released this 03 Feb 11:33
  • Added UI: close dialog after device has restarted
  • Added lib: log script errors during module installation
  • Added deps: remove parameters app dependencies from core
  • Added core: set MODULE_STORAGE_PATH and MODULE_TMP_PATH vars in CleepModule
  • Added core: add send_command_advanced helper to handle quickly commands
  • Added core: add alarm profile
  • Added core: add health route to rpcserver
  • Added bin: add new dryrun option to stop on any startup error or after timeout
  • Added bin: return different exit code
  • Added lib: add way to change execution path in console lib
  • Fixed lib: fix issue checking modules compatibility string
  • Fixed core: fix installable app version that was always 0.0.0
  • Fixed core: fix typo in install app dialog
  • Fixed core: fix UI app loading issue after app installation
  • Fixed core: fix issue with is_module_loaded (invalid response format)
  • Fixed core: fix issue in bus when command has no parameters
  • Fixed lib: set scripts exec path in installmodule lib
  • Fixed lib: fix error log when script exec failed
  • Fixed tests: fix issue checking command parameters
  • Fixed UI: disable aria warnings
  • Fixed install: download versionned modules.json first to avoid installing incompatible apps
  • Fixed package: fix dependencies. Install mandatory apps dependencies with core
  • Fixed package: fix missing lsof system command
  • Changed: alsa lib handle device description to help selecting the device
  • Changed: improve audiodriver lib
  • Changed: cleepfilesystem rsync function do not sync hidden files by default
  • Changed: update frontend js libraries
  • Changed: redirect to apps list if trying to load invalid app
  • Changed: handle apps that encountered problems during configuration step
  • Changed: improve frontend upload widget