Skip to content

Commit

Permalink
Version 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Oct 17, 2024
1 parent 6ff1f73 commit 03a9201
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.0.8
## New
- Updated for Hearthstone 30.6.2
- Added a new icon to the opponents hand to better differentiate a card's identity from the identity of the card that drew it.
## Fixes
- Fixed tracking of decks using Prince Renathal
- Fixed an info leak related to forged cards that where shuffled into the opponents deck and drawn again later.
- Fixed crash during start up

# 3.0.7
## New
- Updated for Hearthstone 30.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 @@ -4789,7 +4789,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.7;
MARKETING_VERSION = 3.0.8;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4837,7 +4837,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.7;
MARKETING_VERSION = 3.0.8;
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.25.5
1.26.2
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
208591
209698

0 comments on commit 03a9201

Please sign in to comment.