Skip to content

2.1.0

Choose a tag to compare

@Smantella Smantella released this 23 Jul 09:29
1e46175

Changelog

v2.1.0

  • Round in Big Hit message: added {{round}} placeholder, with ordinal formatting (e.g. "1°") in Italian.
  • AoE fix: area damage is now correctly summed (previously only the first target's hit was recorded) for both the defeated-enemies count and the max single hit tracker.
  • Defeated count fix for unlinked tokens: each token is now tracked individually instead of being incorrectly deduplicated.
  • New "Abilities" tab: WoW Logs–style damage meter per character, with bars per weapon/spell (total damage, hits, average, max).
  • New "Trend" chart type: shows a metric's progression fight by fight, one line per character.
  • Customizable chat message sender: the end-of-combat recap card can now be sent as a chosen actor (name + portrait) instead of a fixed alias.
  • Fix crash on LAN/HTTP setups: replaced crypto.randomUUID() (requires HTTPS) with foundry.utils.randomID(), which also works in non-secure contexts (Docker, reverse proxies, etc.) — resolves a TypeError that blocked fight saving.
  • Updated IT/EN localization for all new strings.