From 20c98c37b8ab5d6cbe42acb2585f5c6b56aff94e Mon Sep 17 00:00:00 2001 From: bd_ Date: Sun, 18 Aug 2024 13:40:07 -0700 Subject: [PATCH] 1.5.0-beta.4 (#339) --- CHANGELOG.md | 20 ++++++++++++++------ package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed571a4..0f17d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Fixed + +### Changed + +### Removed + +### Security + +### Deprecated + +## [1.5.0-beta.4] - [2024-08-18] + +### Added + - [#330] `NDMFPreviewSceneManager` added, allowing other libraries to easily hide temporary objects. ### Fixed @@ -26,12 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#335] Skip preview rendering on all cameras except the scene view camera and the VRCSDK thumbnail camera. - [#338] Don't disable sub-options when a preview plugin is disabled. -### Removed - -### Security - -### Deprecated - ## [1.5.0-beta.3] - [2024-08-04] ### Added diff --git a/package.json b/package.json index d6c0a19..80abe9c 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.3", + "version": "1.5.0-beta.4", "unity": "2022.3", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",