From 9e4759094bb135cf7de7a89df7be1ac3173abd04 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 16 Jun 2023 01:54:42 +0200 Subject: [PATCH] update the changelog --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e126e139..ba67ef84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,15 @@ 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). -## [Unreleased] +## [1.5.0] - 2023-06-16 This release breaks ABI/API compatibility with the previous versions in some areas as documented below. ### Added - Added HTC VIVE Focus 3 positional tracking hardware enum. -- Added support for the Meta Quest Pro, HTC VIVE, and HTC VIVE Focus 3 positional tracking hardwares. -- Added two options to the wrist tracker component in order to be able to specify a custom motion source for the left and right hands in order to enable SteamVR-based trackers such as HTC VIVE or HTC VIVE Focus 3 to work. +- Added support for the Meta Quest Pro, HTC VIVE, and HTC VIVE Focus 3 positional tracking hardware. +- Added two options to the wrist tracker settings (to the global plugin settings and the overrides in the wrist tracker component) in order to be able to specify a custom motion source for the left and right hands, so that it allows SteamVR-based trackers such as HTC VIVE or HTC VIVE Focus 3 to operate with the SGPawn. ### Fixed @@ -23,14 +23,13 @@ This release breaks ABI/API compatibility with the previous versions in some are - Fully refactored the top-level configurations in the settings system into USTRUCTs. - SenseGlove libraries have been updated to v.2.10.0-12133ac. -- Change the HTC VIVE Tracker enum's display name in order to clarify it has not been implemented, yet. ### Removed - Dropped support for the Epic Native Toolchain v19, MSVC v141 (Visual Studio 2017), and thus Unreal Engine 4.27 as it has been marked as deprecated since v1.4.x. -- Removed any kind of support for Oculus Touch (Oculus Rift S and Oculus Quest 1) positional tracking hardware. -- Removed any kind of support for Pico Neo 2 positional tracking hardware. -- Removed any kind of support for Pico Neo 3 positional tracking hardware. +- Removed any kind of support for Oculus Touch (Oculus Rift S and Oculus Quest 1) positional tracking hardware, thus the enum as well. +- Removed any kind of support for Pico Neo 2 positional tracking hardware, thus the enum as well. +- Removed any kind of support for Pico Neo 3 positional tracking hardware, thus the enum as well. ## [1.4.3] - 2023-06-01