File Details
v2.6.2-rc1
- R
- May 3, 2026
- 20.70 KB
- 8
- 12.0.5+1
- Retail
File Name
EarlyPull-v2.6.2-rc1.zip
Supported Versions
- 12.0.5
- 12.0.1
EarlyPull
v2.6.2-rc1 (2026-05-03)
Full Changelog Previous Releases
- Restore name attribution + fix instance name and [Unknown] coloring
A user reported every pull resolving to [Unknown] in the leaderboard
since v2.5.2. The over-eager issecretvalue filter in RecordPull was
preventing names from being stored at all, which in turn meant
nothing accumulated cross-session even though SavedVariables
normalizes secret strings to plain text on disk anyway. Reverted
that filter; moved the secret-string safeguard to read-time in
aggregatePulls so the leaderboard table can't blow up on in-session
secrets either.
Also fixed two display bugs spotted during the same diagnosis:- GetOrCreateSession was destructuring GetInstanceInfo() with a
leading underscore in the wrong slot, capturing instanceType
("raid") as the name. Header now reads the actual instance name. - FormatPullerName returned "[Unknown]" wrapped in the class color
escape when the name was secret but class was readable. Looked
like a real player but wasn't. Now plain "[Unknown]" with no
coloring when the name can't be resolved.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
- GetOrCreateSession was destructuring GetInstanceInfo() with a

