File Details
v1.0.1
- R
- May 15, 2026
- 337.12 KB
- 12
- 11.1.0+3
- MoP Classic + 3
File Name
AldorTax-v1.0.1.zip
Supported Versions
- 11.1.0
- 5.5.0
- 2.5.5
- 1.15.8
lightweight tag 92cce1f3c720aff39920964c2d514a912c233009 v1.0.1
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri May 15 14:27:01 2026 +0200
commit 92cce1f3c720aff39920964c2d514a912c233009
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri May 15 14:27:01 2026 +0200
Release v1.0.1: hide flashing warning text on zone exit/dismiss/SSC ghost
The top-of-screen blink warning could remain stranded on-screen after leaving
Shattrath (or any lift zone) because the OnUpdate hide path early-returned on
nil activeLiftID before reaching the warnFrame logic. Also missing the
sessionDismissed and sscSuppressed guards that the compact/calibration UIs
already had.
- Hide warnFrame in the zone-exit branch alongside syncUI:Hide()
- Hide warnFrame in the OnUpdate early-return when activeLiftID becomes nil
- Suppress warnFrame when sessionDismissed[activeLiftID] or sscSuppressed,
mirroring the hard-hide conditions in UpdateSyncUIVisibility()
AldorTaxLight is unaffected — its variant.Hide() already covers both bar and
warning frames through a single gate.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
commit 3b0326ba4f5983acfec041708b681df34290c122
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri May 15 12:36:33 2026 +0200
Add CurseForge debug workflow
workflow_dispatch-triggered probe that POSTs to the same package endpoint
the release workflow uses, but logs the full response (status + body)
instead of just failing on non-2xx. For diagnosing the 403 on v1.0.0.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>