Skip to content

Commit

Permalink
1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Dec 22, 2024
1 parent 5d9af69 commit a1d0b4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.26.2

- `Resources Tracker`:
- fix tracker being toggled for every client instead of the current one only

# 1.26.1

- fix hotbar navigation being unresponsive after any persistent HUD "update"
Expand Down Expand Up @@ -608,11 +613,13 @@
- IMPORTANT:
- changes have been made to the data-structure of skills shortcuts, you will need to replace the existing ones (again)
- added support for statistic action shortcuts from the `Extras` sidebar
- added a new `Resource Tracker` HUD
- added a new `Resources Tracker Tracker` HUD:

- a small widget to track arbitrary resources
- GMs resources can be shared with everybody
- players resources only exist on their client (they are saved as user settings, not client)
- the HUD can be shown/hidden via a scene control tool button

- `Combat Tracker`
- added a scene control tool button to enable/disable the combat tracker without the need to go to the settings

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.26.1",
"version": "1.26.2",
"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.26.1/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.26.2/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 a1d0b4d

Please sign in to comment.