Skip to content

v0.11.1

Compare
Choose a tag to compare
@kgar kgar released this 07 Feb 15:32
· 644 commits to main since this release
9bf99fe

What's Changed

  • i18n: Updated AttributeBlocks to correctly cross-reference ability abbreviations by @kgar in #312
  • [#11] Implemented Item Table Expand/Collapse feature by @kgar in #306
  • I18n by @kgar in #314
  • Update 5esheet-resourcesPlus.js by @kgar in #318
  • Update items-with-spells-5e.js by @kgar in #317
  • Quick fix - Added localization for Expand All / Collapse All verbiage. by @kgar in #319

Full Changelog: v0.11.0...v0.11.1

for dnd5e 2.4.x

Actor Item List Expand/Collapse

All actor sheets now support item table expand and collapse. Tabs with a utility toolbar also feature Expand All / Collapse All controls.

image
(theme: Kiligir's Color Theory)

Utility Toolbar Upgrade, Work in Progress

The toolbars which appear on various tabs have received some layout updates, both to make room for toolbar commands and to prepare for more changes related to dnd5e 3.x.

image

Not All Tables

Note: This feature leverages the web tech tools available to Tidy 5e Sheets. Any tables that are injected in as HTML will not innately support this feature. There will be API tools in the future to assist modules with injecting tables that inherit all of the features of Tidy's core tables.

Additional Updates

  • Spanish localization has been updated to include the new content regarding migrations. Thank you, IVoltZ!
  • Attributes now use their correctly localized abbreviations on the actor sheets. Thank you IVoltZ for working with me on this effort.
  • World scripts for dnd5e 2.4.x have been updated to resolve an issue with World Scripter compatibility.