Releases: arenaxr/arena-py
Releases · arenaxr/arena-py
v0.5.0
0.5.0 (2023-08-01)
Features
- add interpreter (237b3ac)
- add interpreter to event loop; improve exit (f1812f0)
Bug Fixes
- datetime serialization (30d0f45)
- get calls; add msg rates (e592a62)
- move interpreter to a thread (1066565)
- paho-mqtt update to 1.5.1 still works end_callback (ff4ec5e)
- restore end_callback mqtt with paho 1.5.0 (a32c086)
v0.4.5
0.4.5 (2023-07-05)
Features
- Reconnect MQTT client after disconnect (7e2069a)
Bug Fixes
- mutable default arg for thickline (68c5db2)
- variable typo 'quaternion' (db8fff8)
Miscellaneous Chores
v0.4.2
0.4.2 (2023-06-06)
Bug Fixes
- calibrate: merge in user database branch (#139) (b2d3210)
v0.4.1
0.4.1 (2023-05-26)
Bug Fixes
- mqtt: Users should only define main WEB host, our backend supplies MQTT host (#137) (4376842)
v0.4.0
0.4.0 (2023-05-25)
Features
Bug Fixes
- add entity primitive (9531be8)
- cli: add debug cmd to cli args (0206452)
- remove all rewriting of hostname (eabb32d)
v0.3.0
0.3.0 (2023-04-12)
Features
- added scene.delete_attributes() to null attribute(s) (50f8ae6)
- added VideoControl attribute binding (9f3bb2b)
Bug Fixes
- future-proof more attributes, allowing arbitrary parameters (c61e551)
v0.2.1
0.2.1 (2023-03-15)
Bug Fixes
- mqtt: use proper UTC timestamp for Zulu (057e535)
- remove deleted users from scene.users dict (d962acd)
- rotation: fixed euler 2 quat conversion (41cdc50)
Documentation
- update a-frame links to 1.4.0 docs (b3ee05e)
v0.2.0
0.2.0 (2023-02-02)
Features
- mqtt: always publish quaternions on wire format to avoid persist euler->quat merges (4a582d4)