- hotfix: postpone adding `ubo` to `docker` group for when `docker` is installed
0.9.2
- refactor: upgrade `ubo-led` service `ubo-system` service as a general service to take care of system tasks needing root access - feat: use `ubo-system` to install and run docker service - chore: add `--bootstrap` option to `deploy` script, it basically runs `ubo bootstrap`
0.9.1
- fix: load a module from nested packages into nested packages
0.9.0
- feat: add docker service to manage docker images/containers - feat: add `UBO_LOGLEVEL` and `UBO_GUI_LOGLEVEL` environment variables - feat: add `run_in_executor` to run non-coroutine (non-async) blocking functions without blocking the ui
0.8.9
- fix: modules loaded in services now get executed only once, avoiding registration of redundant subscriptions and listeners
0.8.8
- hotfix: remove a dangling whitespace in `install.sh`