Skip to content

Releases: moo-man/WarhammerLibrary-FVTT

2.10.0

Choose a tag to compare

@moo-man moo-man released this 31 Mar 16:38

Full Changelog: 2.9.1...2.10.0

2.9.1

Choose a tag to compare

@moo-man moo-man released this 24 Feb 15:26
  • Embeds can now be configured with classes @Embed[ID classes="yourclass"]
  • Made target, area, and zone effect handling more consistent with retrieving the effect

Full Changelog: 2.9.0...2.9.1

2.9.0

Choose a tag to compare

@moo-man moo-man released this 27 Jan 15:22
  • 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

Choose a tag to compare

@moo-man moo-man released this 14 Jan 22:16
  • 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

Choose a tag to compare

@moo-man moo-man released this 09 Dec 15:41

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

Choose a tag to compare

@moo-man moo-man released this 28 Oct 14:56
  • 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

Choose a tag to compare

@moo-man moo-man released this 30 Sep 14:51

Minor fixes and tweaks

Full Changelog: 2.6.0...2.6.1

2.6.0

Choose a tag to compare

@moo-man moo-man released this 11 Sep 03:47
  • 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

Choose a tag to compare

@moo-man moo-man released this 02 Sep 21:10
  • 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

Choose a tag to compare

@moo-man moo-man released this 26 Aug 14:48
  • DragDialog now supports Actors
  • Add concat handlebars helper
  • other fixes

Full Changelog: 2.4.1...2.5.0