Skip to content

Commit

Permalink
Upped to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sigma committed Feb 9, 2021
1 parent 1a0a244 commit ec20c3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- PvIcon Attribute for regular serializable classes.
- String expression conditions for displaying of asset icons.

## [0.0.4] - 2021-02-09
### Fixes
- Fixed issue with sprites not scaling correctly when part of a large texture.

### Added
- Sprites with scale mode set to StretchToFit (default scaleMode) now work correctly.

## [0.0.3] - 2021-02-09
### Fixes
- Fixed issue with large icon being categorized as tree view icons.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.akaal.pvcustomizer",
"displayName": "PvCustomizer",
"description": "PvCustomizer lets you customize the Unity Project View with custom folder and asset icons, adding flavor and QoL.",
"version": "0.0.3",
"version": "0.0.4",
"unity": "2018.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit ec20c3f

Please sign in to comment.