promotional bannermobile promotional banner

tnaropanel

A small panel that displays online players within your guild, durability and FPS/MS.

File Details

v15.1

  • R
  • Mar 15, 2026
  • 64.71 KB
  • 51
  • 12.0.1
  • Retail

File Name

Tnaropanel-v15.1.zip

Supported Versions

  • 12.0.1

Tnaropanel

v15.1 (2026-03-15)

Full Changelog

  • release: v15.1 - Auto-invite, /tp commands, CLAUDE.md release workflow
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
  • feat: Add auto-invite on whisper for guild members and BNet friends
    • Add inviteSettings (enabled, keywords) to Database defaults, init, and migration
    • Register CHAT_MSG_WHISPER event and implement HandleWhisperInvite() with
      case-insensitive keyword matching and whitespace trimming
    • Add IsGuildMemberOrBNetFriend() helper checking guild roster and bnetCache
    • Add Invite Settings UI section in Options with enable checkbox and keywords editbox
    • Add invite settings to ResetAllSettings() and Options reset handler
    • Update HelpWindow Options Guide with Invite Settings entry
    • Update CLAUDE.md with Auto-Invite feature documentation
  • feat: Change slash commands from /tnaro to /tp as primary command
    • /tp (no args) now opens Options directly instead of Help Window
    • /tnaro kept as fallback alias, also opens Options
    • /tp help or /tp ? opens the Help Window
    • Removed /tnaroo easter egg, /th shortcut, /tp kb keybinds shortcut
    • Removed /tp options (redundant since /tp alone opens options)
    • Updated all references in HelpWindow.lua and CLAUDE.md documentation
    • Updated todolist to reflect completed coordinates module
  • docs: Add feature branch workflow requirement to CLAUDE.md
    New features planned in planning mode must be developed on dedicated
    feature branches before merging into master.