From 6ceb21825025c1507efe202490d0060da6426a6c Mon Sep 17 00:00:00 2001 From: dfattal Date: Thu, 28 May 2026 01:35:23 -0700 Subject: [PATCH] chore: bump leia_plugin v1.0.6 -> v1.0.7 for bundle v0.6.2 leia v1.0.7 (DisplayXR/displayxr-leia-plugin#23) reverts the SR::EyeTracker listener path in leia_sr_d3d11.cpp (was wrong twice over: deprecated SDK API + raw non-predicted positions silently served to all downstream consumers since 2026-05-20), and adds consistent try/catch wrappers around weaver->getPredictedEyePositions in leia_sr_d3d12.cpp / leia_sr_gl.cpp / leia_sr.cpp (these had no catch at all -- silent crash class for D3D12/GL/VK hosts on any SDK throw, and the SDK throws ~660 times/sec/session on Leia hardware). Closes DisplayXR/displayxr-runtime#357. Upstream SDK issue: LeiaInc/sr_test#16. ABI unchanged -- no coordinated runtime bump required. All other component pins remain at their latest stable releases (runtime v1.6.0, shell v1.3.1, mcp_tools v0.3.2, gauss_demo v1.4.3). --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index fcf8194..42cea11 100644 --- a/versions.json +++ b/versions.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/displayxr-versions.json", "runtime": "v1.6.0", "shell": "v1.3.1", - "leia_plugin": "v1.0.6", + "leia_plugin": "v1.0.7", "mcp_tools": "v0.3.2", "gauss_demo": "v1.4.3" }