Releases: Oppzippy/TankMD
Releases · Oppzippy/TankMD
v3.0.0-beta2
TankMD
v3.0.0-beta2 (2024-04-12)
Full Changelog Previous Releases
- Fix error on classes that don't have a misdirect
v3.0.0-beta1
TankMD
v3.0.0-beta1 (2024-03-26)
Full Changelog Previous Releases
- Add tests for prioritize focus
- Add tests for ClassTargetSelectors
- Fix innervate targeting tanks instead of healers
- Use new tank settings for Evoker as well
- Fix default value for tankSelectionMethod
- Rename variables
Renames the backing db field for the tank selection method, so this is a
breaking change. It was never stabilized in a release, so that's okay. - Fix druid and evoker sorting
- Rename to TargetSelectionFilter
- Fix unwanted sorting
When a chain is wrapped in another chain, the sorting done by the inner
chain will be overridden by the outer chain. That was what was
intended, but it's not great for usability, so sorting and chaining are
now split up. - Add option to prioritize focus
- Add /tankmd command to show selected tanks
- Fix role fallback failing
- Fix fallback tankRoleOnly
- Fix libraries not being loaded on classic
- Rename tank selection strategies
- Fix unused buttons not being disabled
- Add missing TargetSelectionStrategy.MainTank implementation
- Add tank selection options
- Add tests, fix reuse of iterators
- Fix legacy buttons
- Refactor part 2
Replace TargetMatcher with TargetSelector/TargetSelectionStrategy
chains. This makes composing selection strategies much simpler. - Refactor part 1
Use AceAddon and AceEvent for simplicity. Remove unnecessary
abstractions from the top down to MisdirectButton.
Part 2 will replace the various types of TargetMatchers with functions.
v2.5.3
TankMD
v2.5.3 (2024-03-20)
Full Changelog Previous Releases
- Update Interface version (#11)
Co-authored-by: Oppzippy [email protected]
v2.5.2
TankMD
v2.5.2 (2024-01-17)
Full Changelog Previous Releases
- Update Interface version (#10)
Co-authored-by: Oppzippy [email protected] - Run tests before publishing releases
- Skip linting tests
Globals are set in tests to match the WoW lua environment. It's simpler
to just disable linting tests for now. - Run tests in github actions
- Fix GetSortedGroupMembers edge cases (GH-9)
According to https://warcraft.wiki.gg/wiki/API\_GetRaidRosterInfo, there
can be holes between raid1 and raid40, meaning all unit ids are not
necesssarily consecutive. This means we should just go over all 40 raid
members and skip nils.
It is also possible for UnitName to return Unknown sometimes, so those
units should be skipped to avoid misdirecting the wrong target in the
case that multiple targets are named Unknown.
Co-authored-by: Road-block [email protected]
v2.5.1
v2.5.0
TankMD
v2.5.0 (2023-11-15)
Full Changelog Previous Releases
- Add 3 more TankMD buttons for a total of 5
More than 2 buttons was requested for innervating healers in raids. 5
should cover most raid situations.
v2.4.3
TankMD
v2.4.3 (2023-11-08)
Full Changelog Previous Releases
- Update Interface version (#8)
Co-authored-by: Oppzippy [email protected]
v2.4.2
TankMD
v2.4.2 (2023-10-11)
Full Changelog Previous Releases
- Update Interface version (#7)
Co-authored-by: Oppzippy [email protected]
v2.4.1
TankMD
v2.4.1 (2023-09-06)
Full Changelog Previous Releases
- Update Interface version (#6)
Co-authored-by: Oppzippy [email protected] - Run luacheck on branches other than master
v2.4.0
TankMD
v2.4.0 (2023-07-13)
Full Changelog Previous Releases
- Fix lint errors
- Add support for Augmentation Evoker Blistering Scales (#5)