Skip to content

Commit

Permalink
v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Jul 17, 2024
1 parent 7f4da16 commit b1c1a34
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## **Release v1.30.0 - 2024-07-17**
**Updated for Hearthstone 30.0.0**

Arena players may have noticed the deck tracker repeatedly importing decks that contained cards from the new expansion.
This issue is resolved for now as this update contains the new cards, but we'll fix the underlying issue in a future update.

**New**:
- Added initial deck tracking support for Perils in Paradise cards. More to come soon!
- Added Tourist support to the deck builder.

**Fixes**:
- Fixed the Excavate counter not appearing for all Excavate cards.
- Fixed an issue where the Tier7 hero picking overlay would have conflicting hover zones.
- Fixed the Twitch Extension not allowing viewers to hover the buddy button.

## **Release v1.29.9 - 2024-07-12**
**Fixes**:
- Tier7 setting not affecting Composition Stats visibility.
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.29.9</AssemblyVersion>
<FileVersion>1.29.9</FileVersion>
<AssemblyVersion>1.30.0</AssemblyVersion>
<FileVersion>1.30.0</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit b1c1a34

Please sign in to comment.