Skip to content

Commit

Permalink
v1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Mar 27, 2024
1 parent da49577 commit c354f68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## **Release v1.25.2 - 2024-03-27**
**Fixes**:
- Fixed a memory leak that could cause the deck tracker to crash mid-game.
- Fixed a long-standing issue that could cause long games (especially Battlegrounds) to go missing.
- Fixed an issue causing Ziliax Deluxe 3000 to appear in the deck list twice after drawing it.
- Fixed an issue causing new core secrets to not appear in the secret tracker.

## **Release v1.25.1 - 2024-03-19**
**Features**:
- Added support for Zilliax Deluxe 3000's custom cost in the deck list.
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.25.1</AssemblyVersion>
<FileVersion>1.25.1</FileVersion>
<AssemblyVersion>1.25.2</AssemblyVersion>
<FileVersion>1.25.2</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit c354f68

Please sign in to comment.