What's Changed
- [#140] API: Implemented Action List Activation Type remapping by @kgar in #164
- [#54] Expanded extensibility for Item Macro integration by @kgar in #165
- compatibility: Adjusted "Items with Spells" world script for spell drop issue by @kgar in #170
- Additional items with spells world script fix based on module update by @kgar in #172
- [#103] and [#168] Prepared for Downtime dnd5e compatibility rollout by @kgar in #173
Full Changelog: v0.1.21...v0.1.22
Module Compatibility Updates
- The Action List is ready for custom activation types: https://kgar.github.io/foundry-vtt-tidy-5e-sheets/classes/ActionListApi.html#mapActivationTypesToSections
- Example, you can remap the Midi-QoL custom reactions (Reaction Pre Attack, etc.) so they go to the "Reaction" section on the Action List with this world script: https://github.com/kgar/foundry-vtt-tidy-5e-sheets/blob/main/compatibility/world-scripts/midi-qol-action-list-reaction-remapping.js
- Thanks to discord user gambit07 for coming up with the idea
- The sheets have been enhanced to support more of Item Macro's features, such as right-click to use Macro.
- PR to the repo: Foundry-Workshop/Item-Macro#5
- Found and fixed an issue with Tidy's integration with "Items with Spells." Its world script has been updated. For best results, use latest Tidy, latest Items with Spells, and the updated world script.
- Tabs API has been expanded and refined. The calling module now has control over whether the default sheet listeners are applied to their tab: https://kgar.github.io/foundry-vtt-tidy-5e-sheets/classes/CustomTabBase.html#activateDefaultSheetListeners
Enjoy Some Downtime ☕
- Tidy 5e Sheets is now ready for integration with Downtime Dnd5e. Thanks to 4535992 for allowing me to submit some integration code.
- PR to the repo: p4535992/foundryvtt-downtime-dnd5e#6
Fixes
- Locked compendium sheets are now able to be tabbed through. Thanks to discord user gambit07 and garhi for reporting and troubleshooting with me.