Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

67 lines (49 loc) · 2.91 KB

Release v1.1.1 - 2016-10-04

Updated for 6.1.3.14830

Fixes:

  • Fixed an issue where the deck builder would not work properly with some UI languages.
  • Minor text changes.

Release v1.1.0 - 2016-09-21

New:

  • Greatly improved replays! More information after the update notes.
  • HDT is now translated into Chinese and Russian.
    • You can change the language under options > tracker > appearance
    • Other languages are coming soon! If you want to help with translation, there is a link next to the opion.
  • The (Yogg-Saron) counter Auto mode now also works for Arcane Giant.

Fixes:

  • Fixed an issue where Competitive Spirit would sometimes incorrectly be greyed out.
  • Fixed an issue where Cat Trick was missing from the secrets list.
  • Fixed an issue where card images were missing occasionally in some cases.
  • Fixed an issue where HDT would crash during exporting or when opening/closing the friendslist.

Changes:

  • Made several further improvemets to auto deck importing.
  • Made several improvements to auto deck seletion.
  • Made several improvements to the "Export to Hearthstone" feature.
  • Doubleclicking decks will now activate them. With the changes to deck auto importing, editing decks within HDT should rarely be necessary.

API:

  • Fixed an issue where OnTurnStart would not fire for the first turn of the game.
  • Importing from web now supports meta tags (#2769)

Release v1.0.5 - 2016-08-10

Updated for Hearthstone 6.0.0.13921:

  • Added support for restarted adventure matches.

Fixes:

  • Fixed an issue where the mana curve would not correctly display spells.
  • Fixed an issue where automatic constructed importing would in some cases import multiple decks to the same local deck, resulting in a high number of versions on the deck.

API/Plugins:

  • Added API.GameEvents.OnEntityWillTakeDamage.
  • Added support for loading plugins with embedded dependencies - see #2735.

Release v1.0.4 - 2016-08-04

New:

  • We have a new, awesome updater! HDT will tell you all about it after you close the update notes.
  • Added support for importing decks from marduktv.com.br

Changes:

  • HDT will now try to automatically restore corrupted data files, e.g. from an unexpected shutdown.
  • Plugins are now stored in %AppData%/HearthstoneDeckTracker/Plugins. Your existing plugins are moved there automatically.
  • Custom themes are now stored in %AppData%/HearthstoneDeckTracker/Themes. Your existing custom themes are moved there automatically.
  • You can now select all/no decks when importing from constructed.
  • Plugins are now less likely to cause HDT to crash.

Fixes:

  • Fixed an issue where the cost reduction would still be displayed for cards that were returned to hand.
  • Fixed an issue where the card sorting would no longer match the game's new sorting.
  • Fixed an issue where the Yogg or C'Thun counter would sometimes be incorrectly shown during brawls.
  • Fixed several crashes.