Skip to content

2.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 18:04
· 25 commits to main since this release
42eb823

ArenaQuickJoin

2.0.0-beta (2024-02-15)

Full Changelog Previous Releases

  • Update README.md
  • Revamp the addon to make it more dynamic and fix some edge cases
    1. Add dynamic tooltip to display information before the button is clicked which displays the action that's about to happen.
    2. Update the addon to play better while in combat.
    3. Rename variables and some cleanup.
  • Add a tooltip to the button
  • Update setGroupSize
    1. Fix the RBG condition.
    2. Call GetNumSubgroupMembers only once.
  • Update the addon to have better in combat handling
    It's now needed to click the first time twice, the first time is to load the addon and the second time is to actually use it, this change was needed due to the combat changes I made.
  • Remove the call to SecureCmdOptionParse and call the modifier funcs directly
  • Update NO_OP_BUTTON to use SecureActionButtonTemplate
  • First commit