Skip to content

v2.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 23:47
· 15 commits to main since this release

RankSentinel

v2.3.1 (2022-12-15)

Full Changelog Previous Releases

  • Minor formatting changes

  • Minor formatting changes

  • Add global string translation back in

  • Optimize InGroupWith lookup

  • Performance pass (CLEU) + some bugfixes (#76)

    • Add missing embeds

    • precache unitids to avoid doing concat on every invocation

    use the appropriate group iterator based on raid/party

    call re-order to ensure we bail out as quickly as possible for trivial cases

    • reorder c_l_e_u calls to get rid of long logic checks and bail out of trivial paths as quickly as possible

    refactor IsMaxRank() and .isMaxRank to preserve both returns

    • fixes a bug where low rank warning would only fire for uncached spells

    • version update should clearcache and get rid of old/bad data

    fix a logic bug in HasFullControl usage

    remove some dead code, cleanup some unintended globals

    make sure we get a proper 'self' in cleu handler

  • Move CLEU to non-CBH frame
    fixes #75

  • Add frFR locale (#74)
    Fixes #73