Skip to content

Commit

Permalink
Version 2.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Jun 27, 2024
1 parent daa78ca commit 71e154f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.7.10
## New
- Updated for Hearthstone 29.6.2
## Fixes
- Fixed secret handling in Battlegrounds
- Fixed crash when Bob's Buddy hit an unsupported interaction
## Bobs Buddy
- Fixed incorrect simulation results due to Tarecgosa.
- Fixed incorrect simulation results due to Golden Persistent Poet.
- Fixed incorrect simulation results due to Sky Pirate (Scallywag's summon).
- Fixed incorrect simulation results due to Teron Gorefiend's hero power (Rapid Reanimation).
- Fixed incorrect simulation results in Duos due to minions being unable to attack.
- Fixed incorrect simulation results due to Teron Gorefiend's hero power (Rapid Reanimation).
- Fixed incorrect simulation results due to Sky Pirate (Scallywag's summon).
- Fixed incorrect simulation results due to Sr. Tomb Diver.

# 2.7.9
## New
- Updated for Hearthstone 29.6.0
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4129,7 +4129,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.7.9;
MARKETING_VERSION = 2.7.10;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4177,7 +4177,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.7.9;
MARKETING_VERSION = 2.7.10;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion HSTracker/BobsBuddy-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.0
1.24.0
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
201108
202360

0 comments on commit 71e154f

Please sign in to comment.