Skip to content

Releases: flamewave000/dragonflagon-fvtt

DF Quality of Life v1.6.0

19 Nov 23:57
Compare
Choose a tag to compare
  • 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

16 Nov 00:27
Compare
Choose a tag to compare

Updated Spanish localization, courtesy of José E. Lozano (Viriato139ac#0342)

DF Flag Editor v1.1.1

16 Nov 01:07
Compare
Choose a tag to compare

FIX: Forgot to remove a debug flag.

DF Curvy Walls v3.2.3

16 Nov 17:18
Compare
Choose a tag to compare
  • NEW #190: There is now an option to use smaller control handles.
  • FIX #213: Applying tool crashed and would not succeed.

DF Curvy Walls v3.2.2

16 Nov 00:31
Compare
Choose a tag to compare

Updated Spanish localization, courtesy of José E. Lozano (Viriato139ac#0342)

DF Chat Enhancements v3.5.0

16 Nov 03:21
Compare
Choose a tag to compare
  • 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 to Ctrl+Up.

Hooks Extension v1.0.0

11 Nov 23:04
Compare
Choose a tag to compare

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

11 Nov 18:46
Compare
Choose a tag to compare
  • 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

10 Nov 00:16
Compare
Choose a tag to compare
  • FIX: Tool activation.

DF Chat Enhancements v3.4.1

09 Nov 18:44
Compare
Choose a tag to compare
  • FIX #203: Custom Chat Colour crash due to unset flag.