Skip to content

Commit

Permalink
1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Nov 6, 2024
1 parent 685d06f commit 76a1f22
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# 1.20.0

- move the `Health Status` world setting outside the `Token Tooltip` context
- it is now a global setting and has been reset
- `Combat Tracker`:
- slightly increase the border shadow of anonymous creature names
- add health status indicator for combatants that the user cannot observe
- this uses the `Health Status` global setting
- the actual status is shown when hovering over the `???`
- fix rare issue related to non-linked actors with their base actor no longer in the world actors list

# 1.19.0

- this is a system `6.6.0` release
- `Persistent HUD`:
- allow the creation of skill action shortcuts with variants
- the variant popup now has an icon that can be dragged to create a shortcut with the current variants
- `Sidebars`:
- add a green background to spontanous signature spells
- add a green background to spontaneous signature spells
- add a toggle for signature spells from animist spellcasting entries generated by the `PF2e Dailies` module
- requires version `3.8.1` of the module
- fix prepared cantrips having the expended toggle
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.331",
"maximum": "12"
},
"version": "1.19.0",
"version": "1.20.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.19.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.20.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
2 changes: 1 addition & 1 deletion styles/pf2e-hud.css

Large diffs are not rendered by default.

Loading

0 comments on commit 76a1f22

Please sign in to comment.