From 52a889838d7598dd97b04074f84fa692069b3c5b Mon Sep 17 00:00:00 2001 From: Robert Blenkinsopp Date: Thu, 19 May 2022 15:32:07 +0100 Subject: [PATCH] 1.2.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 4 +--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1841daa..32429f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 03282c8..6fc0dfe 100644 --- a/README.md +++ b/README.md @@ -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