From 9fb6a874193824fffa8d73dfeae23dfcfc29ffc1 Mon Sep 17 00:00:00 2001 From: Russell Larkin Date: Wed, 26 Oct 2022 23:59:03 +0100 Subject: [PATCH] Release 3.0.13 --- changelog.md | 11 +++++++++++ module.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a33f45b2..dfb80771 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/module.json b/module.json index 50b43f97..b3425235 100644 --- a/module.json +++ b/module.json @@ -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" @@ -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