Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
Support for Hearthstone 27.0.0
  • Loading branch information
fmoraes74 committed Aug 1, 2023
1 parent 03cc026 commit d74cf20
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.5.0
## New
- Updated for Hearthstone 27.0.0

# 2.4.10
## Bob's Buddy
- Updated with support for the new Quests and Quest Rewards.
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3938,7 +3938,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.4.10;
MARKETING_VERSION = 2.5.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = "$(inherited)";
Expand Down Expand Up @@ -3983,7 +3983,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.4.10;
MARKETING_VERSION = 2.5.0;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = net.hearthsim.hstracker;
Expand Down
21 changes: 21 additions & 0 deletions HSTracker/Assets/Assets.xcassets/Set_TITANS.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Set_TITANS.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion HSTracker/BobsBuddy-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.3
1.10.12
1 change: 1 addition & 0 deletions HSTracker/Hearthstone/Secrets/SecretsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ class SecretsManager {
exclude.append(CardIds.Secrets.Hunter.ExplosiveTrap)
} else {
exclude.append(CardIds.Secrets.Rogue.Bamboozle)
exclude.append(CardIds.Secrets.Hunter.BaitAndSwitch)
if !defender.has(tag: .divine_shield) {
exclude.append(CardIds.Secrets.Paladin.AutodefenseMatrix)
}
Expand Down
5 changes: 4 additions & 1 deletion HSTracker/Logging/CardIds/Hunter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ extension CardIds.Collectible {
static let CatTrickInvalid = "CORE_KAR_004"
static let WanderingMonsterInvalid = "CORE_LOOT_079"
static let HiddenMeaning = "JAM_003"
static let BaitAndSwitch = "TTN_504"
}
}

Expand Down Expand Up @@ -239,7 +240,8 @@ extension CardIds.Secrets {
static let All = [BearTrap, DartTrap, ExplosiveTrap, FreezingTrap,
HiddenCache, Misdirection, RatTrap, Snipe, SnakeTrap, CatTrick,
VenomstrikeTrap, WanderingMonster, PressurePlate, PackTactics,
OpenTheCages, IceTrap, EmergencyManeuvers, MotionDenied, HiddenMeaning]
OpenTheCages, IceTrap, EmergencyManeuvers, MotionDenied, HiddenMeaning,
BaitAndSwitch]
static let BearTrap = MultiIdCard(CardIds.Collectible.Hunter.BearTrap)
static let CatTrick = MultiIdCard(CardIds.Collectible.Hunter.CatTrick, CardIds.Collectible.Hunter.CatTrickInvalid)
static let DartTrap = MultiIdCard(CardIds.Collectible.Hunter.DartTrap)
Expand All @@ -260,5 +262,6 @@ extension CardIds.Secrets {
static let MotionDenied = MultiIdCard(CardIds.Collectible.Hunter.MotionDenied)
static let Zombeeees = MultiIdCard(CardIds.Collectible.Hunter.Zombeeees)
static let HiddenMeaning = MultiIdCard(CardIds.Collectible.Hunter.HiddenMeaning)
static let BaitAndSwitch = MultiIdCard(CardIds.Collectible.Hunter.BaitAndSwitch)
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down
2 changes: 1 addition & 1 deletion HSTracker/cards-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
180614
181554
9 changes: 6 additions & 3 deletions HSTrackerTests/SecretTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ class SecretTests: HSTrackerTests {
triggered: [CardIds.Secrets.Hunter.FreezingTrap,
CardIds.Secrets.Hunter.SnakeTrap,
CardIds.Secrets.Hunter.VenomstrikeTrap,
CardIds.Secrets.Hunter.PackTactics])
CardIds.Secrets.Hunter.PackTactics,
CardIds.Secrets.Hunter.BaitAndSwitch])
verifySecrets(secretIndex: 1, allSecrets: CardIds.Secrets.Mage.All,
triggered: [CardIds.Secrets.Mage.OasisAlly, CardIds.Secrets.Mage.SplittingImage])
verifySecrets(secretIndex: 2, allSecrets: CardIds.Secrets.Paladin.All,
Expand All @@ -306,7 +307,8 @@ class SecretTests: HSTrackerTests {
verifySecrets(secretIndex: 0, allSecrets: CardIds.Secrets.Hunter.All,
triggered: [CardIds.Secrets.Hunter.SnakeTrap,
CardIds.Secrets.Hunter.VenomstrikeTrap,
CardIds.Secrets.Hunter.PackTactics])
CardIds.Secrets.Hunter.PackTactics,
CardIds.Secrets.Hunter.BaitAndSwitch])
verifySecrets(secretIndex: 1, allSecrets: CardIds.Secrets.Mage.All,
triggered: [CardIds.Secrets.Mage.OasisAlly, CardIds.Secrets.Mage.SplittingImage])
verifySecrets(secretIndex: 2, allSecrets: CardIds.Secrets.Paladin.All,
Expand All @@ -321,7 +323,8 @@ class SecretTests: HSTrackerTests {
triggered: [CardIds.Secrets.Hunter.FreezingTrap,
CardIds.Secrets.Hunter.SnakeTrap,
CardIds.Secrets.Hunter.VenomstrikeTrap,
CardIds.Secrets.Hunter.PackTactics])
CardIds.Secrets.Hunter.PackTactics,
CardIds.Secrets.Hunter.BaitAndSwitch])
verifySecrets(secretIndex: 1, allSecrets: CardIds.Secrets.Mage.All,
triggered: [CardIds.Secrets.Mage.OasisAlly, CardIds.Secrets.Mage.SplittingImage])
verifySecrets(secretIndex: 2, allSecrets: CardIds.Secrets.Paladin.All,
Expand Down

0 comments on commit d74cf20

Please sign in to comment.