WowInfo

Provides game and character information.

File Details

3.5.1

  • R
  • Feb 24, 2026
  • 212.19 KB
  • 38
  • 12.0.1
  • Retail

File Name

WowInfo-3.5.1.zip

Supported Versions

  • 12.0.1

WowInfo

3.5.1 (2026-02-20)

Full Changelog Previous Releases

  • refactor(guild-friends): list friends directly under guild header without sub-header
  • feat(communities): use FocusMembers API and granular event handling for accurate presence tracking
    • Call C_Club.FocusMembers() to request member data from the server on cache rebuild
    • Add per-member status tracking in CACHE entries for delta presence updates
    • Handle CLUB_MEMBER_PRESENCE_UPDATED and CLUB_MEMBER_UPDATED with targeted UpdateMemberPresence()
    • Route CLUB_MEMBER_ADDED/REMOVED/MEMBERS_UPDATED to targeted UpdateClubInfo() instead of full rebuild
    • Add CLUB_ADDED, CLUB_REMOVED, BN_INFO_CHANGED, and FRIENDLIST_UPDATE events for full cache rebuilds
    • Remove lazy __updateCache flag in favor of event-driven cache updates
  • docs: document tooltip target contract in TooltipManager
  • refactor: unify guild and communities tooltip with online/total member format
    Show guild name as header with online (total) count instead of generic
    "X Members Y Online" text. Remove "Communities:" header and Shift
    member expansion; display each community as a header with the same
    online (total) format. Hide communities where you are the only one
    online. Remove unused locale strings.