Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jul 31, 2024
1 parent 754146f commit b5f8324
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.4.0

- the module no longer requires having `PF2e Toolbelt` installed/activated nor its `Stances` setting enabled to display and toggle the stances section in the `Actions` sidebar
- `Persistent HUD`:
- fixed generic recall knowledge (from the `extras` sidebar) shortcut not doing anything
- fixed `Copy Owner Shortcuts` action not cleaning the current shortcuts first
- fixed the HUD not showing on load in the unlikely scenario where a user no longer has ownership of their assigned actor
- `Token Tooltip`:
- now displays the level of the token actor
- the level will be colored for NPCs with adjustment (elite/weak)
- added a new `Party as Observed` world setting
- consider actors in the 'Party' alliance to be observed by players for the sake of extending the tooltip
- not to be confused with the 'Party' actor

# 1.3.1

- `Persistent HUD`:
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "1.4.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.3.1/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.4.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": [
Expand All @@ -33,7 +33,7 @@
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "6.1.2"
"minimum": "6.1.3"
}
}
],
Expand Down

0 comments on commit b5f8324

Please sign in to comment.