Skip to content

Commit

Permalink
Release 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkinabout committed Oct 26, 2022
1 parent 8ba81d8 commit 9fb6a87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# [3.0.13] 2022-10-26
- Core - Update fr.json - Provided by rectulo.
- Core - Add 'Enable Dragging' module setting.
- Core - Add collapse/expand button to left of HUD.
- Core - Fix overflowing subtitles (#314).
- Core - Fix scene and hotbar context menus appearing below the HUD (#316).
- 3.5e SRD - Fix Psionic Power spells not showing on the HUD.
- D&D 5e - Fix title references when Group by Action Type is enabled (#318).
- Pathfinder 1e - Fix BAB and CMB title references (#315).
- Pathfinder 2e - Fix error caused by tokens with no actor assigned (#145).

# [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.
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"url": "https://github.com/Drental/fvtt-tokenactionhud",
"flags": {},
"version": "3.0.12",
"version": "3.0.13",
"compatibility": {
"minimum": "10",
"verified": "10.288"
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.12/module.zip",
"download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/3.0.13/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
Expand Down

0 comments on commit 9fb6a87

Please sign in to comment.