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

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig-J committed Nov 11, 2021
1 parent b0cfb37 commit 549565e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0

### Fixed

- 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).
- Fixed issue causing non-conformance when running [OpenXR Conformance Test Suite](https://github.com/KhronosGroup/OpenXR-CTS).

## 1.0.0-beta.4

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

### Known Issues

- This API layer currently does not disable its function intercepts if the `XR_EXT_hand_tracking` extension is *not*
requested by the application. This should have no practical effect, as it is undefined behaviour for an app to use
the functions in this scenario.
[Issue #14](https://github.com/ultraleap/OpenXRHandTracking/issues/14)

- This API layer does not currently report the linear or angular velocity of the hand joints other than the palm. If
requested, the XrHandJointVelocitiesEXT structure will be returned with the validity bits unset.
[Issue #1](https://github.com/ultraleap/OpenXRHandTracking/issues/1)
Expand Down

0 comments on commit 549565e

Please sign in to comment.