From 92c10a98ebc54dd7330cc8b5ed01943b624b99f1 Mon Sep 17 00:00:00 2001 From: Saif Addin Date: Fri, 18 Feb 2022 02:11:01 +0100 Subject: [PATCH] Prepare release --- CHANGELOG.md | 5 ++++- module.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f2e83..045a07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### 1.4.19 - +* Bugfix: Switching Camera Behavior modes no longer requires a full refresh +* Bugfix: Removed ghost window when a player disables camera while another has it in floating mode (Thanks G.O.D. for reporting) +* Bugfix: Toggle camera mode in Camera Reduced mode will now immediately hide the widget for the player doing it +* Bugfix: Floating camera mode does not follow the normal patterns and will always display as per Foundry defaults ### 1.4.18 * Feature: New Camera Panel settings allow to reduce or hide Camera boxes for players with camera disabled diff --git a/module.json b/module.json index ec99ed7..8aadd01 100644 --- a/module.json +++ b/module.json @@ -10,7 +10,7 @@ } ], "description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.", - "version": "1.4.18", + "version": "1.4.19", "minimumCoreVersion": "9.233", "compatibleCoreVersion": "9", "dependencies": [ @@ -42,6 +42,6 @@ ], "url": "https://github.com/saif-ellafi/foundryvtt-minimal-ui.git", "manifest": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/latest/download/module.json", - "download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.18/foundryvtt-minimal-ui_1.4.18.zip", + "download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.19/foundryvtt-minimal-ui_1.4.19.zip", "changelog": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/blob/main/CHANGELOG.md" } diff --git a/package-lock.json b/package-lock.json index 8575785..d9358d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "foundryvtt-minimal-ui", - "version": "1.4.18", + "version": "1.4.19", "license": "MIT", "dependencies": { "@rollup/plugin-json": "^4.1.0", diff --git a/package.json b/package.json index 2cf5f77..91e466b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundryvtt-minimal-ui", - "version": "1.4.18", + "version": "1.4.19", "description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.", "main": "minimalui.js", "scripts": {