Skip to content

Commit

Permalink
1.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Aug 4, 2024
1 parent 88d1f7f commit ae9d4cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- [#297] Added UI for turning preview on/off at a plugin or pass level
- [#301] [#302] Added API for changing the controls used to manipulate preview enable/disable state


### Fixed
- [#298] Fixed issue where the scene view was sometimes not refreshed when the pipeline build completes
- [#309] NullReferenceException from GetParametersForObject when encountering a missing component
- [#311] Fix issue where MeshRenderers are shown with incorrect scale

### Changed

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

### Deprecated

## [1.5.0-beta.2] - [2024-08-03]

### Added

- [#297] Added UI for turning preview on/off at a plugin or pass level
- [#301] [#302] Added API for changing the controls used to manipulate preview enable/disable state

### Fixed

- [#298] Fixed issue where the scene view was sometimes not refreshed when the pipeline build completes
- [#309] NullReferenceException from GetParametersForObject when encountering a missing component
- [#311] Fix issue where MeshRenderers are shown with incorrect scale

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

### Added
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-beta.1",
"version": "1.5.0-beta.2",
"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 ae9d4cd

Please sign in to comment.