Skip to content

Commit

Permalink
patch 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Apr 2, 2022
1 parent 4452876 commit 81fe09b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.4.22
* Bugfix: Support Foundry 9.255+ Patch 4 Support (Fixed colors)

### 1.4.21
* Compatibility: Foundry 9.251+ Patch 3 Support

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.21",
"version": "1.4.22",
"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.21/foundryvtt-minimal-ui_1.4.21.zip",
"download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.22/foundryvtt-minimal-ui_1.4.22.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.21",
"version": "1.4.22",
"description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.",
"main": "minimalui.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion styles/component/controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
opacity: 100%;
}

#controls ol .scene-control.active, #controls ol .control-tool.active, #controls ol .scene-control:hover, #controls ol .control-tool:hover {
#controls ol.control-tools > li.active, #controls ol.control-tools > li:hover {
border: 1px solid var(--bordercolor);
box-shadow: 0 var(--hotbarshp) var(--shadowstrength) 2px var(--shadowcolor);
}
Expand Down

0 comments on commit 81fe09b

Please sign in to comment.