Skip to content

Commit

Permalink
1..6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Aug 11, 2024
1 parent 84674c9 commit f76be6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.6.0

- added a new `Close Popup on Send-to-Chat` setting
- `Persistent HUD`:
- a majority of NPC strikes will now have a custom shortcut images
- the priority is given to images that were manually set
- if not, it will look for one of the module's custom image
- otherwise it will display a custom default image for the ranged attacks
- thanks to [Shemetz](https://github.com/shemetz) for compiling the list of images for us

# 1.5.2

- filters for skills will now work both ways instead of from child to parent only
Expand Down Expand Up @@ -102,7 +112,7 @@
- `Token HUD`:
- no longer shows the sidebars icons row if all sidebars are disabled for that actor
- fixed `Recovery Check` icon not doing anything
- fixed `Close on Send to Chat` settings not doing anything
- fixed `Close on Send-to-Chat` settings not doing anything
- fixed some prompt dialogs having an `undefined` button label
- fixed fps panel showing behind the hotbar when the `Persistent HUD` is enabled

Expand Down Expand Up @@ -246,7 +256,7 @@

# 0.13.0

- added a `Send to Chat` button to the item popup
- added a `Send-to-Chat` button to the item popup
- the `Skills` sidebar icon is now disabled for non-creature actors
- the `perception` and `stealth` rolls from the main HUD parts now have the `secret` roll option
- strike versatile damage icons are now displayed directly bellow the variant row they are associated with
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.330",
"maximum": "12"
},
"version": "1.5.2",
"version": "1.6.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.5.2/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.6.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 f76be6d

Please sign in to comment.