- refactor: remove all `...Payload` classes as `Action`s and `Event`s have no other fields other than payload due to `type` being obsolete in this implementation - refactor: utilize debouncer package in wifi service to listen to and debounce dbus events - refactor: improve responsiveness of wifi connection page
0.6.2
- fix: avoid dbus connection getting stale - style: housekeeping - address as many lint errors as possible
0.6.1
- feat: add `ip` service to show ip addresses of different interfaces of the device
0.6.0
- refactor: rewrite wifi service using `sdbus_networkmanager` - refactor: update with the latest features of the latest python-redux version
0.5.1
- feat: add `install_service` command line argument to setup systemd service - feat: add `VERBOSE` log level to logging - feat: add `--run` to deploy script, it doesn't run the app without this option anymore
0.5.0
- refactor: make each service run in its own thread - fix: weird behavior in RPi's Python, not respecting `submodule_search_locations`