Releases: moo-man/WarhammerLibrary-FVTT
Releases · moo-man/WarhammerLibrary-FVTT
2.9.0
- 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
- Fix
preUpdateDocumenttrigger not working for data updates - Add ability to designate Table Modifiers in the formula, prompting the user when rolling. For example
1d100 + @modifierwill prompt for that modifier - Fix
createTokentrigger not firing - Add ability to force list updates to be strings
Full Changelog: 2.8.0...2.8.1
2.8.0
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
preUpdateDocumenttrigger to be more standardized and usefultypeargument haseffect,itemor nothing (for data update),documentargument is the effect or item in question,options.actionis eithercreatedeleteorupdatethe 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
sourceTestreference. - Fix notification pip not showing up for system updates.
2.7.0
- 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
Minor fixes and tweaks
Full Changelog: 2.6.0...2.6.1
2.6.0
- 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
- 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
- DragDialog now supports Actors
- Add concat handlebars helper
- other fixes
Full Changelog: 2.4.1...2.5.0
2.4.1
- Fix non-instantaneous effects being removed from the effect templates
Full Changelog: 2.4.0...2.4.1
2.4.0
- Add generalized
toEmbedhandler 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
flagsobject to dialog context for effects to store, intended to be taken up by the Test object
Full Changelog: 2.3.2...2.4.0