Version 2.1.2 is an update focused on fixing critical bugs related to aura visibility, settings menu behavior, and stability issues.

Change Log

Fixed

  • Fixed Aura 1 being reset to transparent/zero radius in tint mode when a token’s HP changed. clearAuras was unconditionally zeroing aura1_color and aura1_radius even though HealthColors never writes to Aura 1 in tint mode, causing any manually-placed Aura 1 to be wiped on every health update. Aura 1 is now left untouched when tint mode is active. (#17)
  • Fixed incomplete token refresh when toggling between aura and tint modes. The previous approach ran a separate aura1 cleanup pass followed by the async drain queue, which could interleave with the change:graphic events the cleanup itself triggered. Replaced with a single modeSwitch drain queue that clears aura1 and re-evaluates each token in one atomic step per token, ensuring all tokens transition cleanly in both directions.

Where to install the mod from?