diff --git a/CHANGELOG.md b/CHANGELOG.md index 705db6a..7ad1820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.4.0 + +- the module no longer requires having `PF2e Toolbelt` installed/activated nor its `Stances` setting enabled to display and toggle the stances section in the `Actions` sidebar +- `Persistent HUD`: + - fixed generic recall knowledge (from the `extras` sidebar) shortcut not doing anything + - fixed `Copy Owner Shortcuts` action not cleaning the current shortcuts first + - fixed the HUD not showing on load in the unlikely scenario where a user no longer has ownership of their assigned actor +- `Token Tooltip`: + - now displays the level of the token actor + - the level will be colored for NPCs with adjustment (elite/weak) + - added a new `Party as Observed` world setting + - consider actors in the 'Party' alliance to be observed by players for the sake of extending the tooltip + - not to be confused with the 'Party' actor + # 1.3.1 - `Persistent HUD`: diff --git a/module.json b/module.json index 2403638..2b1994e 100644 --- a/module.json +++ b/module.json @@ -16,11 +16,11 @@ "verified": "12.330", "maximum": "12" }, - "version": "1.3.1", + "version": "1.4.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.3.1/module.zip", + "download": "https://github.com/reonZ/pf2e-hud/releases/download/1.4.0/module.zip", "changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md", "bugs": "https://github.com/reonZ/pf2e-hud/issues", "styles": [ @@ -33,7 +33,7 @@ "type": "system", "manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json", "compatibility": { - "minimum": "6.1.2" + "minimum": "6.1.3" } } ],