From af8911402e66c1fed1c0e6cadf0faf6da5941f9b Mon Sep 17 00:00:00 2001 From: Idle <651462+reonZ@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:04:26 +0200 Subject: [PATCH] 1.6.1 --- CHANGELOG.md | 11 +++++++++-- module.json | 9 +++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e947b02..6441951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +# 1.6.1 + +- added French localization (thanks to [Mose](https://github.com/mose)) +- `Combat Tracker`: + - releasing a combatant outside of the combat tracker will now revert its position in the initative + - thanks to [Shemetz](https://github.com/shemetz) + # 1.6.0 - added a new `Close Popup on Send-to-Chat` setting - `Persistent HUD`: - - a majority of NPC strikes will now have a custom shortcut images + - a majority of NPC strikes will now have custom shortcut images - the priority is given to images that were manually set - if not, it will look for one of the module's custom image - otherwise it will display a custom default image for the ranged attacks @@ -20,7 +27,7 @@ # 1.5.1 - `Persistent HUD`: - - changed the portrait style to be less opaque and accentuate the whole HUD icons/texts + - changed the portrait style to be less opaque and accentuated the whole HUD icons/texts - changed the left menu icons color to be the same as the one in the rest of the HUD - added a `Reset` button to the `Edit Avatar` menu - fixed shortcuts of the slot 0 of a prepared spellcasting entry not showing as expended diff --git a/module.json b/module.json index 11a28d0..beef380 100644 --- a/module.json +++ b/module.json @@ -16,11 +16,11 @@ "verified": "12.330", "maximum": "12" }, - "version": "1.6.0", + "version": "1.6.1", "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.6.0/module.zip", + "download": "https://github.com/reonZ/pf2e-hud/releases/download/1.6.1/module.zip", "changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md", "bugs": "https://github.com/reonZ/pf2e-hud/issues", "styles": [ @@ -55,6 +55,11 @@ "lang": "pl", "name": "Polish", "path": "lang/pl.json" + }, + { + "lang": "fr", + "name": "Français", + "path": "lang/fr.json" } ] } \ No newline at end of file