From 38ba83954d4e207c870fecd3348ed6e347e386b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 12:17:59 +0000 Subject: [PATCH] chore: bump version to 1.8.7 --- CHANGELOG-PRERELEASE.md | 14 ++++++++++---- CHANGELOG.md | 24 ++++++++++++++++-------- package.json | 2 +- 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/CHANGELOG-PRERELEASE.md b/CHANGELOG-PRERELEASE.md index 545ceb51..8b4ae443 100644 --- a/CHANGELOG-PRERELEASE.md +++ b/CHANGELOG-PRERELEASE.md @@ -8,8 +8,6 @@ The format is based on [Keep a Changelog]. ## [Unreleased] ### Added -- Context menu to add Trace And Optimize `#1411` -- Undocumented trace level debug log `#1414` ### Changed @@ -18,10 +16,17 @@ The format is based on [Keep a Changelog]. ### Removed ### Fixed -- Animation Clips can be broken if timeline window is open `#1417` ### Security +## [1.8.7] - 2025-03-01 +### Added +- Context menu to add Trace And Optimize [`#1411`](https://github.com/anatawa12/AvatarOptimizer/pull/1411) +- Undocumented trace level debug log [`#1414`](https://github.com/anatawa12/AvatarOptimizer/pull/1414) + +### Fixed +- Animation Clips can be broken if timeline window is open [`#1417`](https://github.com/anatawa12/AvatarOptimizer/pull/1417) + ## [1.8.7-beta.2] - 2025-02-21 ### Changed - Removed missing viseme / eyelids warning [`#1401`](https://github.com/anatawa12/AvatarOptimizer/pull/1401) @@ -1849,7 +1854,8 @@ This release is mistake. - Merge Bone - Clear Endpoint Position -[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.7-beta.2...HEAD +[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.7...HEAD +[1.8.7]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.7-beta.2...v1.8.7 [1.8.7-beta.2]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.7-beta.1...v1.8.7-beta.2 [1.8.7-beta.1]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.6...v1.8.7-beta.1 [1.8.6]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.6-beta.1...v1.8.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df53d9c..3602d323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,24 +8,31 @@ The format is based on [Keep a Changelog]. ## [Unreleased] ### Added -- Context menu to add Trace And Optimize `#1411` -- Undocumented trace level debug log `#1414` ### Changed -- Removed missing viseme / eyelids warning `#1401` -- Improved Optimize Texture a little `#1404` - - This should reduce texture memory usage a little and fixes a bug that may increase texture usage. ### Deprecated ### Removed ### Fixed -- Animations targets GameObjects includes '/' in their name can be broken `#1399` -- Animation Clips can be broken if timeline window is open `#1417` ### Security +## [1.8.7] - 2025-03-01 +### Added +- Context menu to add Trace And Optimize [`#1411`](https://github.com/anatawa12/AvatarOptimizer/pull/1411) +- Undocumented trace level debug log [`#1414`](https://github.com/anatawa12/AvatarOptimizer/pull/1414) + +### Changed +- Removed missing viseme / eyelids warning [`#1401`](https://github.com/anatawa12/AvatarOptimizer/pull/1401) +- Improved Optimize Texture a little [`#1404`](https://github.com/anatawa12/AvatarOptimizer/pull/1404) + - This should reduce texture memory usage a little and fixes a bug that may increase texture usage. + +### Fixed +- Animations targets GameObjects includes '/' in their name can be broken [`#1399`](https://github.com/anatawa12/AvatarOptimizer/pull/1399) +- Animation Clips can be broken if timeline window is open [`#1417`](https://github.com/anatawa12/AvatarOptimizer/pull/1417) + ## [1.8.6] - 2025-02-14 ### Fixed - Error when we manually configure Merge Skinned Mesh for face mesh along with Trace and Optimize [`#1396`](https://github.com/anatawa12/AvatarOptimizer/pull/1396) @@ -1178,7 +1185,8 @@ The format is based on [Keep a Changelog]. - Merge Bone - Clear Endpoint Position -[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.6...HEAD +[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.7...HEAD +[1.8.7]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.6...v1.8.7 [1.8.6]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.5...v1.8.6 [1.8.5]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.4...v1.8.5 [1.8.4]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.8.3...v1.8.4 diff --git a/package.json b/package.json index aed66a55..cd529a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.anatawa12.avatar-optimizer", - "version": "1.8.7-beta.2", + "version": "1.8.7", "private": false, "private-beta": false, "unity": "2022.3",