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.
clearAuraswas unconditionally zeroingaura1_colorandaura1_radiuseven 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:graphicevents the cleanup itself triggered. Replaced with a singlemodeSwitchdrain 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?
- Roll20 One-Click Installer.
- Roll20 API GitHub master branch.
- Download and install manually from Dropbox.