diff --git a/CHANGELOG.md b/CHANGELOG.md index 2809c2c..6861713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 97b1802..325d793 100644 --- a/package.json +++ b/package.json @@ -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",