v0.17.1
PyPI package: https://pypi.org/project/ubo-app/0.17.1
Changes:
- feat(display): add
DisplayCompressedRenderEvent
as a compressed version ofDisplayRenderEvent
- feat(rpc): add reflection to rpc server, limited to root service, but good enough for health checking purposes
- refactor(rpc): preserve the order of fields of
oneof
declarations generated forUnion
types - refactor(audio): convert
AudioPlayChimeEvent
s toAudioPlayAudioEvent
s instead of directly playing the chime - feat(rpc): add
UBO_GRPC_LISTEN_HOST
andUBO_GRPC_LISTEN_PORT
environment variables - fix(docker): make sure the
image_menu
view - used nested in an autorun - is re-called when ip addresses are provided
Note than GitHub doesn't allow assets bigger than 2GB in a release. Due to this, the files bigger than 2GB have been split into 2GB chunks. You can join them using the following command:
cat [[filename]]_* > [[filename]]