File Details
0.7.0
- R
- Mar 15, 2026
- 440.31 KB
- 116
- 12.0.1+4
- Retail + 2
File Name
DragonLoot-0.7.0.zip
Supported Versions
- 12.0.1
- 12.0.0
- 11.2.7
- 5.5.3
- 2.5.5
# DragonLoot
## [0.7.0](https://github.com/Xerrion/DragonLoot/tree/0.7.0) (2026-03-15)
[Full Changelog](https://github.com/Xerrion/DragonLoot/compare/0.6.6...0.7.0) [Previous Releases](https://github.com/Xerrion/DragonLoot/releases)
- fix: resolve lingering roll frames caused by lootHandle/rollID mismatch (#80)
* fix: resolve lingering roll frames caused by lootHandle/rollID mismatch
LOOT_ROLLS_COMPLETE fires with a lootHandle, not a rollID. When lootHandle coincidentally matched a different active rollID, that roll was incorrectly marked as completing, blocking its CANCEL_LOOT_ROLL cleanup and leaving the frame stuck on screen.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
* fix: pass version label consistently in Retail roll listener
- docs: update CI/CD section for split release+packager workflow
- ci: add packager workflow dispatch and actions:write permission
Split packaging into a separate workflow triggered via workflow_dispatch
from the release workflow. This fixes the BigWigsMods/packager 'future tag'
guard that rejected branch-push events with tags at HEAD.
The release workflow now dispatches packager.yml with the tag name after
release-please creates a release, bypassing the GITHUB_EVENT_NAME==push guard.
- ci: consolidate workflows to shared reusable callers
Replace inline workflows with thin callers to Xerrion/wow-workflows reusable workflows. Delete release-pr.yml (release-please now runs inside combined release.yml). Delete vendored scripts/ (fetched via curl at runtime). Update AGENTS.md PR guidelines.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
- docs: remove no-gpg-sign references
- docs: replace DragonAddons references with Xerrion in CHANGELOG

