Skip to content

Commit

Permalink
v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Oct 10, 2024
1 parent dd0ba67 commit 7bdb1d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## **Release v1.35.0 - 2024-10-10**
**Updated for Hearthstone 30.6.0**

**Hearthstone**:
- Added new-style counters! They will automatically pop up when they're relevant in a game and feature rich tooltips appropriate to the current game state.\
*We're still working on making them individually configurable but wanted to share our current progress with you. The old counters are still temporarily available but have been moved to the Advanced options.*
- Added counters for: Abyssal Curse, Astral Automaton, Chaotic Tendril, C'Thun, Elemental turns in a row, Excavate, Fatigue, Galakrond, Jade Display, Jade Golems, Librams, Played Spell Schools, Played Spells, Pogo Hopper, Damage taken on your turns, Summoned Dragons and Wheel of Death.
- Added filtering to "Drawn By" card marks in the opponent's hand to cut down on unimportant information (such as non-tutored draws).
- Added a new icon to the opponents hand to better differentiate a card's identity from the identity of the card that drew it.
- Fixed an info leak related to forged cards that where shuffled into the opponents deck and drawn again later.

**Battlegrounds**:
- Add a counter to show the current Blood Gem size.

## **Release v1.34.0 - 2024-09-26**
**Updated for Hearthstone 30.4.3**

Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<NeutralLanguage>en</NeutralLanguage>
<Description>Hearthstone Deck Tracker</Description>
<Copyright>Copyright © HearthSim 2024</Copyright>
<AssemblyVersion>1.34.0</AssemblyVersion>
<FileVersion>1.34.0</FileVersion>
<AssemblyVersion>1.35.0</AssemblyVersion>
<FileVersion>1.35.0</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit 7bdb1d1

Please sign in to comment.