Skip to content

Releases: moo-man/WarhammerLibrary-FVTT

2.9.0

27 Jan 15:22

Choose a tag to compare

  • Add hook for when the system is first launched: Hooks.on("wfrp4e:firstLoad")
  • On first launch, Token Auto Rotate setting is disabled
  • Add setting to disable drag ruler
  • Support adding styles to table embeds: @Embed[<uuid> style=<style>]

Full Changelog: 2.8.1...2.9.0

2.8.1

14 Jan 22:16

Choose a tag to compare

  • Fix preUpdateDocument trigger not working for data updates
  • Add ability to designate Table Modifiers in the formula, prompting the user when rolling. For example 1d100 + @modifier will prompt for that modifier
  • Fix createToken trigger not firing
  • Add ability to force list updates to be strings

Full Changelog: 2.8.0...2.8.1

2.8.0

09 Dec 15:41

Choose a tag to compare

Full Changelog: 2.7.0...2.8.0

  • Add default option to Item Dialog
  • Add useToken option to Item Dialog when it is instead used for Actors
  • Fixed Zone Config not having any actions registered
  • Refactored preUpdateDocument trigger to be more standardized and useful
    • type argument has effect, item or nothing (for data update), document argument is the effect or item in question, options.action is either create delete or update the effect or item in question.
    • Can return false to prevent update
  • RollTable embed can now handle multiple columns (if the other tables are the exact same structure
  • Fix area effects losing their sourceTest reference.
  • Fix notification pip not showing up for system updates.

2.7.0

28 Oct 14:56

Choose a tag to compare

  • Add checkbox to run scripts even if the parent effect is disabled
  • Add Hide script to manual scripts, hiding the button if returning true
  • Remove V1 sheet base classes
  • Other minor fixes

Full Changelog: 2.6.1...2.7.0

2.6.1

30 Sep 14:51

Choose a tag to compare

Minor fixes and tweaks

Full Changelog: 2.6.0...2.6.1

2.6.0

11 Sep 03:47

Choose a tag to compare

  • Refactor SocketHandlers to use new query syntax (Thanks @silentmark)
  • Reimplement Bug Reporter
  • Fix AoE placement on gridless scenes

Full Changelog: 2.5.1...2.6.0

2.5.1

02 Sep 21:10

Choose a tag to compare

  • Fix Edit Diff button in choice config
  • Remove concat helper that overrode Foundry's
  • Fix initialization windows not being scrollable
  • localization update by @silentmark in #26

Full Changelog: 2.5.0...2.5.1

2.5.0

26 Aug 14:48

Choose a tag to compare

  • DragDialog now supports Actors
  • Add concat handlebars helper
  • other fixes

Full Changelog: 2.4.1...2.5.0

2.4.1

20 Aug 02:45

Choose a tag to compare

  • Fix non-instantaneous effects being removed from the effect templates

Full Changelog: 2.4.0...2.4.1

2.4.0

19 Aug 14:38

Choose a tag to compare

  • Add generalized toEmbed handler for Items
  • ChoiceConfig now can restrict item types, preventing unwanted items from being included
  • Instantaneous Area Effects now poll the semaphore to see if it is finished adding effects before removing the effect from the area.
  • Add generic map marker icon
  • Add Indentation for Level 4 journal entry headers
  • Add flags object to dialog context for effects to store, intended to be taken up by the Test object

Full Changelog: 2.3.2...2.4.0