Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 549565e

Browse files
committed
1.0.0 release
1 parent b0cfb37 commit 549565e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0
9+
10+
### Fixed
11+
12+
- The API layer will now disable its function intercepts if the `XR_EXT_hand_tracking` extension is not requested by the application [Issue #14](https://github.com/ultraleap/OpenXRHandTracking/issues/14).
13+
- Fixed issue causing non-conformance when running [OpenXR Conformance Test Suite](https://github.com/KhronosGroup/OpenXR-CTS).
14+
815
## 1.0.0-beta.4
916

1017
### Fixed
@@ -72,6 +79,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7279

7380
### Known Issues
7481

82+
- This API layer currently does not disable its function intercepts if the `XR_EXT_hand_tracking` extension is *not*
83+
requested by the application. This should have no practical effect, as it is undefined behaviour for an app to use
84+
the functions in this scenario.
85+
[Issue #14](https://github.com/ultraleap/OpenXRHandTracking/issues/14)
86+
7587
- This API layer does not currently report the linear or angular velocity of the hand joints other than the palm. If
7688
requested, the XrHandJointVelocitiesEXT structure will be returned with the validity bits unset.
7789
[Issue #1](https://github.com/ultraleap/OpenXRHandTracking/issues/1)

0 commit comments

Comments
 (0)