2.2.2.1

Details

  • Filename
    WeakAuras-2.2.2.1.zip
  • Uploaded by
  • Uploaded
    Nov 12, 2016
  • Size
    3.42 MB
  • Downloads
    672,598
  • MD5
    d3c0681e11be83c87a423978b29d66db

Supported WoW Retail Versions

  • 7.1.0

Changelog

tag 2.2.2.1
802440d09fef29217e2dd72ab7eb1d46503b5961
Benjamin Staneck <staneck@gmail.com>
2016-11-12 06:18:05 +0100

--------------------

Infus:
    - Combat log trigger: Remove outdated TODO
    This is now implemented :)
    - Hide a few empty descriptions esepecially in the combat log trigger
    In 0721067c3af2facdbe4079f44569576e40212d1a I added empty descriptions
    after most controls. Those empty descriptions would force the controls
    for the next option to always start at the left column.
    
    That had a unfourtnate effect, since those empty controls take 4px of
    vertical space.
    
    Reduce the impact of that fix by only doing it after multiselect
    controls, which is the control that had the problem in the ticket.
    
    Also add a spacer after the suffix setting of the combat log trigger.
    
    This might lead to some controls being in the wrong column, but
    hopefully won't require readding empty lines everywhere...
    - Fix dynamic group flickering
    If we have two auras with inverse conditions, either of them should be
    visible. Traditionally WeakAuras auto hid auras after they expired.
    
    That can lead to a situation where we hide a aura before we show
    the inverse, which is visible as a small flickering.
    
    Previously I worked around that problem, by slightly delaying the
    auto hiding.
    
    But fundamentally the auto hiding is only needed for auras where their
    removal doesn't result in a event. (E.g. multi buff trigger.)
    
    So remove the auto hiding from buff triggers and remove the delay
    to the auto hiding.
    
    Removing the delay might result in flickering for other cases, but
    those should then properly be fixed by removing the auto hiding
    from them too.
    
    Ticket-Nr: 691
    - Fix "Unstable Affliction" clones
    Ticket-Nr: 773
    - Fix totems after using a hearthstone (or any other portal)
    PLAYER_TOTEM_UPDATE doesn't fire in that case, so add
    PLAYER_ENTERING_WORLD to the event list.
    
    Ticket-Nr: 779
    - Dynamic Group: Add clockwise/counter clockwise circular
    Ticket-Nr: 776
    - Add support for placeholders in actions/chat messages
    Ticket-Nr: github 121
    - Regrwoth is available for all druids
Benjamin Staneck:
    - bump to pick up latest LibCompress