Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 25, 2024
1 parent b71913c commit 6fbdb78
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.9.0

- `Combat Tracker`:
- now dynamically uses the context menu entries of the combat tracker, allowing the addition of third party options
- `Persistent HUD`:
- added `additional effects` to NPC strike shortcut name
- added `traits` to NPC strike shortcut subtitle
- position the `Attack Popup` application closer to the HUD when opening it from an attack shortcut
- now saves the state of the players application across reload
- changed the default highlighted button for the confirm dialogs to `yes`
- added a new `Auto-Set Actor` setting
- when set to anything but `Disabled`, every mean of setting the persistent actor manually will be removed
- when set to `On Token Selection`, it will also completely disable the `Token HUD` feature
- added a new `Auto-Fill NPCs` setting
- the module will try to fill all the shortcut slots with strikes, spells and consumables
- you can select the priority between spells and consumables
- fixed `free` and `reaction` cost icons not showing on shortcuts

# 0.8.0

- this release requires you to update `PF2e Dailies` to version `3.5.1` if used in your world
Expand All @@ -8,7 +26,7 @@
- fixed issue with token texture scaling
- `Persistent HUD`:
- fixed linked sidebars not re-rendering on actor update
- implement the shortcut slots
- implemented the shortcut slots
- `consumables`, `strikes`, `elemental blasts`, `actions`, `spells` and `Roll Option` toggles can be dropped in the slots to create a shortcut
- only `spells` dragged from a sidebar will be able to be turned into a shortcut
- added `Confirm Action/Spell Shortcut` and `Consumable Shortcut` settings to add confirmation dialogs before using them
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.327",
"maximum": "12"
},
"version": "0.8.0",
"version": "0.9.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.8.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.9.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 6fbdb78

Please sign in to comment.