v2026.08.11.2341
What's new
lightweight tag 9cd30fb7c564077a44c57093e141d589ea156578 v2026.08.11.2341
Author: BAThomp24 <bathomp24@gmail.com>
Date: Tue Aug 11 19:41:30 2026 -0400
commit 9cd30fb7c564077a44c57093e141d589ea156578
Author: BAThomp24 <bathomp24@gmail.com>
Date: Tue Aug 11 19:41:14 2026 -0400
Support WoW 12.1 (Interface 120100)
Client build 12.1.0.69273 ships interface 120100; 120007 (12.0.7) now
reads as out-of-date in the addon list. No code changes needed — the
12.1 API removals are unused here, and the new secret-aura /
secret-identity restrictions don't apply: the lust logic reads WCL data
and group state, never per-member UnitClass or index-based aura access.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit 97ad48f93e0694bc7ee02746f1427b7e5e32d6e2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Aug 6 09:52:30 2026 +0000
data: weekly WCL lust-call refresh
commit 50589731670de88ed62a3d1abfb4ea4ae326ba7e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jul 30 09:48:27 2026 +0000
data: weekly WCL lust-call refresh
commit 7de5982a3db36b2a5a389a838465a8e9a6e97ba9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jul 23 09:44:42 2026 +0000
data: weekly WCL lust-call refresh
commit b6af32e99232f321b9abf630f820420147c7f016
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jul 16 09:35:00 2026 +0000
data: weekly WCL lust-call refresh
commit a68f3e8652b3c8bd0effb54dd767462512c9bbaa
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jul 9 10:59:29 2026 +0000
data: weekly WCL lust-call refresh
commit b97a230cfee50b7bded4113c24d0105d396f31c0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jul 6 22:11:59 2026 +0000
data: weekly WCL lust-call refresh
commit bd3b59bbb0b4a36cf9fd274d432f863b83c9c934
Author: BAThomp24 <bathomp24@gmail.com>
Date: Mon Jul 6 16:38:59 2026 -0400
Harden the WCL sweep against hourly points-budget exhaustion
The first full direct-mode sweep proved the vendored path works but hit
WCL's hourly points budget on the final dungeon (Windrunner Spire fell
out of the blob entirely; Skyreach lost its p01 cohort). The budget is
per API client, so a fresh runner IP doesn't help.
- wclLust.ts fetch layer: escalating 429 backoff — two 65s waits for
the burst throttle, then 5-minute waits until the hourly window rolls
(16 retries ≈ 72 min worst case)
- update-lustdata.ts: refuse to write a blob covering fewer dungeons
than the season pool — a partial file would silently drop a dungeon's
calls until the next weekly run
- update-lustdata.yml: timeout 45 → 150 min to cover budget waits
- release.yml: ignore scripts/** pushes (data tooling doesn't change
the shipped addon), matching zugzug-addon
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This mod has no additional files

