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

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rblenkinsopp committed May 19, 2022
1 parent 9dc774b commit 52a8898
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.2.0] - 2002-05-18

### Changed

- Moved the logging location from `%PROGRAMFILES%\Ultraleap\OpenXR\Logs` to `%PROGRAMDATA%\Ultraleap\OpenXR`.
- Removed option to override logging location (`ULTRALEAP_OPENXR_LOG_PATH`).

### Fixed

- Fixed reporting of palm velocity information.
- Fixed an issue with extension negotiation with the runtime when more than one extension was requested that depended
on another API layer implemented extension.
- Fixed an issue where there would be incorrect error messages in the log indicating incorrect device calibration or a
faulty USB connection, when used with some versions of the Ultraleap Tracking Service.
- Fixed an issue where an empty hand would be returned when the requesting joints for a timestamp before the most
recent frame.

## [1.1.0] - 2022-04-01

### Added
Expand Down Expand Up @@ -148,6 +165,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial support for the `XR_EXT_hand_tracking` extension

[1.2.0]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.2.0
[1.1.0]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.1.0
[1.0.1]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.0.1
[1.0.0]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.0.0
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,11 @@ values (in brackets) are used:

#### Logging

By default, `%PROGRAMFILES%\Leap Motion\OpenXR\Logs\UltraleapOpenXR.log` will log errors and warnings generated during
The layer will log to `%PROGRAMDATA%\Ultraleap\OpenXR\UltraleapOpenXR.log` with errors and warnings generated during
application usage of OpenXR. The logging location, and level can be controlled by the following environment variables:

- `ULTRALEAP_OPENXR_LOG_LEVEL` - The logging level, supported levels are `all`, `debug`, `info`, `warn`, and `error`
(default: "warn")
- `ULTRALEAP_OPENXR_LOG_PATH` - The location of the log file (default:
`%PROGRAMFILES%\Leap Motion\OpenXR\Logs\UltraleapOpenXR.log`)

#### Disabling the API layer

Expand Down

0 comments on commit 52a8898

Please sign in to comment.