Skip to content

Commit d46d92d

Browse files
committed
v1.55.10
1 parent ea46388 commit d46d92d

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
## **Release v1.55.10 - 2026-08-14**
2+
**Battlegrounds**:
3+
- Fixed an issue with the instrumentation we use to fix incorrect combat odds.
4+
15
## **Release v1.55.9 - 2026-08-14**
26
**Battlegrounds**:
37
- Updated the list of Trinkets that cause Tavern Tier 7 to appear.
48
- Removed the distracting Bob's Buddy animation when hovering the leaderboard.
59
- Fixed certain Battlegrounds overlay settings not taking effect immediately.
6-
- Fixed an issue with the instrumentation we use to fix incorrect combat odds.
710

811
## **Release v1.55.8 - 2026-08-14**
912
**Battlegrounds**:

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 2026</Copyright>
14-
<AssemblyVersion>1.55.9</AssemblyVersion>
15-
<FileVersion>1.55.9</FileVersion>
14+
<AssemblyVersion>1.55.10</AssemblyVersion>
15+
<FileVersion>1.55.10</FileVersion>
1616
<UseWPF>true</UseWPF>
1717
<PlatformTarget>x64</PlatformTarget>
1818
<Platforms>x64</Platforms>

Hearthstone Deck Tracker/Utility/ConfigManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ private static readonly (Version, Version)[] SilentUpgrades =
5151
(new(1, 45, 1), new(1, 45, 2)),
5252
(new(1, 46, 9), new(1, 46, 10)),
5353
(new(1, 55, 7), new(1, 55, 8)),
54+
(new(1, 55, 9), new(1, 55, 10)),
5455
};
5556
public static bool ShouldShowUpdateNotes()
5657
{

0 commit comments

Comments
 (0)