File tree Expand file tree Collapse file tree 5 files changed +27
-11
lines changed
Expand file tree Collapse file tree 5 files changed +27
-11
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212### Fixed
13- - [ #1826 ] ` MA Menu Item ` のパラメーターが ` MA Parameters ` で制御される場合、値がゼロになるケースがある問題を修正
14- - [ #1828 ] 非ヒューマノイドアバターに ` MA Scale Adjuster ` を使用した場合、ビルドが失敗するバグを修正。
1513
1614### Changed
1715
@@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2119
2220### Deprecated
2321
22+ ## [ 1.15.1] - [ 2025-12-06]
23+
24+ ### Fixed
25+ - [ #1826 ] ` MA Menu Item ` のパラメーターが ` MA Parameters ` で制御される場合、値がゼロになるケースがある問題を修正
26+ - [ #1828 ] 非ヒューマノイドアバターに ` MA Scale Adjuster ` を使用した場合、ビルドが失敗するバグを修正。
27+
2428## [ 1.15.0] - [ 2025-12-03]
2529
2630### Fixed
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212### Fixed
13- - [ #1826 ] Fixed an issue where ` MA Menu Item ` s whose parameter is defined in a ` MA Parameters ` component could end up
14- with a value of zero.
15- - [ #1828 ] Fixed an issue where using ` MA Scale Adjuster ` on a non-humanoid avatar would result in a build error.
1613
1714### Changed
1815
@@ -22,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2219
2320### Deprecated
2421
22+ ## [ 1.15.1] - [ 2025-12-06]
23+
24+ ### Fixed
25+ - [ #1826 ] Fixed an issue where ` MA Menu Item ` s whose parameter is defined in a ` MA Parameters ` component could end up
26+ with a value of zero.
27+ - [ #1828 ] Fixed an issue where using ` MA Scale Adjuster ` on a non-humanoid avatar would result in a build error.
28+
2529## [ 1.15.0] - [ 2025-12-03]
2630
2731### Fixed
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
1111### Added
1212
1313### Fixed
14- - [ #1826 ] ` MA Menu Item ` のパラメーターが ` MA Parameters ` で制御される場合、値がゼロになるケースがある問題を修正
15- - [ #1828 ] 非ヒューマノイドアバターに ` MA Scale Adjuster ` を使用した場合、ビルドが失敗するバグを修正。
1614
1715### Changed
1816
@@ -22,6 +20,12 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
2220
2321### Deprecated
2422
23+ ## [ 1.15.1] - [ 2025-12-06]
24+
25+ ### Fixed
26+ - [ #1826 ] ` MA Menu Item ` のパラメーターが ` MA Parameters ` で制御される場合、値がゼロになるケースがある問題を修正
27+ - [ #1828 ] 非ヒューマノイドアバターに ` MA Scale Adjuster ` を使用した場合、ビルドが失敗するバグを修正。
28+
2529## [ 1.15.0] - [ 2025-12-03]
2630
2731### Added
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313### Added
1414
1515### Fixed
16- - [ #1826 ] Fixed an issue where ` MA Menu Item ` s whose parameter is defined in a ` MA Parameters ` component could end up
17- with a value of zero.
18- - [ #1828 ] Fixed an issue where using ` MA Scale Adjuster ` on a non-humanoid avatar would result in a build error.
1916
2017### Changed
2118
@@ -25,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2522
2623### Deprecated
2724
25+ ## [ 1.15.1] - [ 2025-12-06]
26+
27+ ### Fixed
28+ - [ #1826 ] Fixed an issue where ` MA Menu Item ` s whose parameter is defined in a ` MA Parameters ` component could end up
29+ with a value of zero.
30+ - [ #1828 ] Fixed an issue where using ` MA Scale Adjuster ` on a non-humanoid avatar would result in a build error.
31+
2832## [ 1.15.0] - [ 2025-12-03]
2933
3034### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " nadena.dev.modular-avatar" ,
33 "displayName" : " Modular Avatar" ,
4- "version" : " 1.15.0 " ,
4+ "version" : " 1.15.1 " ,
55 "unity" : " 2022.3" ,
66 "description" : " A suite of tools for assembling your avatar out of reusable components" ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments