diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c178b1..1ca4a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/module.json b/module.json index 7e3dc3b..03293d0 100644 --- a/module.json +++ b/module.json @@ -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": [ { @@ -58,4 +62,4 @@ "path": "lang/fr.json" } ] -} +} \ No newline at end of file