Skip to content

Commit

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

- raised minimum foundry version to `12.328`
- newly opened sidebars are now always displayed on top of everything
- started working on the `Skills` sidebar, only contains base skill rolls for now
- `Persistent HUD`:
- added versatile icons to attack shortcuts
- added `autoFillActions` and `autoFillReactions` gm-only settings
- respectively add actions and reactions after strikes when auto filling NPC shortcuts
- now creates a `PF2e Toolbelt` stance shortcut when dropping a stance from the sidebar
- toolbelt stances refer to actions in the `Stances` section of the `Actions` sidebar
- now fades out strike shortcuts with item quantity of 0
- changed the way action shortcuts work if they aren't "usable"
- instead of simply sending it to chat, it will open its description popup
- usable refers to actions that have:
- a self-applied effect
- a macro when using `PF2e Toolbelt`
- a frequency use (e.g. 1/day)
- fixed sidebar arrow offset
- fixed sidebar closing on update if a character sheet was also open
- fixed issue when more than one instance of an item linked to a strike exist
- fixed actor not being unset when the encounter ends while using the `Current Combatant` option of the `Auto-Set Actor` setting
- fixed styling issue of confirm dialogs introduced with foundry version `12.328`

# 0.11.0

- added toggles to the exploration actions
Expand Down
14 changes: 9 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@
"discord": "Idle#3251"
}
],
"esmodules": ["scripts/main.js"],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.328",
"verified": "12.328",
"maximum": "12"
},
"version": "0.11.0",
"version": "0.12.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.11.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.12.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": ["styles/pf2e-hud.css"],
"styles": [
"styles/pf2e-hud.css"
],
"relationships": {
"systems": [
{
Expand All @@ -48,4 +52,4 @@
"path": "lang/en.json"
}
]
}
}

0 comments on commit 98ea9b8

Please sign in to comment.