Skip to content

Commit f3c88ae

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](release/1.0.1...release/1.1.0) (2021-03-25) ### Bug Fixes * file browser on mac build ([a8059a8](a8059a8)) * linked up samples in viewer scene ([27b9a87](27b9a87)) * parent rotation ([65cfed4](65cfed4)) * rehid ui ([a6ced66](a6ced66)) * removed addressables dependency and started cleaning up project ([1cb513d](1cb513d)) * Removed h5 from python conversion scripts ([a5f7ed0](a5f7ed0)) * renaming pointlight to joint (starting) ([5798d73](5798d73)) * Rotating characters now works correctly ([c1b8515](c1b8515)) * updated gitignore ([9950b60](9950b60)) * updated UI on load screen to remove mention of h5 ([5984887](5984887)) ### Features * added ability to set display options from player ([b4906f2](b4906f2)) * added cdocs for customizing settings ([3c98368](3c98368)) * added docs, cleaned up customs setting asset creation ([166785d](166785d)) * added poster and other docs ([e4caad7](e4caad7)) * added samples as addressables, and refactored file loading to be async ([960e3dd](960e3dd)) * can now load animations from a folder without picking a list file. Will just play all json and h5 ([9f28c90](9f28c90)) * can toggle ui, minor cleanup ([d6bd084](d6bd084)) * Cusomizing settings API cleanup, and associated docs ([4b8b129](4b8b129)) * made animation loader static method ([2462047](2462047)) * Major docs improvements, and fixed keyboard camera freezing. ([e9e4821](e9e4821)) * Major website updates, cleaning up python conversion scripts ([9387218](9387218))
1 parent b8f1b05 commit f3c88ae

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# [1.1.0](https://github.com/BioMotionLab/SUP/compare/release/1.0.1...release/1.1.0) (2021-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* file browser on mac build ([a8059a8](https://github.com/BioMotionLab/SUP/commit/a8059a8877d37004b5e10be11f2b0be58346fd60))
7+
* linked up samples in viewer scene ([27b9a87](https://github.com/BioMotionLab/SUP/commit/27b9a876d4157b22795db146ce7d8801dd13c7ad))
8+
* parent rotation ([65cfed4](https://github.com/BioMotionLab/SUP/commit/65cfed4f0efec330d07be6c027332190173d282d))
9+
* rehid ui ([a6ced66](https://github.com/BioMotionLab/SUP/commit/a6ced6696937c4a91f2067984776a6a85408dcf0))
10+
* removed addressables dependency and started cleaning up project ([1cb513d](https://github.com/BioMotionLab/SUP/commit/1cb513dbb3fa89760e9ed717e5b0fe1c03d9c8d4))
11+
* Removed h5 from python conversion scripts ([a5f7ed0](https://github.com/BioMotionLab/SUP/commit/a5f7ed0c3147e223c5dcb4bdce9c756350cd67f2))
12+
* renaming pointlight to joint (starting) ([5798d73](https://github.com/BioMotionLab/SUP/commit/5798d73ede5f00e2e1b3b559627eaf2d4e2d109a))
13+
* Rotating characters now works correctly ([c1b8515](https://github.com/BioMotionLab/SUP/commit/c1b85153018418f8f98941a98528ce8eba2bb98d))
14+
* updated gitignore ([9950b60](https://github.com/BioMotionLab/SUP/commit/9950b6079b3ac7c64be43ba4a3471b5ac305511c))
15+
* updated UI on load screen to remove mention of h5 ([5984887](https://github.com/BioMotionLab/SUP/commit/5984887614d02a8452cb24cfda3760bef466bc58))
16+
17+
18+
### Features
19+
20+
* added ability to set display options from player ([b4906f2](https://github.com/BioMotionLab/SUP/commit/b4906f2ac9754bfe484cd82965b7fc57ad0030e6))
21+
* added cdocs for customizing settings ([3c98368](https://github.com/BioMotionLab/SUP/commit/3c98368b773e35857931d58688dadac30f641e99))
22+
* added docs, cleaned up customs setting asset creation ([166785d](https://github.com/BioMotionLab/SUP/commit/166785d0cad408f0fa98c22291f9ef05d478f455))
23+
* added poster and other docs ([e4caad7](https://github.com/BioMotionLab/SUP/commit/e4caad7d7c35d678630ff1abc72297bbc490479a))
24+
* added samples as addressables, and refactored file loading to be async ([960e3dd](https://github.com/BioMotionLab/SUP/commit/960e3dd0256d880f5b551351efeb49a3b379ec06))
25+
* can now load animations from a folder without picking a list file. Will just play all json and h5 ([9f28c90](https://github.com/BioMotionLab/SUP/commit/9f28c905bffc222e564b46aed081650a62b20f8a))
26+
* can toggle ui, minor cleanup ([d6bd084](https://github.com/BioMotionLab/SUP/commit/d6bd084f8b4e41c782891823b8b58e2acab5ff26))
27+
* Cusomizing settings API cleanup, and associated docs ([4b8b129](https://github.com/BioMotionLab/SUP/commit/4b8b129ef8418758484e381168872a06da3a9178))
28+
* made animation loader static method ([2462047](https://github.com/BioMotionLab/SUP/commit/2462047d794aa84f769bc5670b775d20b2c98363))
29+
* Major docs improvements, and fixed keyboard camera freezing. ([e9e4821](https://github.com/BioMotionLab/SUP/commit/e9e4821a5029b7d19606c8dff86f39ff7b655a16))
30+
* Major website updates, cleaning up python conversion scripts ([9387218](https://github.com/BioMotionLab/SUP/commit/9387218921232bd9a9bc8899c2fe1dd062e2d293))
31+
132
## [1.0.1](https://github.com/BioMotionLab/SUP/compare/release/1.0.0...release/1.0.1) (2021-02-25)
233

334

bmlSUP_Project/Packages/bmlSUP/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.sup",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"displayName": "bmlSUP",
55
"description": "The BiomotionLab SMPL Unity Player. Plays SMPL animations from AMASS in Unity.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)