2.4.23-4-g4bb5d9f-alpha

Details

  • Filename
    WeakAuras-2.4.23-4-g4bb5d9f-alpha.zip
  • Uploaded by
  • Uploaded
    Oct 15, 2017
  • Size
    3.41 MB
  • Downloads
    1,716
  • MD5
    4cc52b4d070b62ed883807c52ee53f16

Supported WoW Retail Versions

  • 7.3.0

Changelog

Changes since tag 2.4.23

commit 4bb5d9fa9e8aa4bb1654e0cc03a39250cb42e634
Author: Infus <[email protected]>
Date:   Sun Oct 8 16:00:29 2017 +0200

    Move Expand button to below text editor and make text editor the full
    width

commit 74ec7cf482253b291d8a7ed41cae908f589a3b9c
Author: Infus <[email protected]>
Date:   Sun Oct 1 15:55:25 2017 +0200

    Extract BuffTrigger and GenericTrigger options from WeakAurasOptions

    There's still some code in WeakAurasOptions.lua that is specific to the
    trigger system used. And the code in WeakAurasOptions very much knows
    that there are Buff and Generic triggers.

    But this is a step towards making triggersystems register their
    options and the WeakAurasOptions code not being specific to any
    trigger system.

commit 25d9ddb5a96fedb41ced57ed8ef94687ac3f1767
Author: Infus <[email protected]>
Date:   Sun Oct 1 14:54:52 2017 +0200

    Extract common code for creating texteditors

    There's still plenty of code duplication with start/main/finish and the
    various animations types being very similar. But this significantly
    cuts down on the code duplication.

commit caac6657f766fe7398c0b252353137cf9fa51de7
Author: Infus <[email protected]>
Date:   Sun Oct 1 00:08:55 2017 +0200

    Split up WeakAurasOptions.lua by moving aciton/animation options