Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Aug 10, 2024
1 parent 2db71d9 commit b05d3e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.5.2

- filters for skills will now work both ways instead of from child to parent only
- the statistic will be passed down to all its children
- the action will be passed down to its variants
- which will allow highlighting of related sections instead of just the found match
- `Persistent HUD`:
- fixed alternate strike shortcuts not working for strikes with a single variant

# 1.5.1

- `Persistent HUD`:
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": [
{
"name": "Idle",
"discord": "Idle#3251"
"discord": "idleatre"
}
],
"esmodules": [
Expand All @@ -16,11 +16,11 @@
"verified": "12.330",
"maximum": "12"
},
"version": "1.5.1",
"version": "1.5.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.5.1/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.5.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 b05d3e5

Please sign in to comment.