Skip to content

Commit

Permalink
v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Oct 23, 2024
1 parent 43c151a commit 1bc579d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## **Release v1.36.0 - 2024-10-23**
**Hearthstone**:
- Added tooltips for related cards.\
*Hovering over cards in hand or deck now shows their related cards. These tooltips will automatically appear for opponents when relevant.*
- Added related cards for: \
*Return Policy, Hydration Station, Pet Parrot, Product 9, Sasquawk, Stranglethorn Heart, Rewind, Commander Sivara, The Galactic Projection Orb, Tyr, Tyr's Tears, Lady Liadrin, Tess Greymane, Shudderwock, Inventor Boom, Photographer Fizzle, Tidepool Pupil.*
- Implemented Fizzle's Snapshot to track cards as the opponent plays them.
- Updated the elemental turn sequence counter card image to a more fitting one.
- Fixed an issue where cast spells were counted towards "Played Spells" counters.
- Fixed an issue that counters appeared in inappropriate game modes.
- Fixed an issue where card marks displayed incorrect icons when drawn by a blacklisted card.

## **Release v1.35.3 - 2024-10-17**
**Updated for Hearthstone 30.6.2**

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.35.3</AssemblyVersion>
<FileVersion>1.35.3</FileVersion>
<AssemblyVersion>1.36.0</AssemblyVersion>
<FileVersion>1.36.0</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit 1bc579d

Please sign in to comment.