Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 18, 2024
1 parent 0705cee commit ac73534
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,7 +1,17 @@
# 0.7.0

- added support for `Persisten HUD` sidebars
- added trait description tooltips to NPCs strikes
- tweaked the multi-columns logic to try to avoid useless scrollbars
- heavily distinguish NPCs ability related strike traits from other strike traits
- disable the `actions` sidebar icon for non-character actors that don't have any action
- the selected persistent actor is now saved in a user flag instead of client setting (this shouldn't be cross-world)
- fixed NPCs ability related strike traits not always being localized

# 0.6.0

- this release requires `PF2e Toolbelt` to be updated to version `2.7.3` if used on your world
- the module and its package dependency received a complet refactor
- the module and its package dependency received a complete refactor
- the `Use Modifiers` and `Show Highest Speed` settings are now global instead of per HUD
- `Multi Columns Sidebars` settings now accept a value instead of just on/off
- sidebars can now have up to 5 columns
Expand All @@ -10,7 +20,7 @@
- added a new `Disable Flash` setting
- `Popup`:
- the popup can now be minimize and resized
- added a new `Popup on Cursor` setting to center the popup on the cusrsor when first rendered
- added a new `Popup on Cursor` setting to center the popup on the cursor when first rendered
- `@Damage` and `@Check` links aren't usable yet, the system has [plans](https://github.com/foundryvtt/pf2e/pull/15009) for those
- `Sidebar`:
- sidebars are now planned to be shared between both the `Token HUD` and `Persistent HUD`
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.6.0",
"version": "0.7.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.6.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.7.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 ac73534

Please sign in to comment.