2.5.3-6-g0abbecf-alpha
Details
-
FilenameWeakAuras-2.5.3-6-g0abbecf-alpha.zip
-
Uploaded by
-
UploadedJan 8, 2018
-
Size3.43 MB
-
Downloads222
-
MD5ba528bef9c0d4a725ccaf1447b56d092
Supported WoW Retail Versions
- 7.3.0
Changelog
Changes since tag 2.5.3
commit 0abbecf9b42e94cd96c0c115f72de8f1939b6af3
Author: Infus <[email protected]>
Date: Sun Jan 7 19:06:42 2018 +0100
Icon: Add a "Keep aspect ration" option
Which crops the icon if the icon is not square
Ticket-Nr: 861
commit beddccb47f362e1945878fc2fe3778e3053297e3
Author: Infus <[email protected]>
Date: Sun Jan 7 18:57:12 2018 +0100
Fix changing only trigger combination mode does not work
Ticket-Nr: 1073
commit 671472bbe0797f2cad20e1a1a07832e8f0fae85f
Author: Infus <[email protected]>
Date: Sun Jan 7 16:54:02 2018 +0100
Fix regression in group tracking auras if a person leaves the group
In f0246da4387e9a438775609cd06cd3b232a51b4f the group tracking was
change to be use id/triggernum as a key to various internal data
structures instead of just the id.
Add the additional triggernum parameter to one function call where
it was missing.
Ticket-Nr: 1075
commit 4d649d98ab811b6a8529ef3a39acca84b756cfd1
Author: Infus <[email protected]>
Date: Sun Jan 7 14:25:47 2018 +0100
Fix check in checkConditions for aura visibility
In this issue, a condition is on the remaining time of a cooldown.
If the aura is shown before the remaining time is up, we schedule
a conditionCheck for the future.
That code needs to then check if the aura is still visible before
running the conditions. Previously the code checked
region.state.show, but that's the state of one of the triggers and
not the overall visibility of the aura.
Github-Issue: 332