Skip to content

Commit

Permalink
v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Nov 12, 2024
1 parent f0ef6b8 commit 3d4641a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## **Release v1.37.0 - 2024-11-12**
**Performance**:
- Significantly improved downloader size: Card Tile images are now loaded dynamically instead of being included in the initial download.
- Significantly improved memory usage.

## **Release v1.36.4 - 2024-11-07**
**Hearthstone:**
- Added counter for The Ceaseless Expanse.
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.36.4</AssemblyVersion>
<FileVersion>1.36.4</FileVersion>
<AssemblyVersion>1.37.0</AssemblyVersion>
<FileVersion>1.37.0</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit 3d4641a

Please sign in to comment.