promotional bannermobile promotional banner

RepLine

Lightweight multi-reputation tracker for TBC Anniversary.

File Details

v0.2.0-bcc

  • R
  • May 25, 2026
  • 63.63 KB
  • 9
  • 2.5.5
  • Classic TBC

File Name

RepLine-v0.2.0-bcc.zip

Supported Versions

  • 2.5.5

RepLine

v0.2.0 (2026-05-25)

Full Changelog Previous Releases

  • Add close + options buttons, hide-in-combat, and bar sorting (v0.2.0)
    Top-right control row with options (menu), compact, and close icons; the
    close button hides the panel (reopen via /rep). New custom-styled options
    window exposes a 'hide in combat' toggle (driven by PLAYER_REGEN events,
    without disturbing the manual hidden state) and a sort order: watchlist,
    name, or reputation high-to-low / low-to-high, ranked by absolute barValue.
    Bumps version to 0.2.0 and documents the buttons, options, and /rep options.
  • Rewrite README to be user-facing prose, not a feature spec sheet
    Lede now opens on the user's problem instead of branding language.
    New 'How to use it' walkthrough takes the reader through first-use
    step by step, including the compact-mode toggle, color legend, and
    how to move the panel. Slash commands table trimmed to plain English.
    Dropped self-congratulatory dev framing (no libraries, line count,
    'razor-minimal'). Same factual content; more useful to a reader who
    just wants to know whether to install it.
  • Grant workflow contents:write so the packager can create GitHub releases
    The v0.1.0 packager run uploaded the addon zip to CurseForge
    successfully but failed the subsequent step of creating a GitHub
    release with '403 Resource not accessible by integration'. GitHub
    Actions' default GITHUB_TOKEN is read-only on repository contents;
    release creation needs write. Adding a workflow-level permissions
    block grants the minimum needed scope.