Skip to content

Releases: arenaxr/arena-py

v0.8.0

01 Nov 14:29
8e4fc35
Compare
Choose a tag to compare

0.8.0 (2023-11-01)

  • BREAKING CHANGE: All arena-user attributes (descriptors of users in the scene) now are published under the
    arena-user key within the data block, rather than the top-level or directly under data
    of the of the MQTT message.

Features

Bug Fixes

  • add dur for anims for delayed_prop task (fdd09f1)
  • camera: publish/read all camera data in data block (04efd0d)
  • check user in rigs dict before delete (ea57f0f)
  • particles: add support for spe-particles componenet (005a19b)
  • publish reset rig for new users (24f1696)

v0.7.0

05 Sep 20:38
0f5c09a
Compare
Choose a tag to compare

0.7.0 (2023-09-05)

Features

  • add support for controllers (3ee739c)

Bug Fixes

  • auth: add CLI warning for publishing without permmission. Closes #160. (d639609)
  • auth: add test hints for missing browsers (7187cca)
  • auth: allow auth flow to print url regardless (a28d38e)
  • auth: improved error messaging when browser undetected (0f7a4dc)
  • auth: remove deprecated console-only auth flow (1f4d88f)
  • auth: resolve errors when saved mqtt token is empty (d38587f)

v0.6.0

31 Aug 19:46
4b1f3b0
Compare
Choose a tag to compare

0.6.0 (2023-08-31)

Features

  • add initial UI elements (547fe8d)

Bug Fixes

  • better handle skipped keys in json preprocs (886e20c)
  • calibrator x-axis arrow rotation (902a64d)
  • Followup Animations with end state update (8009a6d)
  • pop delayed_prop_tasks before json_encode (a4eedcb)

v0.5.7

03 Aug 19:12
1406ca6
Compare
Choose a tag to compare

0.5.7 (2023-08-03)

Bug Fixes

  • put back default start and end in Line (5b24a40)

v0.5.6

03 Aug 19:04
701cc26
Compare
Choose a tag to compare

0.5.6 (2023-08-03)

Bug Fixes

v0.5.5

03 Aug 18:50
15dbf12
Compare
Choose a tag to compare

0.5.5 (2023-08-03)

Bug Fixes

  • color accepts floats, but casts to int; Line start and end implicitly converts to Position (3684684)

v0.5.4

01 Aug 20:06
6a02410
Compare
Choose a tag to compare

0.5.4 (2023-08-01)

Bug Fixes

  • fix github publish action (74d43ad)

v0.5.3

01 Aug 20:00
c49c46e
Compare
Choose a tag to compare

0.5.3 (2023-08-01)

Bug Fixes

  • fix github publish action (3927c99)

v0.5.2

01 Aug 19:35
eec21aa
Compare
Choose a tag to compare

0.5.2 (2023-08-01)

Bug Fixes

  • fix github publish action (a8b894a)

v0.5.1

01 Aug 19:23
526250f
Compare
Choose a tag to compare

0.5.1 (2023-08-01)

Bug Fixes

  • add default web_host = arenaxr.org (aa7ab26)
  • stop pushing to test.pypi.org (670c33b)
  • updated to avoid pypi filename collisions (bb05487)