v6.3.0
What's Changed
- [#809] Tidy V5.10.0 feature port by @kgar in #810
- I18n: Latest from weblate by @kgar in #811
- fix: Limit visible currencies to CONFIG.DND5E.currencies by @kgar in #812
- I18n: latest from weblate by @kgar in #814
Full Changelog: v6.2.0...v6.3.0
Important
For dnd5e 4.0.x 🐉
Maintenance 🔧
- Tidy now hides currencies that are not in CONFIG.DND5E.currencies. This allows Custom dnd5e currency settings to work with Tidy.
Localization
- Polish updates, thanks to Andrzej Łaba!
- Italian updates, thanks to GregoryWarn!
- Brazilian Portuguese updates, thanks for Kharmans!
- Ukrainian updates, thanks to share-and-dont-care!
Feature Port from Tidy 5.10.0 - 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.