Skip to content

Commit

Permalink
1.5.0-beta.5 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Aug 19, 2024
1 parent 38377ee commit f6b9020
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [#341] Font rendering breaks on scene change

### Changed
- [#340] Render filters operating on disabled renderers are now culled (unless they declare that the might enable those
renderers) to save frametime.

### Removed

### Security

### Deprecated

## [1.5.0-beta.5] - [2024-08-18]

### Fixed
- [#341] Font rendering breaks on scene change

### Changed
- [#340] Render filters operating on disabled renderers are now culled (unless they declare that the might enable those
renderers) to save frametime.

## [1.5.0-beta.4] - [2024-08-18]

### 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.4",
"version": "1.5.0-beta.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 f6b9020

Please sign in to comment.