2.13.4-57-g957325a-classic
Details
-
FilenameWeakAuras-2.13.4-57-g957325a-classic.zip
-
Uploaded by
-
UploadedAug 4, 2019
-
Size4.50 MB
-
Downloads531
-
MD5c5632db67070a361ccfca8ca9f3877bc
Supported WoW Classic Versions
- 1.13.2
Changelog
2.13.4-57-g957325a (2019-08-04)
InfusOnWoW (21):
- Fix continous anchoring if a anchoring is post poned
- Fix first frame of SubText
- Add a "Show GCD" option to Cooldown Progress (Item/Equipment Slot)
- Fix WeakAuras.ContainsPlaceholders to correctly handle %2.p
- Add a advanced spec load option
- Conditions: Active trigger check: Don't rely on state.show
- Ensure that we don't run init functions for auras that are not shown
- Fix glow size for non masque users
- Tweak new subtexts
- Fix SetJustfiyH call
- Item Count: Make %s return the count
- Fix unit change events for pets
- Generic Trigger: Fix specific unit not showing up in some cases
- Fix cooldown showing up if a icon gets reused
- Sanitize attaching texts to aurabars
- Fix Copy/Paste Dispaly to not copy display/group settings
- Ensure the fake PRD frame actually shows up in the options
- Add PLAYERENTERINGWORLD to a few status/conditions triggers
- Switch inputs to custom text function
- Fix Modernize code
- Rework text handling and introduce the concept of sub regions
Stanzilla (10):
- add 8.2 weapon enchants to templates
- change all sub(0,) calls to sub(1,)
- replace SetItemRef instead of HandleModifiedItemClick and SetHyperlink to prevent Interface action failed errors
- styling and use prettyPrint
- fix ESC key on profiling dialog
- friendly neighborhood semicolon purge
- Use UIPanelCloseButton here as well
- don't try to load ModelPicker frame on classic
- Revert "install realpath on travis"
- install realpath on travis
emptyrivers (6):
- remove obsolete migration
- provide a more informative message when the login thread fails
- merge migrations into one block
- resort any region which is changed
- improve multiselect validation
- ensure option key exists before trying to say it exists
mrbuds (20):
- Allow usage of multi units (nameplate, boss, arena, group) by custom and generic triggers - exemple of event for a TSU: UNITSPELLCASTSTART:nameplate
- Cast trigger: fix events for nameplates
- make profiling data accessible from 3rd party
- add pencil options for icons
- add ability to set own group icon
- improve border options layout
- add ending header line between 2 collapsible groups fix #1465 moved and renamed some icon display options
- Add anchoring to nameplates and unitframes or custom for dynamic groups - require state property unit - new dependency LibGetFrame accesible from WeakAuras.GetUnitFrame - custom function take 2 parameters: frames and activeRegions it return a table [frame or ""][regionData] = { x, y, show } where if frame == "" it anchor to the dynamic group region
- Use same border options for dynamic group as normal groups Cleaner default border / backdrop settings
- fix SetItemRef taint
- add some druid spells
- classic: ignore modelPicker from minimize button
- cast trigger: fix cast bar hide on random button press
- fix classic load conditions
- another attempt at fixing packager condition in embeds.xml with this change libclassicdurations & libclassiccast needs to be installed standalone with dev non-packaged build
- fix wrong packager condition for embeds.xml
- remove LibRangeCheck-2.0 and disactivate "Range Check" trigger for classic
- fix embeds.xml & .toc files packaging conditions for classic
- Cast Trigger: add meta units "group", "arena", "boss", "nameplate" (#1436)
- WoW Classic compatibility (#1347)