Skip to content

Commit

Permalink
v1.23.15
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Jan 29, 2024
1 parent ab69fc8 commit 49a96a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## **Release v1.23.15 - 2024-01-29**
**Updated for Hearthstone 28.4.1**

**Fixes**:
- Fixed Summoning Ward not appearing in the Mage secret tracker.
- Fixed an issue where the attack counter incorrectly accounted for Mega-Windfury despite Silence (e.g. a silenced Walking Mountain).
- Fixed an issue causing the "Know your opponent's deck?" prompt to stay up when entering menus.

## **Release v1.23.15 - 2024-01-19**
**Bob's Buddy**:
- Fixed an issue that caused Bob's Buddy to get stuck on turn 1.
Expand Down
9 changes: 7 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 2023</Copyright>
<AssemblyVersion>1.23.14</AssemblyVersion>
<FileVersion>1.23.14</FileVersion>
<AssemblyVersion>1.23.15</AssemblyVersion>
<FileVersion>1.23.15</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down Expand Up @@ -149,6 +149,11 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Strings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand Down

0 comments on commit 49a96a3

Please sign in to comment.