Skip to content

Commit

Permalink
chore: bump version to 1.8.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 331d56e commit 595ff27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,23 @@ The format is based on [Keep a Changelog].
### Added

### Changed
- Improved performance in InternalAutoFreezeMeaninglessBlendShapeProcessor [`#1325`](https://github.com/anatawa12/AvatarOptimizer/pull/1325)
- Performance improvements for AutoMergeBlendShape `#1327`

### Deprecated

### Removed

### Fixed
- basic Mesh Renderers are not considered in Optimize Texture `#1328`

### Security

## [1.8.0-rc.3] - 2024-11-04
### Changed
- Improved performance in InternalAutoFreezeMeaninglessBlendShapeProcessor [`#1325`](https://github.com/anatawa12/AvatarOptimizer/pull/1325)
- Performance improvements for AutoMergeBlendShape [`#1327`](https://github.com/anatawa12/AvatarOptimizer/pull/1327)

### Fixed
- basic Mesh Renderers are not considered in Optimize Texture [`#1328`](https://github.com/anatawa12/AvatarOptimizer/pull/1328)

## [1.8.0-rc.2] - 2024-11-03
### Fixed
- Animation broken with auto merge blendShape [`#1324`](https://github.com/anatawa12/AvatarOptimizer/pull/1324)
Expand Down Expand Up @@ -1732,7 +1737,8 @@ This release is mistake.
- Merge Bone
- Clear Endpoint Position

[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-rc.2...HEAD
[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-rc.3...HEAD
[1.8.0-rc.3]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-rc.2...v1.8.0-rc.3
[1.8.0-rc.2]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-rc.1...v1.8.0-rc.2
[1.8.0-rc.1]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-beta.11...v1.8.0-rc.1
[1.8.0-beta.11]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.0-beta.10...v1.8.0-beta.11
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-rc.2",
"version": "1.8.0-rc.3",
"private": true,
"private-beta": false,
"unity": "2022.3",
Expand Down

0 comments on commit 595ff27

Please sign in to comment.