Skip to content

Commit

Permalink
chore: bump version to 1.8.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2024
1 parent ffdb8a7 commit 2c87eff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,26 @@ The format is based on [Keep a Changelog].
### Added

### Changed
- Reimplement Preview system with NDMF Preview System `#1131`
- This will prevent issues relates to Animation Mode bug.
- This allows you to preview Remove Mesh components without selecting Mesh OR while in Animation Mode.

### Deprecated

### Removed

### Fixed
- Texture Packing which resolves to the white texture would break the Unity Editor `#1193`
- Performance issues with preview system `#1195`
- Avatar Optimizer does not support `Additive Reference Pose` `#1208`

### Security

## [1.8.0-beta.2] - 2024-09-25
### Changed
- Reimplement Preview system with NDMF Preview System [`#1131`](https://github.com/anatawa12/AvatarOptimizer/pull/1131)
- This will prevent issues relates to Animation Mode bug.
- This allows you to preview Remove Mesh components without selecting Mesh OR while in Animation Mode.

### Fixed
- Texture Packing which resolves to the white texture would break the Unity Editor [`#1193`](https://github.com/anatawa12/AvatarOptimizer/pull/1193)
- Performance issues with preview system [`#1195`](https://github.com/anatawa12/AvatarOptimizer/pull/1195)
- Avatar Optimizer does not support `Additive Reference Pose` [`#1208`](https://github.com/anatawa12/AvatarOptimizer/pull/1208)

## [1.7.13-beta.1] - 2024-09-23
### Fixed
- Null Reference Exception with newly created VRCAnimatorPlayAudio [`#1199`](https://github.com/anatawa12/AvatarOptimizer/pull/1199)
Expand Down Expand Up @@ -1560,7 +1565,8 @@ This release is mistake.
- Merge Bone
- Clear Endpoint Position

[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13-beta.1...HEAD
[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-beta.2...HEAD
[1.8.0-beta.2]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13-beta.1...v1.8.0-beta.2
[1.7.13-beta.1]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-beta.1...v1.7.13-beta.1
[1.8.0-beta.1]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.12...v1.8.0-beta.1
[1.7.12]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.12-beta.3...v1.7.12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer",
"version": "1.8.0-beta.1",
"version": "1.8.0-beta.2",
"private": true,
"private-beta": false,
"unity": "2022.3",
Expand Down

0 comments on commit 2c87eff

Please sign in to comment.