Skip to content

Commit

Permalink
Version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Sep 11, 2024
1 parent 8fecc7b commit 23b0927
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.4
## New
- Updated for Hearthstone 30.4.0
- Show exact card counts, even when there's more than 9 cards in the deck.
- Automatically show Tavern Tier 7 in the Battlegrounds minion browser when Pagle's Fishing Rod or Thorim's Hero Power is offered.
## Fixes
- Fixed Plagues not being tracked correctly after playing Helya.
- Fixed Plagues not being removed from the deck list when playing Steamcleaner.
- Fixed minions from Tavern Tier 7 not appearing when filtering for a specific minion type
## Bob's Buddy
- Increased the maximum simulation time when Leapfroggers are present.

# 3.0.3
## New
- Updated for Hearthstone 30.2.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 @@ -4185,7 +4185,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.3;
MARKETING_VERSION = 3.0.4;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4233,7 +4233,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.3;
MARKETING_VERSION = 3.0.4;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
206433
206605

0 comments on commit 23b0927

Please sign in to comment.