Skip to content

Releases: HearthSim/Hearthstone-Deck-Tracker

Release v0.2.4

06 Jun 09:35
Compare
Choose a tag to compare

Again: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over.

*All text now has a proper black outline, thanks to @slaren. Should increase readability. (This seems to have some impact on performance, if you notice it severely please let me know)
*Fixed deck not loading previously played cards if started mid-game.

+Added display for cards left in deck in addtion to cards in hand.
+Added an option to minimze to tray
+Added an option to keep the opponent's deck visible after the game ended

I tried making the turn-timer work, but the time HS logs a new turn (or at least the way I try to detect it) does not match the time it actually starts. It seems to include animations, which makes sense obviously.

Known issue: Cards such as Coin or Banana are counted as drawn from opponent's deck. This is fixed for the next version.

Release v0.2.3

04 Jun 11:45
Compare
Choose a tag to compare

Again: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over.

*Fixed deck in overlay not being sorted before games
*Tracker no longer reiterates though complete log when switching decks (means no more lag when switching decks)
*Number of cards in deck when editing/making new now displayed again
*Checking/unchecking highlight cards in hand updates correctly again
*Burnt cards by opponent now detected

*Maybe less issues with overlay disappearing (?)

+Added options to move decks in overlay
+Added option to set overlay opacity

Release v0.2.2

02 Jun 16:00
Compare
Choose a tag to compare

Again: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over.

*Should fix (and improve in comparison to before) the performance issues
*Should fix tracker window (and the additional windows) not coming into foreground (but not the overlay, yet)

Release v0.2.1

02 Jun 08:05
Compare
Choose a tag to compare

STILL IMPORTANT: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over.

*Now supports more than 2 copies of a card
*Cards have a new font
*Tracker no longer freezes on start if log is very long
*Overlay should no longer be screwed up if tracker is started before hearthstone
+Updatespeed can be set in the config.xml (affects cpu)
+Now shows messages in case of errors loading config/version/deck files

Release v0.2.0

01 Jun 13:45
Compare
Choose a tag to compare

STILL IMPORTANT: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over.

+Comletely new GUI in metro style! Should be much cleaner and easier to understand now.
*Probably quite a few small bugfixes.
*Should no longer occasionally crash when switching decks (hopefully).

Release v0.1.4

31 May 15:13
Compare
Choose a tag to compare

IMPORTANT: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over.

*Cards with missing image now have a frame
*Fixed "hide in menu"
*Cards not in the deck will no longer appear in the list
*Opponents burnt cards (discarded from deck) are now finally accounted for

+Now with icon!

Release v0.1.3

31 May 12:17
Compare
Choose a tag to compare

IMPORTANT: If you are using custom width/height and/or offset values, do not overwrite the config.xml, but rather make a backup and copy them over. (or just keep your old config, that should work fine as well)

-Options are now no longer cluttering the main window.
+The overlay can be disabled completely
+Added an option to show player and opponent cards in seperate (nontransparent) windows. These can be used for streaming! There is also a value in the config.xml now, where the backgroundcolor for these 2 windows can be set (e.g. #FF00FF for magenta). The main purpose for this is the use with a colorkey for that window in OBS.

Release v0.1.2

30 May 17:45
Compare
Choose a tag to compare

*decks should now not take up more than 65% of the window (height-wise). Lists with over ~15 cards will scale down.
*enemy cards being returned to their hand should be detected correctly now
+added config option (in config.xml) to move the overlay and change its resolution (and make its background visible for that purpose)

If the overlay is not visible or not correctly on top of the Hearthstones window, try setting the CustomWidth and CustomHeight values in the config.xml to about 80% of Hearthstones resolution.

to move the overlay 10 pixels up and to the left, the offsets have to be set to -10.
coordinate system looks like this:
0----------->
|
|
v

Release v0.1.1

30 May 11:40
Compare
Choose a tag to compare

+Notification added if new version is available
+Option to highlight cards which are currently in hand
+Option to search for class + neutral cards

*Fixed end of game detection
*Option to hide overlay when in menu reenabled

Initial release

30 May 07:22
Compare
Choose a tag to compare

(Mainly for testing purposes)