···11+---
22+- mr.2521
33+---
14### Added
25- Support for the `XR_EXT_hand_tracking_data_source` extension.
36- 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.
···69- Differentiated the hand-tracking device role and `xrt_input_name` into two distinct types:
710 - **`unobstructed`**: For standard hand-tracking where the hand is free.
811 - **`conforming`**: For hand-tracking where a held object (e.g., a controller) obstructs full finger motion.
99-- This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each.1212+- This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each.
+3
doc/changes/misc_fixes/mr.2521.md
···11+Small bug fixes after the changes to separating out hand-tracking roles & XR_EXT_hand_tracking_data_source support.,
22+- Fixes lighthouse builder assigning optical hand-tracking to the wrong device role
33+- Fixes the wrong sort order for stored requested hand-tracking data-sources