promotional bannermobile promotional banner

tnaropanel

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

File Details

v17.0

  • R
  • Mar 23, 2026
  • 79.74 KB
  • 74
  • 12.0.1
  • Retail

File Name

Tnaropanel-v17.0.zip

Supported Versions

  • 12.0.1

Tnaropanel

v17.0 (2026-03-23)

Full Changelog

  • release: v17.0
  • feat: add in-game changelog window with per-version release notes
    • New ChangelogWindow.lua: scrollable popup showing curated, localized
      changelog entries per version (newest first), with close button,
      ESC support, drag-to-move, and "Don't show this ever again" checkbox
    • Auto-shows once per new addon version for existing users (not fresh installs)
    • Accessible via /tp changelog slash command
    • Retroactively populated with key changes from v11.0 through v16.0
    • Database: changelogSettings with lastSeenVersion and neverShowChangelog,
      with existing-user detection in InitializeDefaults
    • Localized in both English and German (enUS + deDE)
    • Updated CLAUDE.md: release workflow now includes in-game changelog step,
      documented /tp changelog command and changelog policy
    • Fixed stale hardcoded version string to read from TOC metadata
  • feat: add middle-click on main panel to toggle instance filter
    Add OnMouseDown handler to the main frame that toggles the instance
    filter when the panel is middle-clicked, providing a quick alternative
    to the keybind. Update help window mouse actions section and add
    bilingual locale strings (EN/DE).
  • feat: add toggleable help hint to roster window
    Add a small gray "/tp help" hint text at the bottom of the member roster
    window, styled to match the existing description texts in the options panel.
    • New FontString in MemberWindow using GameFontNormalSmall with gray color
    • New groupSettings.showHelpHint option (default: true) with full DB support
      (defaults, migration, reset)
    • New checkbox "Show help hint in roster" in Options under group settings
    • Bilingual locale strings for enUS and deDE
    • Hint is excluded from content height when disabled
  • fix: update countdown usage text to reference /tp instead of /tnaro
    Replace /tnaro with /tp in the countdown settings usage hint across
    both locales (enUS, deDE) and the Options.lua lookup key.