Skip to content

v202411120600

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 09:48
· 174 commits to develop since this release

Raider.IO Mythic Plus, Raiding, and Recruitment

v202411120600 (2024-11-12)

Full Changelog Previous Releases

  • [Raider.IO] Database Refresh

  • [Raider.IO] Classic Database Refresh

  • temporarily remove loading of db_client_recent_characters.lua until new client is released

  • removed client color files from classic/era addon

  • Support showing recent runs with a particular character on tooltip and other misc updates (#301)

    • Recent characters feature

    • Noticed Cataclysm had recruitment files generated, but not loaded by the Cata.toc files, so ran the toc.ps1 and added them for loading.

    • Updated the TOC versions for the various games to the current latest, since I noticed some were slightly behind.

    • Moved some keystone timing code into utilities, along with the special hotfix that adds 90 seconds to all times at 7 and above, so we can easily disable this when the time arrives, or adjust it to new logic as needed.

    • Updated AppendRecentRunsWithCharacter to rely on the profile being shown, since the keystone profile wasn't being used, this way we can also just read the name and realm that we know is correct, directly from the profile.

    • Minor changes, added docs for typing checks, overall the code does what it did before.

    • Avoid attemping to add data if the source is missing, since it does require the client to function.

    • db_client_colors.lua is not needed anymore

    • toc update to support 11.0.7

    • fix: include death penalty in the timer saved out to replay attempts


    Co-authored-by: Alex Pedersen [email protected]