Skip to content

Commit

Permalink
chore: bump version to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2025
1 parent f915fe4 commit 38ba839
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
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.7-beta.2",
"version": "1.8.7",
"private": false,
"private-beta": false,
"unity": "2022.3",
Expand Down

0 comments on commit 38ba839

Please sign in to comment.