Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tliks committed Nov 10, 2024
1 parent 4a917a5 commit 22c742d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "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": {
Expand Down

0 comments on commit 22c742d

Please sign in to comment.