Skip to content

Releases: Eyal-WowHub/ArenaQuickJoin

2.0.6

23 Oct 10:22
edf739a
Compare
Choose a tag to compare

ArenaQuickJoin

2.0.6 (2024-10-23)

Full Changelog Previous Releases

  • Update TOC

2.0.5

15 Aug 22:21
337f44d
Compare
Choose a tag to compare

ArenaQuickJoin

2.0.5 (2024-08-15)

Full Changelog Previous Releases

  • Update TOC

2.0.4

12 Aug 20:49
e60a1ce
Compare
Choose a tag to compare

ArenaQuickJoin

2.0.4 (2024-08-12)

Full Changelog Previous Releases

  • Merge remote-tracking branch 'refs/remotes/origin/main'
  • Update for TWW
  • Create FUNDING.yml

2.0.3

08 May 19:00
4894101
Compare
Choose a tag to compare

ArenaQuickJoin

2.0.3 (2024-05-08)

Full Changelog Previous Releases

  • Update TOC

2.0.2

06 May 05:54
5bb8e0f
Compare
Choose a tag to compare

ArenaQuickJoin

2.0.2 (2024-05-06)

Full Changelog Previous Releases

  • Fix a bug that caused errors when group size does not match any arena bracket
    GetGroupSizeButton now returns the highest arena bracket relatively to the group size when the group size does not match any arena bracket as opposed to nil so now when you queue with say 5/4 people it will return 3v3.
  • Update code comments

2.0.1

21 Mar 00:15
5d85aed
Compare
Choose a tag to compare

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

2.0.0

01 Mar 02:56
07c0cef
Compare
Choose a tag to compare

ArenaQuickJoin

2.0.0 (2024-03-01)

Full Changelog Previous Releases

  • 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

2.0.0-beta.2

16 Feb 21:21
bffadd6
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

ArenaQuickJoin

2.0.0-beta.2 (2024-02-16)

Full Changelog Previous Releases

  • 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

2.0.0-beta.1

15 Feb 23:26
42284eb
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

ArenaQuickJoin

2.0.0-beta.1 (2024-02-15)

Full Changelog Previous Releases

  • 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

2.0.0-beta

15 Feb 18:04
42eb823
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

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