- refactor: use `socket` instead of `pythonping` to reduce dependencies and make things work without root access - fix: correct the priority of the icon of the ip service
0.7.2
- docs: write `README.md` with installation and usage instructions - refactor: remove the leftovers of the action/event payloads
0.7.1
- feat: check and update status icons of ip and wifi services - feat: introduce `UBO_DEBUG` environment variable to control the state of debug logs/utilities
0.7.0
- 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