Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Feb 18, 2022
1 parent 0fe5ea2 commit 92c10a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 92c10a9

Please sign in to comment.