promotional bannermobile promotional banner

WTFAY - Who The F* Are You?

Track, rate, and remember every player you encounter. Build your own personal player database with ratings (-3 to +5), notes, encounter history, and auto-tracking. Never forget who you grouped with

File Details

v0.4.1

  • R
  • Feb 15, 2026
  • 46.85 KB
  • 3
  • 2.5.5
  • Classic TBC

File Name

WTFAY-v0.4.1.zip

Supported Versions

  • 2.5.5

lightweight tag acd7089d931b3c684f4c4eacd76b070222c52f69 v0.4.1
Author:    goosefraba <bernhard.keprt@gmail.com>
Date:    Sun Feb 15 22:44:18 2026 +0100

commit acd7089d931b3c684f4c4eacd76b070222c52f69
Author: goosefraba <bernhard.keprt@gmail.com>
Date:   Sun Feb 15 22:44:18 2026 +0100

    Remove GitHub Actions release workflow, using CurseForge auto-packaging instead

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

commit 58d156dc602b46148722a24b0b3e6922357e566b
Author: goosefraba <bernhard.keprt@gmail.com>
Date:   Sun Feb 15 22:16:46 2026 +0100

    Fix workflow: correct secrets syntax in if condition

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

commit 7069ed502060603d2ccd0f84ced6e9636a60575e
Author: goosefraba <bernhard.keprt@gmail.com>
Date:   Sun Feb 15 22:12:44 2026 +0100

    Fix release workflow: add write permissions, conditional CurseForge

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

commit 494d362030876f30d3c8352b7e9813f041ec1dfd
Author: Claude <noreply@anthropic.com>
Date:   Sun Feb 15 19:25:20 2026 +0000

    Add GitHub Actions release workflow

    Automates building the release zip and publishing to both
    GitHub Releases and CurseForge when a version tag is pushed.
    Changelog is extracted per-version from CHANGELOG.md.

    https://claude.ai/code/session_01V5tEujeFps2Ah9E9Lr2Kgi

commit 7acb359bab110a162495857e9441a73de0d92b57
Author: Claude <noreply@anthropic.com>
Date:   Sun Feb 15 18:37:12 2026 +0000

    Add v0.4.1 release zip

    https://claude.ai/code/session_01V5tEujeFps2Ah9E9Lr2Kgi

commit 03cfe9ea9eb65941f5bb3f3a267f8a54ad7a4238
Author: Claude <noreply@anthropic.com>
Date:   Sun Feb 15 18:30:55 2026 +0000

    Bump version to 0.4.1

    https://claude.ai/code/session_01V5tEujeFps2Ah9E9Lr2Kgi

commit a9894b6a1cd7e3ccfb8650533bfac0de3ad5b07a
Author: Claude <noreply@anthropic.com>
Date:   Sun Feb 15 18:26:16 2026 +0000

    Fix export panel showing blank text due to pipe separator

    The export format used "|" as field separator, but "|" is WoW's escape
    character. When export text was set on the EditBox, WoW's renderer
    interpreted sequences like |H (from "Human"/"Hunter") as hyperlink
    starts and |T (from "Troll"/"Tauren") as texture embeds, causing the
    text to appear invisible/blank.

    Switched to tab ("\t") as the separator (V2 format). Import detects the
    format version from the header and uses the correct separator, so V1
    data can still be imported if pasted directly.

    https://claude.ai/code/session_01V5tEujeFps2Ah9E9Lr2Kgi

commit ea537beef6a0357e990da37f542b9efdcb98b4cd
Author: Claude <noreply@anthropic.com>
Date:   Sun Feb 15 18:20:57 2026 +0000

    Fix known-player alert firing when members leave the group

    The fingerprint-based change detection triggered notifications whenever
    the set of known players changed, including when someone left. This
    caused false alerts showing remaining known players on every departure.

    Added a lastAlertSet lookup table to distinguish new arrivals from
    departures: the notification now only fires when a player key is found
    that was NOT in the previous scan, so leaving members no longer trigger
    the alert.

    https://claude.ai/code/session_01V5tEujeFps2Ah9E9Lr2Kgi

commit 5df65ad157d55914159382fe8314e02059648ef2
Author: goosefraba <bernhard.keprt@gmail.com>
Date:   Sun Feb 15 00:03:45 2026 +0100

    Update TOC author to goosefraba

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>