Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jul 22, 2024
1 parent 8501694 commit efd7ae2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.1.0

- this is a system `6.1.1` release
- `Persistent HUD`:
- added support for lore skill shortcuts
- added extra custom icons for skill actions & lore skills shortcuts
- `Sidebars`:
- fixed focus slider style in `Spells` sidebar
- `Token HUD`:
- no longer shows the sidebars icons row if all sidebars are disabled for that actor
- fixed `Recovery Check` icon not doing anything
- fixed `Close on Send to Chat` settings not doing anything
- fixed some prompt dialogs having an `undefined` button label
- fixed fps panel showing behind the hotbar when the `Persistent HUD` is enabled

# 1.0.0

- this is a system `6.1.0` release
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.329",
"maximum": "12"
},
"version": "1.0.0",
"version": "1.1.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.0.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.1.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.0"
"minimum": "6.1.1"
}
}
],
Expand Down

0 comments on commit efd7ae2

Please sign in to comment.