mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
Release 1.12.0
This commit is contained in:
parent
7610020c3b
commit
c3d2cfb29f
@ -10,10 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1531] lylicalInventoryとの互換性問題を修正
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#1530] `MA Menu Item`の自動パラメーター機能も、オブジェクトのパスに基づいて名前を割り当てるようになりました。
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.0] - [2025-04-01]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [#1531] lylicalInventoryとの互換性問題を修正
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#1530] `MA Menu Item`の自動パラメーター機能も、オブジェクトのパスに基づいて名前を割り当てるようになりました。
|
||||||
|
|
||||||
## [1.12.0-rc.1] - [2025-03-28]
|
## [1.12.0-rc.1] - [2025-03-28]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -10,10 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1531] Fix compatibility issue with lylicalInventory
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#1530] `MA Menu Item` auto parameters now also assign names based on object paths
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.0] - [2025-04-01]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [#1531] Fix compatibility issue with lylicalInventory
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#1530] `MA Menu Item` auto parameters now also assign names based on object paths
|
||||||
|
|
||||||
## [1.12.0-rc.1] - [2025-03-28]
|
## [1.12.0-rc.1] - [2025-03-28]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -8,6 +8,20 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.0] - [2025-04-01]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- CHANGELOGファイルを追加
|
- CHANGELOGファイルを追加
|
||||||
- [#1482] `Merge Animator` に既存のアニメーターコントローラーを置き換える機能を追加
|
- [#1482] `Merge Animator` に既存のアニメーターコントローラーを置き換える機能を追加
|
||||||
@ -42,12 +56,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
|||||||
アニメーションがブロックされたときにオーディオソースを無効にするように変更。
|
アニメーションがブロックされたときにオーディオソースを無効にするように変更。
|
||||||
- [#1502] `World Fixed Object` は `VRCParentConstraint` を使用するようになり、Androidビルドで使用可能になりました。
|
- [#1502] `World Fixed Object` は `VRCParentConstraint` を使用するようになり、Androidビルドで使用可能になりました。
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## それより前
|
## それより前
|
||||||
|
|
||||||
GitHubのリリースページをご確認ください: https://github.com/bdunderscore/modular-avatar/releases
|
GitHubのリリースページをご確認ください: https://github.com/bdunderscore/modular-avatar/releases
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.0] - [2025-04-01]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added CHANGELOG files
|
- Added CHANGELOG files
|
||||||
- [#1482] Added support for replacing pre-existing animator controllers to `Merge Animator`
|
- [#1482] Added support for replacing pre-existing animator controllers to `Merge Animator`
|
||||||
@ -46,12 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
to avoid it unintentionally being constantly active.
|
to avoid it unintentionally being constantly active.
|
||||||
- [#1502] `World Fixed Object` now uses `VRCParentConstraint` and is therefore compatible with Android builds
|
- [#1502] `World Fixed Object` now uses `VRCParentConstraint` and is therefore compatible with Android builds
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## Older versions
|
## Older versions
|
||||||
|
|
||||||
Please see the github releases page at https://github.com/bdunderscore/modular-avatar/releases
|
Please see the github releases page at https://github.com/bdunderscore/modular-avatar/releases
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nadena.dev.modular-avatar",
|
"name": "nadena.dev.modular-avatar",
|
||||||
"displayName": "Modular Avatar",
|
"displayName": "Modular Avatar",
|
||||||
"version": "1.12.0-rc.1",
|
"version": "1.12.0",
|
||||||
"unity": "2022.3",
|
"unity": "2022.3",
|
||||||
"description": "A suite of tools for assembling your avatar out of reusable components",
|
"description": "A suite of tools for assembling your avatar out of reusable components",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user