File Details
v1.1.1
- R
- May 17, 2026
- 30.33 KB
- 38
- 12.0.5
- Retail
File Name
Broker_PlayerCoords-v1.1.1.zip
Supported Versions
- 12.0.5
Broker: Coords
v1.1.1 (2026-05-17)
Full Changelog Previous Releases
- fix: clean tooltip footer version rendering
Two related fixes for the version string in the broker tooltip footer:- Drop the literal 'v' prefix from the format string. The packager
substitutes @project-version@ with a tag like 'v1.1.0' that already
includes the leading 'v', so the old code rendered 'Broker: Coords
vv1.1.0' in every released zip. - Map a literal '@'-prefixed addonVersion to 'dev'. In a raw source
checkout (no packager) GetAddOnMetadata returns the unsubstituted
'@project-version@' string; the fallback keeps the footer readable
when running directly from the working tree. Same pattern already
used in Broker_NosyKeys.
- Drop the literal 'v' prefix from the format string. The packager
- fix: restore @project-version@ placeholder in TOC
The v1.1.0 commit accidentally baked a literal 'v1.1.0' into the
Version field. The source belongs at @project-version@ so the
BigWigsMods packager can substitute the real tag at build time.
Doesn't affect the published v1.1.0 zip (the packager shipped whatever
literal was in the TOC, which happened to be the correct version) —
this only restores the placeholder for future tags.

