diff --git a/doc/changes/big/mr.2509.md b/doc/changes/big/mr.2509.md index cbab27014..71cd02eb4 100644 --- a/doc/changes/big/mr.2509.md +++ b/doc/changes/big/mr.2509.md @@ -1,3 +1,6 @@ +--- +- mr.2521 +--- ### Added - Support for the `XR_EXT_hand_tracking_data_source` extension. - Added `OXR_HAND_TRACKING_PRIORITIZE_CONFORMING` debug environment variable. When enabled, prioritizes the conforming hand-tracking source over the unobstructed source when both are active. This is useful for debugging or forcing controller-based hand poses. @@ -6,4 +9,4 @@ - Differentiated the hand-tracking device role and `xrt_input_name` into two distinct types: - **`unobstructed`**: For standard hand-tracking where the hand is free. - **`conforming`**: For hand-tracking where a held object (e.g., a controller) obstructs full finger motion. -- This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each. \ No newline at end of file +- This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each. diff --git a/doc/changes/misc_fixes/mr.2521.md b/doc/changes/misc_fixes/mr.2521.md new file mode 100644 index 000000000..7b7800d17 --- /dev/null +++ b/doc/changes/misc_fixes/mr.2521.md @@ -0,0 +1,3 @@ +Small bug fixes after the changes to separating out hand-tracking roles & XR_EXT_hand_tracking_data_source support., +- Fixes lighthouse builder assigning optical hand-tracking to the wrong device role +- Fixes the wrong sort order for stored requested hand-tracking data-sources