Skip to content

Commit

Permalink
1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Nov 24, 2024
1 parent a6a1efe commit 7e74708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#
# 1.22.0

- `Combat Tracker`:
- make sure to dispose of `Sortable` listeners to improve long term performances
- `Token HUD`:
- force reload when enabling/disabling the hud
- now force reload when enabling/disabling the hud
- now show the skill names when hovering over the recall knowledge icon of a NPC
- `Token Tooltip`:
- fix health status wrapping into a second line
- fix rare occurence of health status wrapping into a second line
- fix `Resolve` tooltip localization key
- some internal changes

# 1.21.1

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.21.1",
"version": "1.22.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.21.1/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.22.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 7e74708

Please sign in to comment.