Skip to content

Releases: 0xbs/premade-groups-filter

2.9.1

31 Jul 13:01
Compare
Choose a tag to compare

Premade Groups Filter

2.9.1 (2022-07-31)

Full Changelog Previous Releases

  • Set version to 2.9.1
  • Fix getting the RaiderIO profile because of changing their API

2.9.0

01 Jun 19:03
Compare
Choose a tag to compare

Premade Groups Filter

2.9.0 (2022-06-01)

Full Changelog Previous Releases

  • Set version to 2.9.0
  • Add keywords horde, alliance, crossfaction

2.8.5

01 Jun 18:40
Compare
Choose a tag to compare

Premade Groups Filter

2.8.5 (2022-06-01)

Full Changelog Previous Releases

  • Set version to 2.8.5
  • Set version to 2.8.4 and bump interface to 9.2.5
  • Change SetScript to HookScript (fixes #94)
  • Update ruRU.lua
    Full translation.

2.8.3

21 Apr 20:44
Compare
Choose a tag to compare

Premade Groups Filter

2.8.3 (2022-04-21)

Full Changelog Previous Releases

  • Set version to 2.8.3
  • Fixed an issue where the fix for tainting issues regarding GetPlaystyleString() was sometimes applied before player authentication data was fully available.
    Also now prints a message when the fix is not applied with hints how to resolve the issue.

2.8.2

08 Apr 18:54
Compare
Choose a tag to compare

Premade Groups Filter

2.8.2 (2022-04-08)

Full Changelog Previous Releases

  • Set version to 2.8.2
  • Restore auto group text for players that do not have an authenticator attached to their account (fixes #86)
    By overwriting C_LFGList.GetPlaystyleString, we taint the code writing the tooltip (which does not matter), and also code related to the dropdows where you can select the playstyle. The only relevant protected function here is C_LFGList.SetEntryTitle, which is only called from LFGListEntryCreation_SetTitleFromActivityInfo. Players that do not have an authenticator attached to their account cannot set the title or comment when creating groups. Instead, Blizzard sets the title programmatically. If we taint this function, these players can not create groups anymore, so we check on an arbitrary mythic plus dungeon if the player is authenticated to create a group.
  • Create checklist-new-content.md

2.8.1

25 Mar 08:13
Compare
Choose a tag to compare

Premade Groups Filter

2.8.1 (2022-03-25)

Full Changelog Previous Releases

  • Set version to 2.8.1
  • Fixed "attempt to index local 'affixIDs' (a nil value)" which can happen if mythic plus info was not yet loaded from the server (resolves #84)

2.8.0

21 Mar 21:05
Compare
Choose a tag to compare

Premade Groups Filter

2.8.0 (2022-03-21)

Full Changelog Previous Releases

  • Set version to 2.8.0
  • Implemented keywords for information about the players affix and dungeon ratings
    • myaffixrating: current player's score of the current affix (tyrannical or fortified) of the listed dungeon
    • mydungeonrating: current player's score of the listed dungeon
    • myavgaffixrating: mean of current player's score of the current affix (tyrannical or fortified) of all mythic plus dungeons
    • mymedianaffixrating: median of current player's score of the current affix (tyrannical or fortified) of all mythic plus dungeons
    • myavgdungeonrating: mean of current player's score of all mythic plus dungeons
    • mymediandungeonrating: median of current player's score of all mythic plus dungeons
    • myilvlpvp: current player's PvP item level

2.7.2

19 Mar 16:56
Compare
Choose a tag to compare

Premade Groups Filter

2.7.2 (2022-03-19)

Full Changelog Previous Releases

  • Set version to 2.7.2
  • Added aliases strt and gmbt as requested in #82

2.7.1

06 Mar 10:36
Compare
Choose a tag to compare

Premade Groups Filter

2.7.1 (2022-03-06)

Full Changelog Previous Releases

  • Set version to 2.7.1
  • Bumped toc
  • Added age in seconds via agesecs
  • Added license header to FixGetPlaystyleString.lua
  • Fix some locale errors in zhCN

2.7.0

04 Mar 20:58
Compare
Choose a tag to compare

Premade Groups Filter

2.7.0 (2022-03-04)

Full Changelog Previous Releases

  • Set version to 2.7.0
  • Switched from C_LFGList.GetActivityInfo to C_LFGList.GetActivityInfoTable
  • Added keywords sfo (Sepulcher of the First Ones), tazs (Tazavesh: Streets of Wonder) and tazg (Tazavesh: So'leah's Gambit)
  • Updated copyright to year 2022