The open source OpenXR runtime
1### Added
2- [libmonado] Added checks for new hand-tracking role names for `mnd_root_get_device_from_role`
3### Changed
4- [libmonado] Deprecated the role name strings `"hand-tracking-[left|right]"` for `mnd_root_get_device_from_role`,
5 these now map to `"hand-tracking-unobstructed-[left|right]"`, to removed in the future.
6### Fixed
7- [libmonado] Fixed `monado.py` using old hand-tracking role names in `Monado.get_device_roles`