Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jul 5, 2024
1 parent 38f2d3d commit 4442b0b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 0.16.0

- IMPORTANT:
- keybindings have been reset
- added a new `Use Sidebar Filter` keybinding
- using that bind whenever a sidebar is open will display a filter field in the center of the screen
- typing anything in the field will filter the current sidebar content
- the field doesn't care about capital letters
- nothing happens if the typed filter doesn't match anything
- if anything matches the filter, the rest of the sidebar will be darkened to highlight it
- if the matched element is related to another element/section, those parent elements will also remain highlighted
- 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 `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
- `Combat Tracker`
- removed the previously added scene control tool button for the combat tracker
- `Token Tooltip`
- fixed (hopefully) a rare error when switching scene that would prevent the canvas from rendering

# 0.15.0

- IMPORTANT:
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.15.0",
"version": "0.16.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.15.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.16.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 4442b0b

Please sign in to comment.