Skip to content

Commit

Permalink
1.5.5 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Oct 16, 2024
1 parent ac001fb commit b6b55fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed

### Changed

### Removed

### Security

### Deprecated

## [1.5.5] - [2024-10-15]

### Fixed

- [#454] Scene view selection outlines flicker in some cases
- [#450] Improved performance when a large number of object change events are generated (e.g. when exiting animation
mode)
Expand All @@ -18,15 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#444] Fixed an issue where the preview system broke drag-to-select in the scene view

### Changed

- [#451] Changed preview system to apply to more cameras. Specifically, we now handle all cameras with no render
texture set, to ensure that Game Mode behaves as expected.

### Removed

### Security

### Deprecated

## [1.5.4] - [2024-10-05]

### 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.4",
"version": "1.5.5",
"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 b6b55fe

Please sign in to comment.