Skip to content

Commit

Permalink
1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Nov 13, 2024
1 parent d59b473 commit c0c2653
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.21.0

- `Combat Tracker`:
- add new defeated image over the combatant image
- fix dead anonymous combatant name color
- `Persistent HUD`:
- change shortcuts methods to be public for third party use, noteworthy mentions are:
- `getShortcut`
- `getShortcutFromElement`
- `shortcutsAreEmpty`

# 1.20.0

- move the `Health Status` world setting outside the `Token Tooltip` context
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.20.0",
"version": "1.21.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.20.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.21.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
2 changes: 1 addition & 1 deletion styles/pf2e-hud.css

Large diffs are not rendered by default.

Loading

0 comments on commit c0c2653

Please sign in to comment.