Skip to content

Releases: 0xbs/premade-groups-filter

4.2.1

15 Oct 15:35
dc841c5
Compare
Choose a tag to compare

Premade Groups Filter

4.2.1 (2023-10-15)

Full Changelog Previous Releases

  • Keywords rioprogress and riokills now always refer to the advertised dungeon (fixes #209) (#213)
  • Update frFR.lua
  • Update frFR.lua
  • Update frFR.lua
  • Update frFR.lua
  • Prepare for Amirdrassil and Mythic+ Season 3
  • Update ruRU.lua
    Improved translation

4.2.0

06 Sep 12:39
Compare
Choose a tag to compare

Premade Groups Filter

4.2.0 (2023-09-06)

Full Changelog Previous Releases

  • Fix error message on rio*kills
    RIO table contains nil entries if boss not yet defeated. Meta table was unable to work because table was copied by reference.
    Reported by skob97 on CurseForge
  • Bump TOC to 10.1.7
  • Guard against nil reference (fixes #205)
    In some rare cases (joining a group) the returned class seems to be invalid or nil.
  • Change keywords gala to fall and muro to rise
    As discussed with Raider.io in GitHub issue.

4.1.0

17 Jul 20:55
Compare
Choose a tag to compare

Premade Groups Filter

4.1.0 (2023-07-17)

Full Changelog Previous Releases

  • Guard against potential nil pointers
  • Improve role icon overlap
  • Add keyword doti for Dawn of the Infinite
  • Bump TOC to 10.1.5

4.0.4

02 Jul 09:20
Compare
Choose a tag to compare

Premade Groups Filter

4.0.4 (2023-06-15)

Full Changelog Previous Releases

  • Remove unused function
  • Update frFR.lua (#194)
  • Update ruRU.lua (#193)

4.0.3

15 Jun 21:26
Compare
Choose a tag to compare

Premade Groups Filter

4.0.3 (2023-06-15)

Full Changelog Previous Releases

  • Update deDE.lua
  • Add missing change detection when resetting the expression panel
  • Restore old logic handling blank and comment lines better (fixes #184)
  • Update deDE.lua
  • Drop state migration for very old versions
  • Fix PremadeGroupsFilterState initialization on very first run
  • Add english translations to other locales where missing to make it easier for translators
  • Remove expression examples from locale files (should not be translated anyway)
  • Update zhTW.lua
  • Update zhCN.lua
  • Bring back members/tanks/heals/dps to arena and RBG

4.0.2

14 Jun 07:05
Compare
Choose a tag to compare

Premade Groups Filter

4.0.2 (2023-06-14)

Full Changelog Previous Releases

  • Locale fine-tuning
  • Fix dialog not properly attached when movable disabled
  • Use better dungeon names without keystone suffix

4.0.1

13 Jun 21:14
Compare
Choose a tag to compare

Premade Groups Filter

4.0.1 (2023-06-13)

Full Changelog Previous Releases

  • Fix a bug when no difficulty selected (fixes #182)
  • Fine-tuning dungeon panel size
  • Remove notdeclined from raid panel
  • Bring back members to raid panel
  • Redesign dungeon dialog
  • Bring back tanks/heals/dps

4.0.0

12 Jun 20:52
Compare
Choose a tag to compare

Premade Groups Filter

4.0.0 (2023-06-12)

Full Changelog Previous Releases

  • Fix expression change detection in arena panel
  • Implement instant filtering
  • Trigger input box/field change detection on focus lost (or escape)
  • Fix logger log level
  • Fix expression box change detection
  • Clarify matchingid tooltip
  • Delete old dialog
  • Increase log level
  • Implement single dungeon warning
  • Fix Refresh button
  • Move StaticPopup to UI
  • Simplified advanced expression box initialization logic
  • Improve logger
  • Re-add UsePGFButton
  • Implement data migration logic
  • Fix panel names
  • Add tooltip, move checkbox init logic
  • Add raid panel
  • Replace ReduceSpam with NotDeclined
  • Remove license header from XML files (files are still on the GPL)
  • Add Arena and RBG panels
  • Move some initialization logic
  • Update enUS
  • Minor fixes
  • Implement minimize/maximize
  • Adjust size of sorting
  • Reduce some debug logging
  • Remove test
  • Fix width of checkboxes
  • Move PopupMenu and Help
  • Fix Sorting, InfoButton, Macro
  • Move func RemoveCommentLines
  • Draft

4.0.0-beta.1

11 Jun 20:55
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

Premade Groups Filter

4.0.0-beta.1 (2023-06-11)

Full Changelog Previous Releases

  • Implement instant filtering
  • Trigger input box/field change detection on focus lost (or escape)
  • Fix logger log level
  • Fix expression box change detection
  • Clarify matchingid tooltip
  • Delete old dialog
  • Increase log level
  • Implement single dungeon warning
  • Fix Refresh button
  • Move StaticPopup to UI
  • Simplified advanced expression box initialization logic
  • Improve logger
  • Re-add UsePGFButton
  • Implement data migration logic
  • Fix panel names
  • Add tooltip, move checkbox init logic
  • Add raid panel
  • Replace ReduceSpam with NotDeclined
  • Remove license header from XML files (files are still on the GPL)
  • Add Arena and RBG panels
  • Move some initialization logic
  • Update enUS
  • Minor fixes
  • Implement minimize/maximize
  • Adjust size of sorting
  • Reduce some debug logging
  • Remove test
  • Fix width of checkboxes
  • Move PopupMenu and Help
  • Fix Sorting, InfoButton, Macro
  • Move func RemoveCommentLines
  • Draft

3.8.3

14 May 15:51
Compare
Choose a tag to compare

Premade Groups Filter

3.8.3 (2023-05-14)

Full Changelog Previous Releases

  • Sort dungeon groups by mprating and rated PvP by pvprating by default (fixes #170)
    PGF is now always active even if there is no filter or sorting expression.
    Default sorting is now:
    1. isApplication desc
    2. partyfit desc
    3. friends desc
    4. mprating or pvprating desc
    5. warmode
  • Allow sorting by booleans (false < true)