diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d78f2b..d2c022de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 2.7.6 +## New +- Updated for Hearthstone 29.4.2 +- Start tracking the last known board state in Battlegrounds Duos! + Hover over heroes on the leaderboard as usual to see the last board you encountered. +## Fixes +- Fixed ETC sideboard sizing issue +- Fixes mulligan overlay not showing for new decks +- Fixed Bargain Bin not appearing as a possible secret. +- Fixed an issue causing the last known board state in Battlegrounds sometimes showing a board from the wrong hero. +- Fixed an issue causing the death counter in Battlegrounds to sometimes be misaligned. +## Bob's Buddy +- Fixed opposing Boon of Beetles not being simulated correctly. +- Fixed various minor simulation issues. + # 2.7.5 ## New - Updated for Hearthstone 29.4.0 diff --git a/HSTracker.xcodeproj/project.pbxproj b/HSTracker.xcodeproj/project.pbxproj index f690ca4c..f7c8f07e 100644 --- a/HSTracker.xcodeproj/project.pbxproj +++ b/HSTracker.xcodeproj/project.pbxproj @@ -4123,7 +4123,7 @@ ); LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native"; MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 2.7.5; + MARKETING_VERSION = 2.7.6; OTHER_CFLAGS = "$(inherited)"; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = ( @@ -4171,7 +4171,7 @@ ); LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native"; MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 2.7.5; + MARKETING_VERSION = 2.7.6; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/HSTracker/BobsBuddy-version.txt b/HSTracker/BobsBuddy-version.txt index 815d5ca0..836ae4ed 100644 --- a/HSTracker/BobsBuddy-version.txt +++ b/HSTracker/BobsBuddy-version.txt @@ -1 +1 @@ -1.19.0 +1.19.2 diff --git a/HSTracker/cards-version.txt b/HSTracker/cards-version.txt index dfa95669..24ad3167 100644 --- a/HSTracker/cards-version.txt +++ b/HSTracker/cards-version.txt @@ -1 +1 @@ -198933 +199503