diff --git a/CHANGELOG.md b/CHANGELOG.md index c59018a..f9d7a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.8.0 + +- localized keybinds +- made "everything" draggable in the sidebars +- fixed not being able to toggle few `Token HUD` and `Persistent HUD` settings +- `Combat Tracker`: + - fixed issue with token texture scaling +- `Persistent HUD`: + - fixed linked sidebars not re-rendering on actor update + - implement the shortcut slots + - `consumables`, `strikes`, `elemental blasts`, `actions`, `spells` and `Roll Option` toggles can be dropped in the slots to create a shortcut + - only `spells` dragged from a sidebar will be able to be turned into a shortcut + - added `Confirm Action/Spell Shortcut` and `Consumable Shortcut` settings to add confirmation dialogs before using them +- `Token HUD`: + - added exception for showing of the HUD when the `alt` key is held + - fixed enabling/disabled the feature not triggering a "require reload" event + # 0.7.0 - added support for `Persistent HUD` sidebars diff --git a/module.json b/module.json index 35cecbc..7dacdde 100644 --- a/module.json +++ b/module.json @@ -8,20 +8,24 @@ "discord": "Idle#3251" } ], - "esmodules": ["scripts/main.js"], + "esmodules": [ + "scripts/main.js" + ], "compatibility": { "minimum": "12.327", "verified": "12.327", "maximum": "12" }, - "version": "0.7.0", + "version": "0.8.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/0.7.0/module.zip", + "download": "https://github.com/reonZ/pf2e-hud/releases/download/0.8.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": [ { @@ -48,4 +52,4 @@ "path": "lang/en.json" } ] -} +} \ No newline at end of file