Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d958ae6382
|
||
|
|
c8ca169f3b
|
@@ -1,9 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
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.0.3] - 2022-11-29
|
||||
|
||||
This is a minor release focusing on adherence to the Unreal Engine Marketplace Guidelines based on the feedback from Epic Games.
|
||||
|
||||
### Changed
|
||||
|
||||
- Adjust Config/FilterPlugin.ini in order to conform to Epic's Market Place Guidelines.
|
||||
|
||||
## [1.0.2] - 2022-11-27
|
||||
|
||||
This is a minor release focusing on adherence to the Unreal Engine Marketplace Guidelines based on the feedback from Epic Games.
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
[FilterPlugin]
|
||||
/.clang-format
|
||||
/.editorconfig
|
||||
/.gitattributes
|
||||
/.gitignore
|
||||
/CHANGELOG.md
|
||||
/Config/FilterPlugin.ini
|
||||
/LICENSE.md
|
||||
/LICENSE-THIRD-PARTY.md
|
||||
/README.md
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0.2",
|
||||
"VersionName": "1.0.3",
|
||||
"FriendlyName": "SenseGlove",
|
||||
"Description": "Integrating the SenseGlove haptic controller into Unreal Engine",
|
||||
"Category": "Virtual Reality",
|
||||
|
||||
Reference in New Issue
Block a user