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

Commit 52a8898

Browse files
committed
1.2.0 release
1 parent 9dc774b commit 52a8898

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.2.0] - 2002-05-18
9+
10+
### Changed
11+
12+
- Moved the logging location from `%PROGRAMFILES%\Ultraleap\OpenXR\Logs` to `%PROGRAMDATA%\Ultraleap\OpenXR`.
13+
- Removed option to override logging location (`ULTRALEAP_OPENXR_LOG_PATH`).
14+
15+
### Fixed
16+
17+
- Fixed reporting of palm velocity information.
18+
- Fixed an issue with extension negotiation with the runtime when more than one extension was requested that depended
19+
on another API layer implemented extension.
20+
- Fixed an issue where there would be incorrect error messages in the log indicating incorrect device calibration or a
21+
faulty USB connection, when used with some versions of the Ultraleap Tracking Service.
22+
- Fixed an issue where an empty hand would be returned when the requesting joints for a timestamp before the most
23+
recent frame.
24+
825
## [1.1.0] - 2022-04-01
926

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

149166
- Initial support for the `XR_EXT_hand_tracking` extension
150167

168+
[1.2.0]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.2.0
151169
[1.1.0]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.1.0
152170
[1.0.1]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.0.1
153171
[1.0.0]: https://github.com/ultraleap/OpenXRHandTracking/releases/tag/1.0.0

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,11 @@ values (in brackets) are used:
9090

9191
#### Logging
9292

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

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

10199
#### Disabling the API layer
102100

0 commit comments

Comments
 (0)