Skip to content

Commit e23b05e

Browse files
v1.51.10
1 parent 69e75a7 commit e23b05e

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## **Release v1.51.10 - 2026-04-20**
2+
**Hearthstone**:
3+
- Fixed issue that caused HDT top stop working after rewind.
4+
5+
**Battlegrounds**:
6+
- Added counter for Demon Fodder.
7+
- Updated all counters.
8+
9+
**Bob's Buddy**:
10+
- Fixed incorrect simulation results where:
11+
- Blood gems played during combat were incorrectly triggering certain trinkets
12+
- Banana Slamma and Slamma Sticker trinket were incorrectly buffing health
13+
- Not properly taking into account presence of multiple hero damaged rewind effects
14+
- Stomping Stegodon rallys could multiply extensively and cause OutOfMemory exception
15+
- Falling Sky Golem was missing stats from deathrattle counter when reborn or resummoned
16+
- Revised/Added full support for all cards that generate minions to hand during combat
17+
- Generated minion pool has been scoped to player tier and races in the lobby (when relevant)
18+
- Ensured minions added to hand this way can also be summoned (e.g., via Expert Aviator)
19+
- Updated relevant minion changes for Hotfix Patch 35.2.1
20+
- Added simulation support for Repicating Cathedral trinket
21+
- Added simulation support for Rewinder Portrait trinket
22+
- Added simulation support for Tichondrius
23+
- Added simulation support for Old Soul
24+
125
## **Release v1.51.9 - 2026-04-18**
226
**Bob's Buddy**:
327
- Fixed issue that caused high usage of cpu.

Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<NeutralLanguage>en</NeutralLanguage>
1212
<Description>Hearthstone Deck Tracker</Description>
1313
<Copyright>Copyright © HearthSim 2024</Copyright>
14-
<AssemblyVersion>1.51.9</AssemblyVersion>
15-
<FileVersion>1.51.9</FileVersion>
14+
<AssemblyVersion>1.51.10</AssemblyVersion>
15+
<FileVersion>1.51.10</FileVersion>
1616
<UseWPF>true</UseWPF>
1717
<PlatformTarget>x86</PlatformTarget>
1818
<Platforms>x86</Platforms>

0 commit comments

Comments
 (0)