Skip to content

v0.7.4

Pre-release
Pre-release

Choose a tag to compare

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

Fixed

  • Fixed a race condition that silently disabled the socketlib integration. socketlib fires its own "socketlib.ready" event synchronously inside its init hook; if socketlib's init happened to run before this module's, the listener was registered after the event had already fired and never received it for the rest of the session — so spending inspiration that belonged to another character in shared mode silently did nothing whenever socketlib was relied on. Fixed by checking for socketlib's global object directly first, only waiting on the event if it truly isn't ready yet.

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