diff --git a/CHANGELOG.md b/CHANGELOG.md index e31c47d4..0f503fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 2.7.10 +## New +- Updated for Hearthstone 29.6.2 +## Fixes +- Fixed secret handling in Battlegrounds +- Fixed crash when Bob's Buddy hit an unsupported interaction +## Bobs Buddy +- Fixed incorrect simulation results due to Tarecgosa. +- Fixed incorrect simulation results due to Golden Persistent Poet. +- Fixed incorrect simulation results due to Sky Pirate (Scallywag's summon). +- Fixed incorrect simulation results due to Teron Gorefiend's hero power (Rapid Reanimation). +- Fixed incorrect simulation results in Duos due to minions being unable to attack. +- Fixed incorrect simulation results due to Teron Gorefiend's hero power (Rapid Reanimation). +- Fixed incorrect simulation results due to Sky Pirate (Scallywag's summon). +- Fixed incorrect simulation results due to Sr. Tomb Diver. + # 2.7.9 ## New - Updated for Hearthstone 29.6.0 diff --git a/HSTracker.xcodeproj/project.pbxproj b/HSTracker.xcodeproj/project.pbxproj index 64a2b1f4..bc1457bb 100644 --- a/HSTracker.xcodeproj/project.pbxproj +++ b/HSTracker.xcodeproj/project.pbxproj @@ -4129,7 +4129,7 @@ ); LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native"; MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 2.7.9; + MARKETING_VERSION = 2.7.10; OTHER_CFLAGS = "$(inherited)"; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = ( @@ -4177,7 +4177,7 @@ ); LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native"; MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 2.7.9; + MARKETING_VERSION = 2.7.10; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/HSTracker/BobsBuddy-version.txt b/HSTracker/BobsBuddy-version.txt index 3500250a..53cc1a6f 100644 --- a/HSTracker/BobsBuddy-version.txt +++ b/HSTracker/BobsBuddy-version.txt @@ -1 +1 @@ -1.21.0 +1.24.0 diff --git a/HSTracker/cards-version.txt b/HSTracker/cards-version.txt index 472c4d2c..d282f8b7 100644 --- a/HSTracker/cards-version.txt +++ b/HSTracker/cards-version.txt @@ -1 +1 @@ -201108 +202360