Skip to content

Commit

Permalink
1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Oct 20, 2024
1 parent 9ae46aa commit b517e02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.16.0

- use `string#replace` instead of `string#replaceAll` for compatibility with older browsers
- `Sidebars`:
- fix exploration actions which show up in the `skills` sidebar being excluded from the `actions` sidebar
- `Token Tooltip`:
- add support for hazards without any "health" data

# 1.15.3

- `Combat Tracker`
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"verified": "12.331",
"maximum": "12"
},
"version": "1.15.3",
"version": "1.16.0",
"url": "https://github.com/reonZ/pf2e-hud",
"readme": "https://github.com/reonZ/pf2e-hud/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-hud/master/module.json",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.15.3/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.16.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": [
Expand Down

0 comments on commit b517e02

Please sign in to comment.