Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: DanderBot/DandersFrames

Tags

v5.4.0-alpha.7

Toggle v5.4.0-alpha.7's commit message
Set version to v5.4.0-alpha.7

v5.3.3

Toggle v5.3.3's commit message
Slot park: record the CF ask only when the push call survived

Follow-up to the _cfWant split. The memo was written BEFORE the pcall, so a
loud failure recorded an ask that never reached the engine. Park, Restore and
_setDeathLatch all queue the regen replay on a false return and would clear it
again -- but ApplyTuning and _replayTuning call _pushFilter and discard the
return, so a failure on either path had nothing to re-queue it, and the next
tuning pass would compare equal and skip the push that would have healed it.
Pre-split, _cfPushed stayed nil there and the next pass retried.

Recording inside `if okCF` keeps the intended behaviour for the case the split
exists to fix: a QUIET combat refusal still returns true from pcall, so it is
still recorded, and the regen replay still clears it.

Co-Authored-By: Claude Opus 5 <[email protected]>

v5.3.2

Toggle v5.3.2's commit message
Set version to v5.3.2

v5.4.0-alpha.6

Toggle v5.4.0-alpha.6's commit message
Set version to v5.4.0-alpha.6

v5.4.0-alpha.5

Toggle v5.4.0-alpha.5's commit message
Set version to v5.4.0-alpha.5

v5.4.0-alpha.4

Toggle v5.4.0-alpha.4's commit message
Set version to v5.4.0-alpha.4

v5.4.0-alpha.3

Toggle v5.4.0-alpha.3's commit message
CI: stage the synced lib copies so the packager ships them; set versi…

…on to v5.4.0-alpha.3

The packager excludes every untracked path, so the git-ignored junction
targets materialised by sync-libs.sh never reached the zips: alpha.2
shipped without DandersUI in any of the three hosts and every addon died
at its LibStub lookup on load. Staging them in the CI workspace is the
whole fix.

v5.4.0-alpha.2

Toggle v5.4.0-alpha.2's commit message
CI: the mover packager needs its release dir ./-prefixed; set version…

… to v5.4.0-alpha.2