Skip to content

v5.10.0

Compare
Choose a tag to compare
@kgar kgar released this 21 Oct 19:06
· 2 commits to dnd5e-3.3.x since this release
6607779

What's Changed

  • Added wrapping to item summaries in item advancements. by @kgar in #805
  • Implemented Actor Link Indicator toggle / unlink token reactivity for … by @kgar in #806
  • [#738] Assign Spell to Source Class when Filtering by Class in Spellbook by @kgar in #807
  • Resolved: Switches don't toggle when clicking their labels by @kgar in #808

Full Changelog: v5.9.2...v5.10.0

Important

For dnd5e 3.3.x 🦎

Another Care Package 🎁

  • Fixed: Item summaries in item advancements were not wrapping properly, causing horizontal scroll.
  • Fixed: Switches were not toggling when clicking their labels.

Actor Link Indicator Upgrade

The Actor Link Indicator now supports the following:

  • Click the link indicator to toggle "Link Actor Data" on sidebar NPCs
  • Click the link indicator to toggle off "Link Actor Data" on token NPCs

Multiclassing - Set Spell Source Class on Drop

With the multiclass spellbook filter feature turned on, if a class is selected on the dropdown, any spells dropped onto the spellbook will automatically set their source class to the selected class. This behavior is triggered during createItem hook specifically for Tidy character sheets.