Releases: WeakAuras/WeakAuras2
Releases · WeakAuras/WeakAuras2
5.12.4
5.12.3
5.12.3 (2024-03-22)
Highlights
- Fixes a few issues from the last release
Commits
InfusOnWoW (4):
- AutoHide: Automatically set expirationTime
- Fix ordering of region creation
- Cast Trigger: Fix inverse setting autoHide
- Item Cooldowns: Adjust to changed retail api
5.12.1
5.12.1 (2024-03-20)
Highlights
For tracking a specific charge, don't use static progress
Commits
InfusOnWoW (5):
- For tracking a specific charge, don't use static progress
- ProgressTexture: Fix switching from timed to static progress
- Change EnsureRegion to not create child regions for dynamic groups
- Progress Source: Ignore max progress setting for no duration timers
- Icon: Fix inverse not probably being effective
mrbuds (1):
- make sure deferred group's custom anchors are actually anchored
5.12.0
5.12.0 (2024-03-19)
Highlights
- Support for Cata Beta
- Support for Retail 10.2.6
- Rework of progress handling (details)
- Various improvements and fixes
Commits
InfusOnWoW (6):
- Make Time Formatter format (Elapsed) Timers
- Modernize before validate, but wrap Modernize in xpcall
- Ticks: Add texture chaning conditions (both use and texture path)
- Refactor progress handling
- Spinbox: Remove mouse wheel support
- Update Atlas File List from wago.tools
Stanzilla (2):
- Update the Atlas script to fetch for
wow_classic_beta
- Cataclysm Beta compatibility
emptyrivers (2):
- add a missing yield
- fix login deferral logic for AnchorFrame
mrbuds (1):
- update toc files for 10.2.6
5.11.3
5.11.3 (2024-03-06)
Highlights
- Small release to remove a left over debug print. Previously in 5.11.0:
- Add a Flat Framelevels option that allows groups and direct children to share the same base frame level
- Frame levels are now incrementally applied to auras in groups and sub-groups
- Add Parent Zone support to the Player Location trigger
- Add Case Insensitive option to the Chat trigger
- Add Feature Flag system that lets us test future features in secret 👀
- Various updates and bug fixes
Commits
mrbuds (1):
- Remove debug print in TestForLongString
5.11.2
5.11.2 (2024-03-05)
Highlights
- Add a Flat Framelevels option that allows groups and direct children to share the same base frame level
- Frame levels are now incrementally applied to auras in groups and sub-groups
- Add Parent Zone support to the Player Location trigger
- Add Case Insensitive option to the Chat trigger
- Add Feature Flag system that lets us test future features in secret 👀
- Various updates and bug fixes
Commits
emptyrivers (1):
- only obliterate whispers when we actually find a weakauras link in them
5.11.1
5.11.1 (2024-03-05)
Highlights
- Quick bug fix release, previously in 5.11.0:
- Add a Flat Framelevels option that allows groups and direct children to share the same base frame level
- Frame levels are now incrementally applied to auras in groups and sub-groups
- Add Parent Zone support to the Player Location trigger
- Add Case Insensitive option to the Chat trigger
- Add Feature Flag system that lets us test future features in secret 👀
- Various updates and bug fixes
Commits
InfusOnWoW (1):
- Fix @Alpha tag not ending properly
5.11.0
5.11.0 (2024-03-03)
Highlights
- Add a Flat Framelevels option that allows groups and direct children to share the same base frame level
- Frame levels are now incrementally applied to auras in groups and sub-groups
- Add Parent Zone support to the Player Location trigger
- Add Case Insensitive option to the Chat trigger
- Add Feature Flag system that lets us test future features in secret 👀
- Various updates and bug fixes
Commits
InfusOnWoW (9):
- Include the url on linking an aura in chat
- Tweak Frame Levels again
- Use yellow for text replacements
- Tweak spell cooldowns again by ignoring paused cooldowns <= 0.5s
- Options: Fix load eye toggling not all auras
- Templates: Fix load option for Soul Strike
- Fix spell entry in spell inputs with noValidation
- Update Atlas File List from wago.tools
- Add SPELL_UPDATE_USABLE to cooldown checks and handle paused cooldowns
Jordi (1):
- Player Location: Parent Zone support (#4846)
emptyrivers (4):
- fix buildType detection (#4877)
- create a feature flag system
- drop takeSnapshot arg
- harden WeakAuras against bad migrations
mrbuds (1):
- Chat Trigger: add "case insensitive" option (#4887)
5.10.1
5.10.1 (2024-02-09)
Highlights
- Bug Fixes
Commits
Putro (1):
- Localize the title in AuraWarnings
Stanzilla (3):
- Add more types to Types
- A few type and spelling fixes
- Add workaround for actions/checkout#290
dependabot[bot] (1):
- Bump peter-evans/create-pull-request from 5 to 6
emptyrivers (1):
- move type checking code for WeakAurasArchive
5.10.0
5.10.0 (2024-02-07)
Highlights
- Add loot spec trigger
- Improve warning system and icons on aura listing
- Add Group alpha option
- Bug fixes and improvements
Commits
InfusOnWoW (13):
- Update Atlas File List from wago.tools
- Atlas Files: Sort names and use line breaks
- WeakAurasArchive: Set a 2 year cutoff time
- AuthorOptions: Allow the author to enforce a sorted entry list
- Update atlas file list from wago.tools
- Create the atlas files from wago.tools automatically
- Fix mouse wheel on custom trigger event
- Tweak encounter id tooltip
- Combat Log Trigger: Use spell input without validation for spell names
- Call WeakAuras.PreAdd on all auras before adding them
- Sound Warning: Treat TTS as a sound
- Fix loaded/unloaded if groups or sections weren't expanded
- Adjust Encounter IDs for SOD
Jordi (1):
- add lootspec trigger (#4750)
Silvereyes1372 (1):
- Coloring Spike for Profiling (#4852)
Stanzilla (2):
- Update TOC for Classic Era Patch 1.15.1
- CI: Update Workflows
dependabot[bot] (1):
- Bump actions/checkout from 1 to 4
emptyrivers (1):
- fetch all history on build
mrbuds (3):