Skip to content

Commit

Permalink
0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Feb 6, 2024
1 parent 0c990d6 commit 286c969
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.37.0

- added a new `Conditional Icons Size` client setting which offers the possibility to change the size in pixel for the conditional icons shown on mouse over

# 0.36.0

- you can now register your own wall creature calculation function (it needs to be registered after the foundry `init` hook)
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"minimum": "11.315",
"verified": "11"
},
"version": "0.36.0",
"version": "0.37.0",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-perception",
"readme": "https://github.com/reonZ/pf2e-perception/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-perception/master/module.json",
"download": "https://github.com/reonZ/pf2e-perception/releases/download/0.36.0/module.zip",
"download": "https://github.com/reonZ/pf2e-perception/releases/download/0.37.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-perception/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-perception/issues",
"styles": [
Expand Down
12 changes: 6 additions & 6 deletions scripts/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scripts/main.js.map

Large diffs are not rendered by default.

0 comments on commit 286c969

Please sign in to comment.