Skip to content

Commit

Permalink
v1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 2, 2024
1 parent e20b380 commit f7954ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## **Release v1.30.1 - 2024-08-02**
**Deck Tracker**:
- Fixed a number of recent cards not showing what the opponent added to their hand.
- Fixed Snake Oil appearing twice in the opponent's deck list after trading.
- Fixed the spell school counter not automatically appearing for Shaman decks with Razzle-Dazzler.
- Fixed the underlying issue causing Arena decks to be repeatedly imported when a new set is released.

**Overlay**:
- Fixed the full screen overlay being misaligned when screen scaling was enabled on a second monitor.
- Fixed card tooltips to not appear in the correct place when hovering the opponent's deck list.
- Fixed hover zones for card marks in the opponent's hand sometimes being too small.
- Fixed an issue causing the Mulligan Guide box to be misaligned in the deck picker for Warlock decks with runes (from Tourist).

## **Release v1.30.0 - 2024-07-17**
**Updated for Hearthstone 30.0.0**

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.30.0</AssemblyVersion>
<FileVersion>1.30.0</FileVersion>
<AssemblyVersion>1.30.1</AssemblyVersion>
<FileVersion>1.30.1</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit f7954ad

Please sign in to comment.