Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Aug 9, 2024
1 parent 3b146ab commit d75475d
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.1
## New
- Updated for Hearthstone 30.0.3
- Added Tourist support to deck editor
## Fixes
- Fixed a number of recent cards not showing what the opponent added to their hand.
- Fixed Snake Oil appearing twice in the opponent's deck list after trading.
- Fixed the spell school counter not automatically appearing for Shaman decks with Razzle-Dazzler.
- Fixed an issue causing the Mulligan Guide box to be misaligned in the deck picker for Warlock decks with runes (from Tourist).
- Fixed composition stats background shrinking
- Fixed composition labels being unreadable depending on theme

# 3.0.0
## New
- Updated for Hearthstone 30.0.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 @@ -4169,7 +4169,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
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 = 3.0.0;
MARKETING_VERSION = 3.0.1;
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.3
1.24.4
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
203120
205031

0 comments on commit d75475d

Please sign in to comment.