Skip to content

Commit

Permalink
Release 3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkinabout committed Oct 18, 2022
1 parent 21d400f commit f19492b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# [3.0.12] 2022-10-18
- Core - Fix menus closing when cursor moves into space between buttons (#308).
- Core - Replace 'Dropdown Categories' module setting with 'Direction' module setting to support left and right directions in the future. The new setting should pick up the old setting.
- Core - Fix HUD holding focus when 'Enable for Current User' is unticked and Foundry VTT is reloaded (#311).
- Pathfinder 2e - Fix deprecated StatisticModifier#name (#302) - Provided by Drental.
- Pathfinder 2e - Add melee and thrown icons to actions in the Strikes category (#307).

# [3.0.11] 2022-10-08
- Core - Fix compendium subcategories (#295).
- Core - Fix HUD appearing above dialog windows (#297).
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"url": "https://github.com/Drental/fvtt-tokenactionhud",
"flags": {},
"version": "3.0.11",
"version": "3.0.12",
"compatibility": {
"minimum": "10",
"verified": "10.287"
"verified": "10.288"
},
"scripts": [
"./lib/tagify/tagify.min.js",
Expand Down Expand Up @@ -231,7 +231,7 @@
},
"socket": false,
"manifest": "https://github.com/Drental/fvtt-tokenactionhud/releases/latest/download/module.json",
"download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/3.0.11/module.zip",
"download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/3.0.12/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
Expand Down

0 comments on commit f19492b

Please sign in to comment.