Skip to content

Commit

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

- this is a system `6.3.0` release
- `Combat Tracker`:
- token image no longer overflows out of the tracker's bounds when `Texture Scaling` is enabled
- this was causing some issues when the tracker was reaching a height big enough to require scrolling
- downscaled token images now have gradient masks instead (stolen from [supe](https://github.com/CarlosFdez))
- fix non-breaking error when changing settings while the feature was disabled
- `Persistent HUD`:
- fix portrait image not using the custom avatar until an actor update took place
- `Token HUD`:
- fix hud not closing when disabling the feature and still on screen
- fix hud not showing for PCs/NPCs if the `Auto-Set Actor` was set to `On Token Selection` even when the `Persistent HUD` was disabled
- fix debug stuff showing in console
- fix `Party Alliance as Observed` description only mentioning the tooltip

# 1.9.0

- the `Token HUD` no longer gets disabled when the `Auto-Set Actor` setting is set to `On Token Selection`
Expand Down
14 changes: 9 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@
"discord": "idleatre"
}
],
"esmodules": ["scripts/main.js"],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.329",
"verified": "12.331",
"maximum": "12"
},
"version": "1.9.0",
"version": "1.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/1.9.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.10.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": ["styles/pf2e-hud.css"],
"styles": [
"styles/pf2e-hud.css"
],
"relationships": {
"systems": [
{
Expand Down Expand Up @@ -58,4 +62,4 @@
"path": "lang/fr.json"
}
]
}
}

0 comments on commit a098dea

Please sign in to comment.