Skip to content

Commit

Permalink
Version 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed May 26, 2024
1 parent f0be79c commit a14db9a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.7.6
## New
- Updated for Hearthstone 29.4.2
- Start tracking the last known board state in Battlegrounds Duos!
Hover over heroes on the leaderboard as usual to see the last board you encountered.
## Fixes
- Fixed ETC sideboard sizing issue
- Fixes mulligan overlay not showing for new decks
- Fixed Bargain Bin not appearing as a possible secret.
- Fixed an issue causing the last known board state in Battlegrounds sometimes showing a board from the wrong hero.
- Fixed an issue causing the death counter in Battlegrounds to sometimes be misaligned.
## Bob's Buddy
- Fixed opposing Boon of Beetles not being simulated correctly.
- Fixed various minor simulation issues.

# 2.7.5
## New
- Updated for Hearthstone 29.4.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 @@ -4123,7 +4123,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.7.5;
MARKETING_VERSION = 2.7.6;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4171,7 +4171,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.7.5;
MARKETING_VERSION = 2.7.6;
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.19.0
1.19.2
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
198933
199503

0 comments on commit a14db9a

Please sign in to comment.