Releases: flamewave000/dragonflagon-fvtt
Releases · flamewave000/dragonflagon-fvtt
DF Quality of Life v1.6.0
- NEW #193: Template preview now has an option to perform active highlighting and auto-targeting while creating or moving the template.
- FIX #174: Fixed and integrated folder colours into Monk's Enhanced Journal.
- FIX #196: Vehicle weight calculation has been fixed for D&D5e.
- FIX #168: Correct auto-targeting with templates. Now only the owner's targetting changes instead of everyone's.
DF User Logger v1.6.4
Updated Spanish localization, courtesy of José E. Lozano (Viriato139ac#0342)
DF Flag Editor v1.1.1
FIX: Forgot to remove a debug flag.
DF Curvy Walls v3.2.3
DF Curvy Walls v3.2.2
Updated Spanish localization, courtesy of José E. Lozano (Viriato139ac#0342)
DF Chat Enhancements v3.5.0
- NEW: MarkDown features in the Chat Message box.
- NEW: MarkDown features in the Edit Chat Message.
- FIX: Chat Edit feature was failing after the first edit if "No HTML" option was on.
- UPDATE: Changed the "Edit Last Message" feature shortcut from
Shift+Up
toCtrl+Up
.
Hooks Extension v1.0.0
Initial release.
How to Use
In your JavaScript/TypeScript module, you simply import as follows
import './HooksExt.shim.js';
Or you can include it in your module scripts
{
"name": "my-module",
...
"scripts": [ "scripts/HooksExt.shim.js", ...]
}
To use the new regex hooks, simply pass a RegExp object instead of a string for the Hooks key.
Hooks.on(/render.*Config/, () => { });
DF Flag Editor v1.1.0
- NEW #200: All config and document sheet windows will now have an "Edit Flags" button in the header. This will open the window's document in the Flags Editor for quick access.
- FIX #199: Flag Editor not opening if Ace Library wasn't enabled.
- FIX: Fixed key deletion. Also added notice about scopes not being deletable.
Library: DF Module Buttons v1.0.2
- FIX: Tool activation.
DF Chat Enhancements v3.4.1
- FIX #203: Custom Chat Colour crash due to unset flag.