What's Changed
* add a build windows action by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/207
* Create actions for building single executables by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/208
* collect the meshtastic libs by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/209
* install meshtastic before building single executable by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/210
* improve the permission error on linux by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/212
* check python v3.10 as well by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/213
* move slower unit tests to unitslow by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/214
* combine the building of single executables into one action by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/215
* Fix remote admin message by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/217
* refactor code to only call local node when necessary; fix tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/218
* add smoke test for virtual device by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/219
* updated protobufs
* single executable cli for mac, ubuntu, and windows are released
* code coverage is up to 91%
**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.2.52...1.2.53