Skip to content

Release v0.14.5

Compare
Choose a tag to compare
@azeier azeier released this 27 Apr 17:35
· 2480 commits to master since this release

New:

  • Added C'Thun and Yogg-Saron counters. By default these should (hopefully) show up when appropriate. You can turn them on/off permanently under options > overlay > player/opponent.

Fixes:

  • Fixed importing decks from hearthpwn. Let the netdecking commence!
  • Fixed an issue where no C'Thun would be added to the deck list after Doomcaller was played.
  • Fixed an issue where the arena reward dialog was missing the WotOG cards and packs.
  • Fixed an issue where some card images would have a few pixels of transparency on the right.
  • Fixed an issue where importing the opponent deck from games would result in a deck without a class.
  • Fixed an issue where the deck picker would switch to "wild" after creating a standard deck.
  • Fixed an issue where the last played date on decks would not always update.
  • Fixed an issue where importing the player deck from the last game would include the hero and hero power.
  • Fixed an issue where the opponent deck recorded on matches could include created cards (new matches only).

Changes:

  • Moved board attack counters to options > overlay > player/opponent.
  • Added missing WotOG token images.

API-ish:

  • Most enums in Hearthstone_Deck_Tracker.Enums have been removed since they were duplicates of HearthDb.Enums. The latter is now used exclusively. This might break plugins again, sorry.