Skip to content

2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 00:15
· 9 commits to main since this release
5d85aed

ArenaQuickJoin

2.0.1 (2024-03-20)

Full Changelog Previous Releases

  • Update TOC
  • Update README.md
  • Update screenshots and README.md
  • Add a title to the selected PvP roles and adjust the icons textures
  • Fix GetGroupSizeButton and GetSelectedBracketName
  • Add selected pvp roles to the tooltip
  • Fix a minor tooltip bug when clicking unknown modifier, e.g., Command key
  • Minor update
  • Add initial support to localization
  • Add .pkgmeta
  • Add .gitignore
  • Fix two issues
    1. The button was showing up inside instances unless it was set.
    2. Button:Enable() and Button:Disable() cannot be called in combat.
  • Update README.md
  • Fix minor oversight
  • Update README.md file
  • Revamp the addon
    1. Add dynamic tooltip to display information before the button is clicked which displays the action that's about to happen.
    2. Add bindings support including showing up the bindings in the tooltip when it's set.
    3. Update the addon to play better while in combat.
    4. Rename variables and some cleanup.
    5. Update README.md
    6. Git history is overrated. My dear friend. ;)
  • 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