- chore: directly add headless-kivy-pi as a dependency
0.4.3
- feat: add wi-fi service and wi-fi flow
0.4.2
- feat: add camera service - feat: add camera live viewfinder (bypassing all the Kivy rendering procedures for the sake of performance)
0.4.1
- 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