Skip to content

PRE-Release v0.11.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azeier azeier released this 02 Oct 08:35
· 3183 commits to master since this release

THIS IS A PRE-RELEASE

For a possibly more stable version please download the latest version below that is not tagged as pre-release.


  • The LogReader performance improvements may cause problems on some systems. Please let me know if this is the case for you.
  • Quite a bit of code was restructured. Possibly breaks plugins again in cases where anything outside of the API is used (I'm so sorry!). If you notice that or any odd behaviours please also let me know.

New:

  • Tooltips and searching for cards now support multiple languages. To enable these see options > tracker > appearance > card language.
  • Now supports importing decks from the hearthpwn deckbuilder.

Changes/Fixes:

  • Updated for 10357
    • No longer crashes at the end of Tavern Brawl games.
    • Stats now show games for non-default heroes.
    • Replays are now saved for non-default heroes.
  • LogReader performance improvements (this should fix issues where HDT would slow down the more games were played in a session).
  • Fixed an issue where the "wrong deck detected" dialog would keep popping up after "keep using active deck" was selected.
  • Fixed an issue where exporting would miss cards if "prioritize golden cards" was turned off and the collection contained one standard and one golden card.
  • Fixed several web imports.
  • Fixed an issue where the secret opacity slider would not load properly.
  • Fixed issues related to turn detection and UNKNOWN HUMAN PLAYER.
  • Fixed a crash that would occasionally happen when adding the last arena card.

API:

  • Added OnCreateInDeck, OnCreateInPlay, OnJoustReveal, OnDeckToPlay (for Player and Opponent) to API.GameEvents