Hekili
v11.1.0-1.0.5 (2025-03-06)
Full Changelog Previous Releases
- Merge pull request #4483 from syrifgit/shaman
Surging totem fix (for real this time) - Merge pull request #4484 from johnnylam88/refactor/interruptible-spells
refactor: add database of interruptible spells for TWW - Merge pull request #4481 from syrifgit/syrif-druid
Remove bear form (for now) - refactor: add database of interruptible spells for TWW
Database is taken fromOptions.lua
incastFilters
. Remove old
castFilters
setting and adapt code to use the new database. - Surging totem fix (for real this time)
I forgot your solution had 2 parts, and did not remove the 2nd part. This should fix the flickering. - Remove bear form (for now)
- Merge pull request #4470 from syrifgit/syrif-warlock
Fix Rain of Fire (for real this time) - Merge pull request #4476 from johnnylam88/fix/reflectable-spells-tww2
feat: add reflectable spells for TWW Season 2 - fix: remove "TWW Season 1" from filter description in settings
- feat: add TWW Season 2 reflectable spells
- fix: adapt to using instance ID to access reflectable spells filter
- fix: make reflectableFilters[ a ][ b ][ c ] always be valid
- fix: reorganize reflectable spells to filter on instance ID
- feat: capture the instance ID into the state machine
- Fix Rain of Fire (for real this time)
Fixes #4469