Skip to content

Commit

Permalink
Version 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Jan 19, 2024
1 parent 3bb6d7f commit 8fae95c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2.6.5
## New
- Updated for Hearthstone 28.4.0
- Added tooltips for some battlegrounds overlays
## Fixes
- Fixed several ambiguous layouts
- Fixed excavate/spell school counter showing non localized strings (issue #1335)
- Fixed support for tier 7 trials
## Bob's Buddy
- Fixed an issue where Admiral Eliza Goreblade was not simulated correctly.
- Added support for Murozond (via Rylak).

# 2.6.4
## New
- Updated for Hearthstone 28.2.3
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3987,7 +3987,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.6.4;
MARKETING_VERSION = 2.6.5;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4035,7 +4035,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.6.4;
MARKETING_VERSION = 2.6.5;
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 @@
191554
192412
2 changes: 1 addition & 1 deletion HSTracker/mono-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.14
7.0.15

0 comments on commit 8fae95c

Please sign in to comment.