Skip to content

Commit

Permalink
CHANGE: Rolled forward some version numbers, updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
VulpesSoftware committed Jul 14, 2022
1 parent e958def commit 09e34ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2022-07-14
### Changed
- Updated Unity Version from 2021.2.0f1 to 2021.3.6f1
- Updated Text Mesh Pro version from 2.0.1 to 3.0.6 due to a GitHub security warning regarding the package.

## [1.0.0] - 2022-03-14
### Changed
- Updated Promises Package dependency from 1.1.0 to 2.0.0.
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Vulpes Menu Framework

*This is a preview package and is subject to radical change, please use at your own peril.*

A Promise driven game menu framework for Unity.

*NOTE:* This Package depends on '[com.vulpes.promises](https://github.com/VulpesSoftware/com.vulpes.promises.git#1.0.0)'.

## Installing this package

As of version 0.3.4-preview.1 of this package, you are now able to install it, along with other Vulpes Software packages via the Unity Package Manager.
Expand Down Expand Up @@ -41,11 +37,6 @@ Several features and changes are currently under investigation and may or may no
- Assessing how to best support tints for buttons, toggles, sliders, etc.
- Assessing options for swapping entire sprites.

*Planned:*
- Genericising Menu Transition Components and spliting them into their own package that isn't dependent on the Menu Framework (Modularity).
- Vulpes Transitions package is currently in an internal preview state.
- Likely to be released along with Vulpes Menu Framework version 0.5.0-preview.1 or 0.6.0-preview.1 at the latest.

*Under Consideration*
- Use of the Unity Jobs System or Threading / Tasks as an alternative to Promises (Performance).
- Currently in very early phase of investigation.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.vulpes.menus",
"displayName": "Vulpes Menu Framework",
"version": "1.0.0",
"unity": "2021.2",
"version": "1.0.1",
"unity": "2021.3",
"description": "A Promise driven game menu framework for Unity.",
"keywords": [
"vulpes",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.textmeshpro": "2.0.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.0.2",
"com.vulpes.transitions": "1.0.0",
"com.vulpes.promises": "2.0.0"
Expand All @@ -28,5 +28,5 @@
"path": "Samples~/Menu Samples"
}
],
"unityRelease": "0f1"
"unityRelease": "6f1"
}

0 comments on commit 09e34ca

Please sign in to comment.