From 22c742d58d8cdfdee575dd135cd35484b6eef23c Mon Sep 17 00:00:00 2001 From: tliks Date: Sun, 10 Nov 2024 13:58:55 +0900 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a81b9..0766562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ ### Security +## [0.1.2] - 2024-11-10 +### Changed +- vpmDependencies of TexTransTool to be limited to v0.8.4 or v0.9.0-beta.0 + - This package is unstable because it uses properties and methods of TexTransTool that are not API-compliant + - Generally, only versions that have been confirmed to work will be allowed, but this may be relaxed in the future. + +### Fixed +- Target texture is lost when used in conjunction with AtlasTexture etc. + - The selector mode of generated TextureConfigurator is not appropriate. + - changed selector mode from Absolute to Relative +- Checking for an already existing TextureConfigurator is inaccurate +- The changelogUrl at package.json is a broken link + ## [0.1.1] - 2024-11-08 ### Fixed - 2nd/3rd textures are converted to DX1 even though they used transparency. diff --git a/package.json b/package.json index 8dcb317..d18e850 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.aoyon.auto-configure-texture", "displayName": "Auto Configure Texture", - "version": "0.1.1", + "version": "0.1.2", "unity": "2022.3", "description": "Easy VRAM Reduction, Non-Destructively", "author": {