Skip to content

v0.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:30
· 3 commits to main since this release

Fixed

  • The default dnd5e sheet widget could clobber Tidy5e Sheet's own inspiration UI when Tidy5e (quadrone theme) was active. renderActorSheetV2 fires for any ApplicationV2-based character sheet, and Tidy5e happens to reuse the same class names dnd5e's own sheet uses (header.sheet-header, a button with class inspiration) — so without a check, the code would find and remove Tidy5e's inspiration button and inject its own widget on top, positioned for the wrong layout. The widget now only activates on dnd5e's actual default sheet, leaving Tidy5e (and any other alternate sheet module) untouched.

Requirements

  • Foundry VTT v13.341+
  • dnd5e system v5.0.0+
  • Tidy5e Sheet (optional, quadrone theme) for the native counter integration