Releases: arenaxr/arena-web-core
Releases · arenaxr/arena-web-core
v1.26.4
1.26.4 (2024-04-17)
Features
- Add
demoMode
URL param for minimizing UI elements (minimize chat/AV icons, hide GLTF progress popup) - Add
reprojectMovement
URL param for translational time warping for renderfusion client
Bug Fixes
- actually rename var (1a80fd5)
- add latest tag (879f8d8)
- add latest tag (27c0af0)
- deal with undefined tag (d7cd295)
- deal with undefined tag (ab1d881)
- material-extras: update schemas for colorSpace (5061e7e)
- schema: add registered shader options to material (4ebbad1)
- schema: added missing material properties per shader (c4184a1)
- screenshare: allow user-defined screen objects alongside default (dbcf91b)
- screenshare: don't duplicate default screensahre (4ee153a)
- screenshare: fix screenshare to named screenshares (3da8636)
v1.26.3
1.26.3 (2024-02-28)
Bug Fixes
- bad raytrace xrselect after reloc in xr (730657e)
- jitsi: allow all users access to kick out moderation (6eba98d)
- jitsi: allow anonymous users ability to moderate loud users with mute (a0428af)
- jitsi: allow moderators, not owners, access to mute all (3cc4da5)
- jitsi: fixed sending kick command to xmpp (8d37c2e)
- jitsi: log all error data on connection fail (b775abb)
- program: remove warning for program message updates (2494ac4)
- typo for button panel options enum (20b4fd2)
- update cursor/raycasters for both ar and vr (b761673)
- update videosphere default radius to match a-frame (b63c5aa)
v1.26.2
v1.26.1
v1.26.0
1.26.0 (2024-02-08)
Features
- add runtime info to program schema (d003a55)
- adding more program info properties (0c3030b)
- attempt offscreencanvas for ccar/ccwebar cv (b1c4d04), closes #611
Bug Fixes
- build: refactor schema and target grid layout to save whitespace on build page (#606) (84ef265)
- check for xrSession to setOriginAnchor (d4641e7)
- only stopVideo on jitsi start if withVideo (b9376d8)
- particle-system: remove particle-system, favoring spe-particles in schema (b8899e3)
- references to vio pose vars (2f57b54)
- release test gUM vid stream (f4f5bb3)
v1.25.0
1.25.0 (2023-12-14)
Features
- add (renamed) XR env-publisher (8e703ee)
- add raw flag for mqtt publish (82fe4f1)
- add xr system
debug-ui
(2ced380)
Bug Fixes
- build3d: improve logging window, small bug fixes, failed attempts at auto-play (#600) (342a833)
- build: add missing gltf-morph to schema (52b9220)
- build: add range validation for opacity (c31b744)
- build: add roation/scale range validation (e4ab61c)
- build: add schema for detailed physics dynamic/static bodies (00c2849)
- dont send vrmode=true to remote server when in fullscreen mode (fb20678)
- handle persistent anchor setting failure (7f3cad4)
- physics: wait to load aframe-physics before making groundPlane static (7c67816)
- precompute proj and pose matrix inverse for atw to improve performance (ecf17a9)
- xr-env-publisher init listener (d900add)
v1.24.1
v1.24.0
1.24.0 (2023-11-16)
Features
Bug Fixes
- (build3d): change component name build-watch => build3d-mqtt (ed5e9c3)
- align schema key for gaussian_splatting (0a8615a)
- better atw and atw bug fix for vr devices (9dbd42a)
- build3d: check permissions on build3d request, show error otherwise (d749053)
- build: add gaussian_splatting upload to filestore (9e9269d)
- build: streamlined FileStore upload flow (#597) (4470c68)
- splatting object type (e85d619)
- typo (4e1a1f3)
v1.23.4
Stopgap hotfix for armode
and skipav
url params
Full Changelog: v1.23.3...v1.23.4
v1.23.3
1.23.3 (2023-11-02)
Refactor
- BREAKING CHANGE: All
arena-user
attributes (descriptors of users in the scene) now are published under the
arena-user
key within thedata
block, rather than the top-level or directly underdata
of the of the MQTT message. - BREAKING CHANGE: Only
position
androtation
attributes are processed
withindata
besidesarena-user
forobject_type:"camera"
. L/R hand objects also are
filtered to only processposition
,rotation
,scale
attributes alongsideurl
.
Bug Fixes
- arena-user: publish/read all camera data in data block (73e382e)
- arenaui colors to SRGB (68d818c)
- build: eliminate redundant (and conflicting) defaults in wire schema (#592) (fff3450)
- localStorage saved head model set on subsequent loads (fd6372f)
- remove hand tracking from webr features (50a01c9)
- return bool true from arena-camera/hands create-update (9d6d749)
- update lingering arena-camera.position from 41caa23 (8e94b14)