diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4e369..2b9d9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Changed -- [#468] Performance improvements -- [#471] Improve compatibility with VRChat's streaming mipmaps feature - - NDMF will now call `Mesh.RecalculateUVDistributionMetrics` on all generated meshes on upload. An API to opt-out will - be provided at the next major version release. ### Removed @@ -23,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.5.7] - [2024-11-17] + +### Changed +- [#468] Performance improvements +- [#471] Improve compatibility with VRChat's streaming mipmaps feature + - NDMF will now call `Mesh.RecalculateUVDistributionMetrics` on all generated meshes on upload. An API to opt-out will + be provided at the next major version release. + ## [1.5.6] - [2024-10-19] ### Fixed diff --git a/package.json b/package.json index f788fe0..0b933bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.5.6", + "version": "1.5.7", "unity": "2022.3", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",