Skip to content

Commit

Permalink
Version 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Jun 17, 2024
1 parent 4e2c960 commit c872402
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.7.9
## New
- Updated for Hearthstone 29.6.0
- Show Fatigue Counter in more circumstances (such as when playing Insanity Warlock).
## Fixes
- Better constract of set icons in the Edit Deck dialog
- Fixed BG session hiding incorrectly during the start of a game
- Fixed duplicate minions on the BG minions list
- Fixed an issue where Bob's Buddy would not update after an Akazamzarak secret was revealed.
- Fixed an issue where Bob's Buddy would enter an invalid state when conceding during hero selection.

# 2.7.8
## Fixes
- Fixed Bob's Buddy showing ties on all combats on Solo Battlegrounds
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.8;
MARKETING_VERSION = 2.7.9;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down 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 = 2.7.8;
MARKETING_VERSION = 2.7.9;
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.20.0
1.21.0
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
200097
201108

0 comments on commit c872402

Please sign in to comment.