Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jul 12, 2024
1 parent a201c09 commit 8238bee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.17.0

- made some slight improvement to filters
- `Persistent HUD`:
- added a new `Shortcut Slots` setting to set the number of shortcut slots available in the HUD (NOTE: the module was designed to have 4 slots)
- implemented the `Font Size` setting for the persistent HUD
- fixed not being able to manually unset the persistent actor when the `Auto-Set Actor` setting is set to `On Token Select`
- `Resources Tracker`:
- implement the `Font Size` setting for the resources tracker
- you can now use negative limits to the resources
- resource steps are now customizable, if empty or 0 the step shortcut will be removed

# 0.16.0

- IMPORTANT:
Expand All @@ -12,7 +24,7 @@
- a variant action skill will highlight the variant, the parent action and the skill they belong to
- an item inside a backpack in the container section will have all 3 highlighted
- the filter field closes as soon as it loses focus
- pressing the `Enter` key will close the filter field was retaining the current filter for the sidebar
- pressing the `Enter` key will close the filter field while retaining the current filter for the sidebar
- pressing the `Escape` key will close the filter field and revert any filter
- pressing the `Use Sidebar Filter` keybind when there is a filter active on the current sidebar will cancel the filter
- changed the default text color across the different HUDs to be the same as the one in the foundry interface
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.328",
"maximum": "12"
},
"version": "0.16.0",
"version": "0.17.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.16.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.17.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 8238bee

Please sign in to comment.