fix the changelog release formatting and drop the v prefix in the release titles

This commit is contained in:
Mamadou Babaei
2023-06-01 23:31:27 +02:00
parent da4b0871d4
commit 048dc4dcc8
+7 -7
View File
@@ -5,7 +5,7 @@ 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).
## [v1.4.2] - 2023-06-01
## [1.4.2] - 2023-06-01
This is a hotfix release addressing a few critical issues.
@@ -15,7 +15,7 @@ This is a hotfix release addressing a few critical issues.
- Reintroduced the Virtual Hand and the Wrist Tracker debug gizmos which have temporarily been disabled due to a bug in the settings system.
- Some minor changelog fixes.
## [v1.4.1] - 2023-05-29
## [1.4.1] - 2023-05-29
This is a bugfix release with a focus on Android build issues.
@@ -28,7 +28,7 @@ This is a bugfix release with a focus on Android build issues.
- Remove dead Gradle code from the Android module.
## [v1.4.0] - 2023-05-19
## [1.4.0] - 2023-05-19
This release breaks ABI/API compatibility with the previous versions.
@@ -57,14 +57,14 @@ This release breaks ABI/API compatibility with the previous versions.
- This is the last release to support Unreal Engine 4.27 and please keep in mind that the current release is not obtainable through the Unreal Engine Marketplace. The latest published version on the Marketplace for 4.27 is v1.3.1. Per Epic's Marketplace policy regarding Code Plugins, we are only able to distribute or update the SenseGlove plugin for the last 3 stable versions of Unreal Engine. As a result, we won't be able to publish updates or bug fixes for the older versions of the Engine except on rare occasions and only through our official repository on Microsoft Azure DevOps.
## [v1.3.1] - 2023-04-28
## [1.3.1] - 2023-04-28
### Fixed
- Fix RunUAT build issues caused by missing headers.
- Minor documentation fixes.
## [v1.3.0] - 2023-04-28
## [1.3.0] - 2023-04-28
This release breaks ABI/API compatibility with the previous versions in addition to breaking coordinates systems conversions between Unreal Engine and the SenseGlove libraries.
@@ -85,13 +85,13 @@ This release breaks ABI/API compatibility with the previous versions in addition
- Breaking changes in the SenseGlove/Unreal coordinates systems conversions due to underlying changes in the SenseGlove Core Libraries.
- SenseGlove libraries have been updated to v2.6.0-aac3d56.
## [v1.2.1] - 2023-03-30
## [1.2.1] - 2023-03-30
### Fixed
- Fix RunUAT build issues with Android.
## [v1.2.0] - 2023-03-28
## [1.2.0] - 2023-03-28
This release breaks ABI/API compatibility with the previous versions.