update the changelog in order to reflect the latest status of unreleased changes

This commit is contained in:
Mamadou Babaei
2023-03-10 19:04:33 +01:00
parent d056397ae8
commit 3938732d88
+10 -3
View File
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
This release is breaking ABI/API compatibility with the previous versions.
### Added
- Introduced the Vitual Hand Model.
- Introduced the animated Virtual Hand Model (a component and an actor) with in-editor animation availability.
- Introduce SGPawn, SGPlayerController, SGGameModeBase, etc classes.
- Add an internal SenseGloveCoreTypes module in order to share common SenseGloveCore types between various modules.
- Segregated Android binaries for NDK r21e (UE 4.27 and 5.0) and r25b (UE 5.1, 5.2).
- Fully functional and stable Linux development support.
- Fully functional and stable Unreal Engine 5.2 preview support has been added.
@@ -18,13 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SenseGlove libraries have been updated to the Linux-aware version: v2.4.2-ba98cec.
- API has changed to use degrees instead of radians.
- SGCoordinates utility class name has been changed to SGAngles.
- SGCoordinates utility class name has been changed to SGAngles and now the plugin API uses degrees in contrast of SenseGlove libraries by default.
- Migrate common nested array types into the SenseGloveTypes module from the SenseGloveCore module.
### Removed
- Removed ~4000 archaic lines of pre-public-release dead code.
- Dropped Android NDK r21b binaries used by the older engine versions.
- Purging the dead for dropped engine version by v1.1.1 (4.22, 4.23, 4.24, 4.25, and 4.26) that carried over to the current version.
- Purging the dead for dropped engine versions by v1.1.1 (4.22, 4.23, 4.24, 4.25, and 4.26) that carried over to the current version.
- Removed redundant SGConnectImpl/SGPlatform.
- Removed redundant SGTypes/SGConnectTypes.
## [1.1.1] - 2023-02-07