Skip to content

Commit

Permalink
1.5.0-beta.0 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Jul 29, 2024
1 parent 96b3cf1 commit 903b598
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Fixed

### Changed

### Removed

### Security

### Deprecated

## [1.5.0-beta.0] - [2024-07-28]

### Added
- [#287] Added PublishedValue class
- [#288] Added support for passing ObjectRegistry to IRenderFilter
Expand All @@ -18,14 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#284] Preview objects do not inherit scale when they are previewing a Skinned Mesh Renderer with no root bone.

### Changed
- [#XXX] Restructured namespace and assembly hierarchy to remove references to "Reactive Query".
- [#294] Restructured namespace and assembly hierarchy to remove references to "Reactive Query".

### Removed
- [#XXX] Removed some unimplemented APIs in preparation for 1.5.0 release.

### Security

### Deprecated
- [#294] Removed some unimplemented APIs in preparation for 1.5.0 release.

## [1.5.0-alpha.3] - [2024-07-01]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework",
"version": "1.5.0-alpha.3",
"version": "1.5.0-beta.0",
"unity": "2022.3",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit 903b598

Please sign in to comment.