Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 25, 2024
1 parent 21f2471 commit 58dd02f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.10.0

- settings can now be `GM Only` and still be client settings
- added extra tags to setting names in the "Configure Game Settings" application to indicate which ones are `GM Only` or `Requires Reload`
- `Persistent HUD`:
- the `Auto-Fill NPCs` setting is now a checkbox and gm-only (setting was reset)
- added a new `Auto-Fill Preference` gm-only setting
- select menu that was originally in `Auto-Fill NPCs`
- is also used when using the auto-fill shortcut menu (see below)
- added a new `Use Owner Shortcuts` gm-only setting
- it will find the "main" owner of the Character actor and use its shortcuts if you never made any change in yours
- added shortcuts menus for GM above the shortcut slots
- you will find a way to delete, auto-fill or copy owner shortcuts
- added the "default" range of character strikes directly on the shortcut
- fixed image size issue on firefox for dragged elements from sidebars

# 0.9.0

- `Combat Tracker`:
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.327",
"maximum": "12"
},
"version": "0.9.0",
"version": "0.10.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.9.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.10.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 58dd02f

Please sign in to comment.