Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Aug 30, 2024
1 parent 8d287ac commit c60a035
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 3.0.3
## New
- Updated for Hearthstone 30.2.2
- Automatically show Tavern Tier 7 in the Battlegrounds minion browser when you have Pagle's Fishing Rod.
- Added a setting to always show Tavern Tier 7 in the Battlegrounds minion browser.
You'll find this setting under Preferences > Battlegrounds > Always show Tavern Tier 7.
- Added golden cards to the Battlegrounds minion browser: hover over the cards for a little longer to see the golden version.
## Fixes
- Fixed color of Composition Stats header in light theme
## Bob's Buddy
- Fixed a simulation crash that could cause the odds to spin forever.
- Added support for the Blood Golem Sticker trinket.
- Fixed a major simulation issue with the Bronze Timepiece trinket.
- Fixed trinkets from Souvenir Stand not being incorporated into the simulations.
- Fixed a simulation issue when Flourishing Frostling triggers Moss of the Schloss.
- Fixed a simulation crash when the Boom Controller trinket was present.

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

0 comments on commit c60a035

Please sign in to comment.