Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 3, 2024
1 parent 51dd440 commit 36fd48f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# 0.5.0

- `Combat Tracker`
- prevent being able to drag & drop combatant when the tracker is collapsed
- `Popup`
- will now fade out when the user is dragging anything in the page
- `Token HUD`
- will now fade out when the user is dragging anything in the page
- now disable the `spells` sidebar icon when no spell exist on the actor
- added a new `Full Close on Click` setting
- added draw icon functionality to spell consumables
- added the `items` sidebar (fully functionnal)
- `Token Tooltip`
- fixed health status not changing colour

# 0.4.0

- made a complete refactor of the templates across the different HUDs
- `Popup`
- implemented the fundamentals for the popup application
- the popup is an actual foundry application and is persistent (can be moved/minimized)
- `Token HUD`
- spells sidebar is now fully functional
- `spells` sidebar is now fully functional
- `Persistent HUD`
- added new icon to remove the UI elements from the portrait, they show up when hovering over it
- added a flash animation on the portrait when selecting a token linked to the currently set actor
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.325",
"maximum": "12"
},
"version": "0.4.0",
"version": "0.5.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.4.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.5.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 36fd48f

Please sign in to comment.