Skip to content

Commit

Permalink
Version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Nov 13, 2024
1 parent 290ae18 commit 143a127
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 3.1.1
## New
- Added counter for The Ceaseless Expanse.
- Added support for cards that will be recasted by Mistah Vistah effect
- Added a delay to most tooltip displays
- Added tooltips for related cards.
Hovering over cards in hand or deck now shows their related cards. These tooltips will automatically appear for opponents when relevant.
## Fixes
- Fixed several crashes due to early object releases
- Fixed crash when attempting to display a golden BG minion
- Fixed Jade Idol counter resetting to 1 when drawing Jade Spirit or Aya
- Fixed deck card counter display when showing more than 9 cards
- Fixed crash when setting in hand color using a non RGB colorspace
- Fixed initial location of link opponent deck panel
- Improved position of trinket picking overlay

# 3.1.0
## New
- Improved related cards shown for counters
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5272,7 +5272,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.1.1;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -5320,7 +5320,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.1.1;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 143a127

Please sign in to comment.