Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Jul 19, 2024
1 parent 84b6eb0 commit 5a605f4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 3.0.0
## New
- Updated for Hearthstone 30.0.0
- Added initial deck tracking support for Perils in Paradise cards. More to come soon!
- Hide Hero Picking overlay covering up buddies.
- Added Tier7 Composition Stats!
## Fixes
- Fixed the Excavate counter not appearing for all Excavate cards.
## Bob's Buddy
- Fixed incorrect simulation results in Duos due to partial combat.
- Fixed an issue where minions exclusive to Duos would prevent simulations even when not playing Duos.

# 2.7.10
## New
- Updated for Hearthstone 29.6.2
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4169,7 +4169,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.7.10;
MARKETING_VERSION = 3.0.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4217,7 +4217,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.7.10;
MARKETING_VERSION = 3.0.0;
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.24.0
1.24.3
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
202360
203120

0 comments on commit 5a605f4

Please sign in to comment.