Skip to content

Commit d960a0e

Browse files
author
nadena.dev release bot
committed
Release 1.16.0
1 parent 928f855 commit d960a0e

File tree

5 files changed

+40
-16
lines changed

5 files changed

+40
-16
lines changed

CHANGELOG-PRERELEASE-jp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- ヒューリスティックボーンマッパーで、小指ボーンのエイリアスとして「Pinky1.L」「Pinky2.L」「Pinky3.L」と「Pinky1.R」「Pinky2.R」「Pinky3.R」を追加しました
1211

1312
### Fixed
1413

@@ -20,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2019

2120
### Deprecated
2221

22+
## [1.16.0] - [2026-02-04]
23+
24+
### Added
25+
- ヒューリスティックボーンマッパーで、小指ボーンのエイリアスとして「Pinky1.L」「Pinky2.L」「Pinky3.L」と「Pinky1.R」「Pinky2.R」「Pinky3.R」を追加しました
26+
2327
## [1.16.0-rc.2] - [2026-02-01]
2428

2529
### Fixed

CHANGELOG-PRERELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Added "Pinky1.L", "Pinky2.L", "Pinky3.L" and "Pinky1.R", "Pinky2.R", "Pinky3.R" as aliases for little finger bones
12-
in the heuristic bone mapper
1311

1412
### Fixed
1513

@@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2119

2220
### Deprecated
2321

22+
## [1.16.0] - [2026-02-04]
23+
24+
### Added
25+
- Added "Pinky1.L", "Pinky2.L", "Pinky3.L" and "Pinky1.R", "Pinky2.R", "Pinky3.R" as aliases for little finger bones
26+
in the heuristic bone mapper
27+
2428
## [1.16.0-rc.2] - [2026-02-01]
2529

2630
### Fixed

CHANGELOG-jp.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
88

99
## [Unreleased]
1010

11+
### Added
12+
13+
### Fixed
14+
15+
### Changed
16+
17+
### Removed
18+
19+
### Security
20+
21+
### Deprecated
22+
23+
## [1.16.0] - [2026-02-04]
24+
1125
### Added
1226
- [#1860] `MA Bone Proxy` で、他のBone ProxyやMerge Armature(あるいはその子)をターゲットとして指定できるようになりました。
1327
- ヒューリスティックボーンマッパーで、小指ボーンのエイリアスとして「Pinky1.L」「Pinky2.L」「Pinky3.L」と「Pinky1.R」「Pinky2.R」「Pinky3.R」を追加しました
@@ -31,12 +45,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
3145
から他のプラットフォームへの一方通行の同期だけするようになった。
3246
- [#1829] TextMeshPro のアセットポストプロセッサを無効化する。これによりビルド・プラットフォーム切り替え時間を短縮できる。
3347

34-
### Removed
35-
36-
### Security
37-
38-
### Deprecated
39-
4048
## [1.15.1] - [2025-12-06]
4149

4250
### Fixed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13+
### Added
14+
15+
### Fixed
16+
17+
### Changed
18+
19+
### Removed
20+
21+
### Security
22+
23+
### Deprecated
24+
25+
## [1.16.0] - [2026-02-04]
26+
1327
### Added
1428
- [#1860] `MA Bone Proxy` now supports selecting another bone proxy or `MA Merge Armature` (or their children) as a
1529
target
@@ -35,12 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3549
primary to secondary platforms.
3650
- [#1829] Suppress the TextMeshPro asset postprocessor. This improves build and platform change times in large projects.
3751

38-
### Removed
39-
40-
### Security
41-
42-
### Deprecated
43-
4452
## [1.15.1] - [2025-12-06]
4553

4654
### Fixed

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.2",
4+
"version": "1.16.0",
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)