Skip to content

v1.4.4

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:38
· 56 commits to main since this release

Fix release on top of v1.4.3.

Profiling captures now show full call stacks

The mods are now built with frame pointers. Profiles captured on your machine previously could not attribute time inside the mod DLLs to their callers, which made captures from the field much less useful than local ones. If you profile for us, capture on this version; v1.4.3 profiles have no stacks out of the mod code.

This may cost a small amount of performance on the 32-bit client in exchange. If you notice a difference, tell us; the perf logs across versions will show it either way.

Everything else is identical to v1.4.3, including the GetName reclaim and the cheaper performance logging. If you skipped v1.4.3, read its notes; capturing your next raid on this version helps us most.