Skip to content

v0.7.6

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:51
· 8 commits to main since this release

Fixed

  • The module failed to initialize entirely on some setups — the sheet counter, chat menu option, and "I" keybind all silently stopped working. Root cause: socketlib refuses to register a module that doesn't declare "socket": true in its manifest, returning undefined instead. The code called .register() on that undefined value without checking, throwing inside the module's init hook — which aborted every registration that runs afterward. Added the missing manifest flag, and made the socketlib setup defensive so a failure there can never take down the rest of the module again.

Requirements

  • Foundry VTT v13.341+
  • dnd5e system v5.0.0+
  • Tidy5e Sheet (optional, quadrone theme) for native counter integration
  • socketlib (optional) improves reliability of one specific case in shared mode