Skip to content

Commit ca611e1

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](release/4.0.6...release/5.0.0) (2024-05-22) ### Bug Fixes * added an updater tool to help users with old settings file update it automatically. ([c794894](c794894)) * deleted old installData.json ([b3a6eac](b3a6eac)) * filename capitalization ([d0979b6](d0979b6)) * moved logic for default file locations settings to only trigger when needed. ([53f32e9](53f32e9)) ### Documentation * added text popup for new version 5.0.0 ([90b0222](90b0222)) ### BREAKING CHANGES * FileLocationSettings are now scriptable objects Users must update their ExperimentSettings assets to link to FileLocationSettings asset. A default asset is provided in the package.
1 parent 37f635e commit ca611e1

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

BML_TUX_Project/Packages/bmlTUX/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.biomotionlab.tux",
3-
"version": "4.0.6",
3+
"version": "5.0.0",
44
"displayName": "bmlTUX",
55
"description": "A toolkit for creating experiments in Unity. For more information see our documentation page: https://biomotionlab.github.io/TUX/, our github page: https://github.com/BioMotionLab/TUX, or check out BioMotionLab: http://www.biomotionlab.ca/tux/",
66
"unity": "2019.3",

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [5.0.0](https://github.com/BioMotionLab/TUX/compare/release/4.0.6...release/5.0.0) (2024-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* added an updater tool to help users with old settings file update it automatically. ([c794894](https://github.com/BioMotionLab/TUX/commit/c794894065bea6a033e120e6dba842a79934799a))
7+
* deleted old installData.json ([b3a6eac](https://github.com/BioMotionLab/TUX/commit/b3a6eac765c885acc388ee216bf221e56c738af4))
8+
* filename capitalization ([d0979b6](https://github.com/BioMotionLab/TUX/commit/d0979b6ac13eb627f2765bc5397d6d9596927aa4))
9+
* moved logic for default file locations settings to only trigger when needed. ([53f32e9](https://github.com/BioMotionLab/TUX/commit/53f32e96a1bbf03d65da361bb2768ba6dc281d9e))
10+
11+
12+
### Documentation
13+
14+
* added text popup for new version 5.0.0 ([90b0222](https://github.com/BioMotionLab/TUX/commit/90b02220a30552d31fe5ef8eae9dc88d91b08197))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* FileLocationSettings are now scriptable objects
20+
21+
Users must update their ExperimentSettings assets to link to FileLocationSettings asset. A default asset is provided in the package.
22+
123
## [4.0.6](https://github.com/BioMotionLab/TUX/compare/release/4.0.5...release/4.0.6) (2024-02-24)
224

325

0 commit comments

Comments
 (0)