Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Aug 8, 2024
1 parent 2238ffe commit cfb868d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.5.1

- `Persistent HUD`:
- changed the portrait style to be less opaque and accentuate the whole HUD icons/texts
- changed the left menu icons color to be the same as the one in the rest of the HUD
- added a `Reset` button to the `Edit Avatar` menu
- fixed shortcuts of the slot 0 of a prepared spellcasting entry not showing as expended

# 1.5.0

- now provides the item as argument to the `Use Action` macro scope
Expand Down
2 changes: 1 addition & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
"closeAllOnCLick": {
"name": "Full Close on Click",
"hint": "When enabled, clicking anywhere on the board will close thr HUD entirely. When disabled, it will take you out of any input field or close the sidebar first."
"hint": "When enabled, clicking anywhere on the board will close the HUD entirely. When disabled, it will take you out of any input field or close the sidebar first."
},
"closeOnSpell": {
"name": "Close on Spell Cast",
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.330",
"maximum": "12"
},
"version": "1.5.0",
"version": "1.5.1",
"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.5.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.5.1/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 cfb868d

Please sign in to comment.