Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 30, 2024
1 parent 220deed commit e904c8c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 0.13.0

- 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
- this also fixes not seeing versatile damage types for anything but the first variant
- `Persistent HUD`:
- added support for skill action shortcuts
- shortcuts are now filled by columns instead of by rows
- you can now manually set a persistent actor even when using the `Auto-Set Actor` setting (description of the setting was updated)
- removed the sidebars arrow
- fixed strike shortcuts linked to virtual items (e.g. strikes from stances) not being retrieved when re-created
- fixed issue with portrait url using escapable characters
- `Sidebars`:
- added a new `Hide Untrained` setting to hide skill actions that require a character to be proficient when they are not
- added skill actions and their variants to the skills sidebar (lore skills are on standby for now)
- added `Follow the Expert` to the skills sidebar
- improved the margins of the differnt headers and items
- `Token HUD`:
- added the attack sidebar icon to the `Hazard` and `Army` HUD next to level (though the army one is unusable for now)
- removed sidebars panel from `Hazard` actors
- disabled the skill sidebar icon for non-creature actors
- fixed styling the hazard HUD

# 0.12.0

- raised minimum foundry version to `12.328`
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.328",
"maximum": "12"
},
"version": "0.12.0",
"version": "0.13.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/0.12.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.13.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 e904c8c

Please sign in to comment.