Releases: Maczuga/WeakAuras2-MoP
1.2.14
1.2.14 (2021-06-29)
Highlights
Remote update.
Death Knight - Death rune counter.
Commits
Continuity (1):
-
- fixing personal resource display anchor for disabled Plater personal bar module
InfusOnWoW (17):
- Make translations a bit easier
- Add new soul bind traits and new conduits
- Add most new legendary effects
- Add Shards of Domination buffs
- Move some StopMotion texture definitions to the plugin
- Fix New from Templates adding two glows
- Only update ViewTexture if it changed
- Be less brain dead for updating the "eye" texture in the Options
- Character Stats: Add Run Speed
- BT2: Add Arena enemy spec support
- BCC: Remove textures that aren't shipped with BCC
- Fix Conditions options error on renaming group member
- Templates: Add Fel Bombardment to DH legendaries
- Templates: Move Grip of the Everlasting to the right category
- Make Ungroup action handle nested groups
- Prepare Drag and Drop for Nested groups
- Remove debug output in DuplicateAura
Justwait (1):
- WeakAuras: Add a stage trigger for BigWigs (WeakAuras#3139)
Maczuga (4):
- Add Death Rune counter.
- Fix GetSpellCost for powers that use display mods (ie. burning embers)
- LibRetail is needed here.
- Fix LibRetail taints. Fixes #23
Stanzilla (4):
- Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
Surarn (1):
- Health trigger: Add heal absorb
mrbuds (3):
- add bcc encounter ids and show list in correct order
- add difficulty load condition for bcc fixes WeakAuras#3133
- support new bcc dungeon difficulty index fixes WeakAuras#3134
nullKomplex (1):
- Update map of legendary ids and bonus ids. (WeakAuras#3170)
1.2.13
1.2.13 (2021-05-31)
Highlights
More fixes for Death Runes + sync with retail
Commits
InfusOnWoW (4):
- Prepare Duplicate for nested
- Prepare load handling for nested
- Prepare SubText for nested
- No longer need to block function that doesn't exist
Maczuga (1):
- Properly hook runes events.
Stanzilla (2):
- Update WeakAurasModelPaths from wow.tools
- Move SortDisplayButtons to private namespace (WeakAuras#3116)
Vardex (2):
- Fix deletion of nested groups
- Prepare copy&paste for nested
emptyrivers (1):
- privatise DisplayToString
mrbuds (1):
- swing timer: do not reset swing on SPELL_EXTRA_ATTACKS
1.2.12
1.2.12 (2021-05-27)
Highlights
Hotfix, prev. release contained 1 faulty line
Commits
Maczuga (1):
- This was not supposed to be pushed
1.2.11
1.2.10
1.2.9
1.2.9 (2021-05-27)
Highlights
Sync with remote + insuf. resources fix.
Commits
InfusOnWoW (13):
- Prepare another small part of WeakAurasOptions for nested
- Prepare TriggerTemplates for nested
- Make Private accessible for Templates
- Prepare TriggerOptions for nested
- Prepare another part of ActionOptions for nested
- Prepare GetOverlayInfo for nested
- Prepare SortDisplayButtons for nested
- Prepare automatic frame level setting for nested
- Slightly Simplify ProgressTexture Options code
- Cast Trigger: Deprecate the old Spell Name check
- Move Swing Timer remaining time check to the right place
- Improve scam checks
- Fix regression on dragging auras
Maczuga (2):
- Fix Insufficient Resources condition.
- New Item WA type: Item Slot Equipped.
Stanzilla (3):
- Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
mrbuds (5):
- Swing Timer trigger, fix remaining time check fixes WeakAuras#3106
- fix CorrectSpellName for linked spells on TBC
- use weakauras fork of LibRangeCheck-2.0 for all versions
- BCC & Classic packages fixes
- retail pkgmeta should ignore ModelPathsBCC
1.2.8
1.2.8 (2021-05-18)
Highlights
Merged a lot of retail WA code, use at your own risk.
Personally didn't notice any issues tho.
Commits
InfusOnWoW (11):
- Cast trigger: Show a "Exact Spell match" option for the spellId check
- Fix Remaing Cast Time Check for multi auras
- Fix clones jumping around
- Spell Cooldown: Fix fake charges for GCD tracking auras
- Retail Templates: Add missing Unbound Chaos talent to DH Buffs
- Allow TSU tooltips to be wrapped
- Fix TimerTick not being disabled on Collpase/Expand
- Fix nameAll if everything is a empty string
- Fix ModelPicker CancelClose
- Conditions: Fix Copy change to all auras error
- Conditions: Fix missign tooltip on property combobox
NilkemoryaOryhara (3):
- Add most TBC 1s cast time drums to not reset swing timer (WeakAuras#3022)
- TBC/Classic bomb and grenade additions (WeakAuras#3008)
- Swing timer fixes
ResultsMayVary (1):
- Update AuraEnvironment.lua
Stanzilla (39):
- Dependabot: Monitor GitHub actions for updates
- Rename everything concerning TBC Classic to BCC
- Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
- Remove
PickupInventoryItem
from block list - Update WeakAurasModelPaths from wow.tools
- Update WeakAurasModelPaths from wow.tools
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Delete bug_report.md
- Update bug_report.yml
- Update bug_report.yml
- Update bug_report.yml
- Remove spaces from subsections in packager commands
- remove TODO to see if this breaks the packager
- comment cleanup
- Switch to LF instead of CRLF since WoW is cross platform
- Add StyLua config
- Fix logic check and use
not IsRetail
instead of Classic/TBC - Convert all
not classic
checks tois retail
checks - Add TODOs for temp bc hacks
- CI: touch up wow.tools script
- CI: Cleanup and send tag to WowI as well
- Enable PLAYER_FOCUS_CHANGED logic in BC
- Change Prototypes check to not isRetail
- Use our LibRangeCheck-2.0 fork until original is updated
- Add WOW_PROJECT_BURNING_CRUSADE_CLASSIC to .luacheckrc
- Update IsFlavor() functions for new BC build changes
- Update version check for latest BC build
- CI: Publish BC to CurseForge as well
- CI: only skip packager zip creation when not on a tag
- CI: zip packager zip creation and use the action for it
- CI: Upload the zip directly
Vardex (13):
- Text Region: Prepare for nested
- Prepare TextEditor for nested
- OptionsFrame: Make some preparations for nested
- Prepare DisplayOptions for nested
- Prepare tooltip for nesting
- Options: Use TraverseChildren in view test
- Prepare InformationOptions for nested
- Add offset to display button for nested
- Prepare TexturePicker for nested
- Prepare ModelPicker for nested
- Prepare AuraBar options for nested
- Prepare MoverSizer for nested
- Prepare ConditionOptions for nested
emptyrivers (2):
- set chunk name on loadstring instead of injecting a comment
- lock archivist version
mrbuds (67):
- fix "Talent Known" trigger for BCC fixes WeakAuras#3098
- update wowtools script for classic_era and bcc
- tbc swing timer: aimed shot should reset both melee & ranged swings
- remove debug print in DuplicateCollapseData
- fix scrolling with Ready for Install/Update AddChild should only be done on init shown buttons always need to be added to frame.buttonsScroll.children
- Import tooltip: remove "Source:" This make it easier to have correct position for urlEditBox for all locales
- don't reset swing timer on Steady Shot
- Support "Action Queued" for classic/tbc Templates update skills Heroic Strike, Cleave, Raptor Strike and Maul
- fix WeakAurasTemplates.toc
- add a new section "Ready for Update" change "Ready to Import" to "Ready for Import" remove companion update code from WeakAurasDisplayButton rename PendingImport to PendingInstall refactor show/hide tooltips on button widgets don't use skipWagoUpdate anymore
- make url text of import tooltip frame selectable for copy
- some spell reset both ranged & melee weapon timer
- fix glow anchor for aurabar property name was duplicated
- missing brackets
- clean duplicates in FakeWeakAurasMixin.blockedFunctions
- fix MAX_NUM_TALENTS nil error on classic
- fix talents on TBC
- support change in structure of WeakAurasCompanion data and add nil checks fix pendingImportButton not hiding
- GetSpellCount return correct value now
- paladin update
- update druid
- warrior update
- add MAX_NUM_TALENTS to .luacheckrc
- priest update
- rogue update
- hunter update
- warlock update
- mage update
- shaman template update
- fix tbc talents MAX_NUM_TALENTS is 20 in classic, 40 in tbc
- split templates data
- add _HEAL_ABSORBED CLEU suffix
- update classic toc to 11307
- fix WeakAuras.UnitChannelInfo on classic
- Add WeakAuras Import UI (WeakAuras#3031)
- fixes more wow version test
- UnitCastingInfo & UnitChannelInfo doesn't return "notInterruptible"
- fix usage of LibClassicSpellActionCount-1.0 for bc
- fix issues with WOW_PROJECT_BURNING_CRUSADE_CLASSIC not defined on classic/retail
- more trigger fixes
- fix some lua errors
- fix WeakAuras.UnitCastingInfo
- Disable triggers made for retail
- make WeakAuras.UnitChannelInfo not check WoW version on each call
- fix load conditions
- make intendedWoWProject use a specific vallue for TBC if not loaded on TBC
- fix models
- fix classic or bc logic in a few places
- no vehicle on tbc
- set Types.lua for BC
- fix combat log trigger
- fix scanForLoadsImpl
- fix time formatting
- use tbc wowhead link
- steady shot doesn't reset ranged swing timer
- fix LibRangeCheck-2.0 packaging better
- fix LibRangeCheck-2.0 packaging
- update pull_request.yml for bc
- update build-beta.yml
- use .pkgmeta-bc
- typo
- fix wrongTargetMessage logic
- more neutral message
- fix wrongTargetMessage for tbc
- fix CorrectSpellName for tbc
- combat log events return correct spellid now
- reset swing timer on shoots & don't reset on dense dynamite
nullKomplex (1):
- Add additional forbidden functions.
1.2.7
1.2.7 (2021-05-09)
Highlights
Removed cooldown pausing stuff breaking backport.
Commits
Maczuga (2):
- Revert "Merge pull request WeakAuras#2289 from nullKomplex/IconStaticCD"
- Revert "add state.paused support for timed progress auras"
1.2.5
1.2.4
1.2.4 (2021-03-02)
Highlights
Merge retail changes.
Commits
InfusOnWoW (9):
- Fix Modernize to not modify data while iterating over it
- Fix nil errors in dynamic conditions
- Make BuffTrigger 2 hide the per match checks if not applicable
- Weapon Enchant: Hide remaining time/stacks option if they don't work
- Don't pretend texts with \n contain placeholders
- Fix small issue in Conditions custom error description
- Remove region.justCreated which is unused
- Fix some errors in Templates on Classic
- Make Time Formats more flexible