Skip to content

1.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:35
· 10 commits to main since this release

Added

  • The account list can be filtered by rank and sorted, and shows how many accounts match. A
    second row under the filter bar carries the new controls. For Heroes of the Storm, eight rank
    chips — Unranked through Grand Master — narrow the list to one or several ranks at once;
    "Unranked" covers both an account never read and one read with no rank set. Next to it, a sort
    control (last read, name, rank, gold, heroes read, with a click to reverse the direction) and a
    count of matching accounts stay available for every game, not only Heroes of the Storm.

Fixed

  • The progress line in "Refresh data" and "Switch account" now speaks the app's language.
    The step labels above it ("Identify the account", "Read the values" …) were always translated;
    the sentence that updates live underneath while a step runs — "25 of 31 cards read", "Signing
    in …" — stayed in English no matter what language was set in Settings. It now follows the same
    language as the rest of the window.
  • "Switch account" no longer occasionally refuses a client that is genuinely at the main menu.
    It could report "shows HeroSelect instead of the main menu" on a screen that, a moment later,
    read correctly — the check measured the screen exactly once, right after the client regained
    focus, while its own interface could still be redrawing. It now measures up to three times a
    second apart before giving up.
  • The header chip's "Refresh data" has the same fix. Attaching to an already-running client
    could occasionally refuse it as "in a hero select or a match" or "no account signed in" on a
    screen that was genuinely at the main menu, for the identical reason as above. Both checks now
    share the same re-measured logic.