From d2bc0c82716edbea6cf42876af2ad012b1d81a2b Mon Sep 17 00:00:00 2001 From: h-sigma Date: Wed, 10 Feb 2021 17:00:16 +0530 Subject: [PATCH] Upped to v 0.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf748a1..51576b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - String expression conditions for displaying of asset icons. - Various SDF shapes for icons. +## [0.0.5] - 2021-02-10 +### Fixes +- Selecting folder icon label color now works when label background image is not selected. + ## [0.0.4] - 2021-02-09 ### Fixes - Fixed issue with sprites not scaling correctly when part of a large texture. diff --git a/package.json b/package.json index 3e4c20d..7e77178 100644 --- a/package.json +++ b/package.json @@ -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.4", + "version": "0.0.5", "unity": "2018.1", "license": "MIT", "repository": {