Skip to content

Commit

Permalink
v1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed May 8, 2024
1 parent b4cb1b0 commit 77b6589
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## **Release v1.27.1 - 2024-05-08**
**Features**:
- Added Duos support to the Battlegrounds session recap.\
*Duos support for Bob's Buddy and the hero picking overlay are being worked on!*

**Fixes:**
- Fixed automatic deck importing for Whizbang the Wonderful.\
*Whizbang the Splendiferous and Zayle, Shadow Cloak will follow in a future update.*
- Fixed the Battlegrounds hero picking popup not disappearing after a disconnect.
- Improved the reliability of detecting the available minion types in Battlegrounds.

**Bob's Buddy**:
- Fixed incorrect lethal rates due to an issue detecting the damage cap.
- Fixed incorrect simulation results due to Fleeting Vigor.
- Fixed incorrect simulation results due to Teron Gorefiend's hero power.

## **Release v1.27.0 - 2024-04-25**
**Updated for Hearthstone 29.2.2**

Expand Down
6 changes: 3 additions & 3 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.27.0</AssemblyVersion>
<FileVersion>1.27.0</FileVersion>
<AssemblyVersion>1.27.1</AssemblyVersion>
<FileVersion>1.27.1</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down Expand Up @@ -182,7 +182,7 @@
<Copy SourceFiles="@(Themes)" DestinationFolder="$(OutputPath)/Images/Themes/%(RecursiveDir)" SkipUnchangedFiles="true" />
</Target>

<Target Name="CopyVCRuntimeLibs" BeforeTargets="PreBuildEvent">
<Target Name="CopyVCRuntimeLibs" BeforeTargets="PreBuildEvent">
<Copy SourceFiles="$(MSBuildProjectDirectory)/../lib/api-ms-win-crt-convert-l1-1-0.dll" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="true" />
<Copy SourceFiles="$(MSBuildProjectDirectory)/../lib/api-ms-win-crt-heap-l1-1-0.dll" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="true" />
<Copy SourceFiles="$(MSBuildProjectDirectory)/../lib/api-ms-win-crt-runtime-l1-1-0.dll" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="true" />
Expand Down

0 comments on commit 77b6589

Please sign in to comment.