From 567ce252b4f6bcba54390eb970ca3561c1f499c0 Mon Sep 17 00:00:00 2001 From: Christophe Van Beneden Date: Fri, 29 Sep 2023 12:28:49 +0200 Subject: [PATCH] v2.3.0 --- README.md | 2 +- changelog.md | 6 ++++++ module.json | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d61aec..7c538d8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/ImagesLicences.md * **Author**: Prolice#9101 * **Special Thanks to**: Aljovin, StealthViper, Havoclivekiller, SnoringMountain -* **Version**: ![](https://img.shields.io/badge/swffgUI--cc-v2.2.4-green) +* **Version**: ![](https://img.shields.io/badge/swffgUI--cc-v2.3.0-green) * **Foundry VTT Compatibility**: ![](https://img.shields.io/badge/Foundry-v10-informational) to ![](https://img.shields.io/badge/Foundry-v11-informational) * **System Compatibility**: ![](https://img.shields.io/badge/Starwarsffg-v1.801-orange) to ![](https://img.shields.io/badge/Starwarsffg-v1.801-orange) diff --git a/changelog.md b/changelog.md index 449eda0..7c96888 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,10 @@ ## Release Notes: +**Version [2.3.0]** +* Auberesh title was disapear in actor sheet [Fixed] +* Left navigate menu background passed to full transparent +* Context menu on top scene menu was not displayed in v11 Foundry VTT [Fixed] +* Color and display screen optimization + **Version [2.2.4]** * Update to FoundryVTT 11+ diff --git a/module.json b/module.json index 98972a0..f5c31d6 100644 --- a/module.json +++ b/module.json @@ -1,11 +1,11 @@ { "title": "Star Wars - User Interface Creative Common", - "description": "Starwars unofficial design-2.2.4", - "version": "2.2.4", + "description": "Starwars unofficial design-2.3.0", + "version": "2.3.0", "authors": [ { "name": "Prolice", - "discord": "Prolice#9101", + "discord": ".Prolice", "flags": {} } ], @@ -37,7 +37,7 @@ "readme": "https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/README.md", "changelog": "https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/changelog.md", "manifest": "https://github.com/prolice/swffgUI-cc/raw/swffgUI-cc/module.json", - "download": "https://github.com/prolice/swffgUI-cc/releases/download/v2.2.4/module.zip", + "download": "https://github.com/prolice/swffgUI-cc/releases/download/v2.3.0/module.zip", "id": "swffgUI-cc", "relationships": { "systems": [ @@ -50,7 +50,7 @@ }, "compatibility": { "minimum": "11", - "verified": "11.299", + "verified": "11.311", "maximum": "11" } } \ No newline at end of file