Releases: Zidras/DBM-Warmane
Releases · Zidras/DBM-Warmane
10.1.12
Highlights
- DBM prepared for the upcoming Naxxramas release in Onyxia, with personal PTR testing (not 100% complete testing due to solo restrictions on some mechanics and lack of logs from playerbase)
What's Changed
- Fix zhCN Annub chat message by @endershan in #204
- Putricide Warmane rescript by @Zidras in #208
- ICC-Putricide: fix Re-Engage localization.de.lua by @NoM0Re in #209
- TK: Correct map ID by @manacute in #211
- Core: Fix filtering UNIT_* events by unitId by @oomshroom in #200
- fix PizzaTimer event can't be picked up by weakauras by @endershan in #205
- Added a few cn translations by @endershan in #210
- Core: Fix pull detection by yell ignoring noMultiBoss by @oomshroom in #201
New Contributors
- @endershan made their first contribution in #204
- @NoM0Re made their first contribution in #209
- @oomshroom made their first contribution in #200
Full Changelog: 10.1.11...10.1.12
10.1.11
Highlights
- DBM is confirmed to work in Onyxia realm, including many fixes for BWL and MC, together with complete validation of all language localizations.
- Boss Target Scanner is now properly detecting target switches on Off-tanks/tank roles. This fix also addresses a niche bug of LK25H Shadow trap wrongly announcing on main tank when off-tank was affected.
What's Changed
Full Changelog: 10.1.10...10.1.11
10.1.10
Full Changelog: 10.1.9...10.1.10
10.1.9
Full Changelog: 10.1.8...10.1.9
10.1.8
10.1.7
10.1.6
Full Changelog: 10.1.5...10.1.6
10.1.5
Full Changelog: 10.1.2...10.1.5
10.1.2
Release Notes
This is a compilation of retail release versions, from 10.0.22 to 10.1.2, with some highlights being:
- Reworked interrupt code
- Raid Leader override options (e.g. icons) -> requires this DBM version or higher
- GUI change for global disables/filters
- Timer method fixes
Some features were left out, namely protocol syncs (issue with backwards compat) and force disabled (could be abused).
What's Changed
- ICC-Lady: add different filters for auto (un)equip by @Zidras in #176
- Core: fix icon announcing by @Zidras in #182
- ICC-LK: switch CLEU cast start to UNIT by @Zidras in #181
- Core: current profile debug by @Zidras in #183
Full Changelog: 10.0.22...10.1.2
10.0.22
Important note: I have decided to unglobalize compat functions to not pollute the global namespace with functions that are not DBM specific. Take your due diligence in ensuring that your addons/weakauras/code have 3.3.5a compatible code and do not rely on global backported functions injected by other addons. Here is the list of functions:
tIndexOf
IsInGroup
IsInRaid
GetNumSubgroupMembers
GetNumGroupMembers
What's Changed
Full Changelog: 9.2.26...10.0.22