- refactor: use latest version of `python-redux` in which `type` field is dropped from actions and events
0.4.0
- refactor: read `ubo_service_id` and `ubo_service_name` from `__init__.py` file of the service - feat: let services import files from their directory (either by `from .` or `from __ubo_service__`)
0.3.7
- feat: make `dispatch` always run its actions/events in UI thread
0.3.6
- refactor: improve and simplify `pyproject.toml`
0.3.5
- refactor: use latest features of ubo-gui to better connect the main menu to store
0.3.4
- feat: implement the sound store and connect it to the volume widget and mic button