File Details
v1.1.0
- R
- Feb 25, 2026
- 158.97 KB
- 3
- 12.0.1+1
- Retail
File Name
LevelRacer-v1.1.0.zip
Supported Versions
- 12.0.1
- 12.0.0
LevelRacer
v1.1.0 (2026-02-25)
Full Changelog Previous Releases
- Move addon files to repo root for CurseForge packager compatibility
The BigWigsMods packager expects the TOC file at the repo root.
Moved all addon files from LevelRacer/ to root, updated .pkgmeta
externals and .gitignore paths accordingly.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Set CurseForge project ID to 1471917
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Add CurseForge packager GitHub Actions workflow
Set up BigWigsMods/packager to automatically package and upload
releases when a version tag (v*) is pushed. Creates a GitHub release
and uploads to CurseForge. Ace3 libs are fetched via .pkgmeta externals.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Bump version to 1.1.0, update README with new features
- Bump version to 1.1.0 in TOC
- Document compact view, XP graph time scales, and progress modes
- Fix StaticPopup EditBox casing for WoW 12.0 compatibility
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- Enhance graph with time scales and progress modes, add compact view
- Fix Inset fallback for WoW 12.0 template compatibility (MainFrame + Graph)
- Record XP data point immediately on level-up instead of waiting for timer
- Graph: add time scale buttons (All/1h/12h/1d/1w/1m/1y) with sliding window
- Graph: add progress mode toggle (To Max vs current Level percentage)
- Graph: add X-axis tick labels and axis border lines
- Add compact view: borderless semi-transparent frame with only progress bars,
auto-sizes to participant count, toggle via minimize button - Remove main/compact frames from UISpecialFrames so they persist when
other WoW panels open - Fix button bar overflow by reducing button width
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- Add README with features, installation, usage, and dev setup
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Add CLAUDE.md for AI-assisted development context
Project overview, architecture decisions, file structure, message protocol,
local dev setup, and key API references for onboarding on a new machine.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Switch to CurseForge packager for Ace3 dependencies
Remove vendored Libs/ from git tracking and add .pkgmeta to declare
external dependencies fetched by the CurseForge packager at release time.
Libs/ remains in .gitignore for local development copies.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Add addon icon in SVG and PNG formats
400x400 icon featuring ascending green XP bars, gold arrow with racing
flag, "LR" monogram, and dark navy background with gold border.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Add Ace3 libraries to Libs folder
Bundle Ace3 framework libraries from WoWUIDev/Ace3 for embedded use:
LibStub, CallbackHandler-1.0, AceAddon-3.0, AceEvent-3.0, AceTimer-3.0,
AceComm-3.0 (with ChatThrottleLib), AceSerializer-3.0, AceGUI-3.0
(with all widget/container files), and AceConfig-3.0 (Registry, Dialog, Cmd).
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Add LevelRacer WoW addon for competitive leveling races
Ace3-based addon targeting WoW Midnight (Patch 12.0, max level 90) that
lets friends race each other to max level. Features include race key
generation/sharing, WHISPER/BNet communication, XP progress tracking with
bars/text/graphs, play time and ETA estimation, self-correcting XP tables,
multiple parallel races, and race manager controls (stop/kick/block).
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

