Skip to content

Commit 09ccebe

Browse files
author
nadena.dev release bot
committed
Release 1.16.0-rc.1
1 parent 6257ebc commit 09ccebe

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG-PRERELEASE-jp.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14-
- [#1870] `MA Bone Proxy` が Merge Armatureのマージ先ボーンに追加された場合、Merge Armatureで統合されたオブジェクトが
15-
Bone Proxyの移動先に移動しない問題を修正 (AvatarPoseSystem が壊れたバグの修正です)
16-
1714
### Changed
1815

1916
### Removed
@@ -22,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2219

2320
### Deprecated
2421

22+
## [1.16.0-rc.1] - [2026-01-29]
23+
24+
### Fixed
25+
26+
- [#1870] `MA Bone Proxy` が Merge Armatureのマージ先ボーンに追加された場合、Merge Armatureで統合されたオブジェクトが
27+
Bone Proxyの移動先に移動しない問題を修正 (AvatarPoseSystem が壊れたバグの修正です)
28+
2529
## [1.16.0-rc.0] - [2026-01-19]
2630

2731
### Added

CHANGELOG-PRERELEASE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14-
- [#1870] Fixed a regression where attaching Bone Proxies to a Merge Armature target would result in the merge not
15-
following the bone proxy reparenting (this broke AvatarPoseSystem)
16-
1714
### Changed
1815

1916
### Removed
@@ -22,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2219

2320
### Deprecated
2421

22+
## [1.16.0-rc.1] - [2026-01-29]
23+
24+
### Fixed
25+
26+
- [#1870] Fixed a regression where attaching Bone Proxies to a Merge Armature target would result in the merge not
27+
following the bone proxy reparenting (this broke AvatarPoseSystem)
28+
2529
## [1.16.0-rc.0] - [2026-01-19]
2630

2731
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nadena.dev.modular-avatar",
33
"displayName": "Modular Avatar",
4-
"version": "1.16.0-rc.0",
4+
"version": "1.16.0-rc.1",
55
"unity": "2022.3",
66
"description": "A suite of tools for assembling your avatar out of reusable components",
77
"author": {

0 commit comments

Comments
 (0)