From b91d6cc5e0a2ab9f42ec6c8ceabac7f22d02e77a Mon Sep 17 00:00:00 2001 From: Benjamin Michotte Date: Wed, 18 Oct 2017 08:45:29 +0200 Subject: [PATCH] Version bump Signed-off-by: Benjamin Michotte --- Cartfile.resolved | 14 +++++++------- HSTracker/Database/Models/Deck.swift | 2 +- HSTracker/Info.plist | 4 ++-- versions.markdown | 28 ++++++++++++++++------------ 4 files changed, 26 insertions(+), 22 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index c9c256ffc..8bf406c9e 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,18 +1,18 @@ github "1024jp/GzipSwift" "4.0.0" github "HearthSim/HearthAssets" "8b0ba03495ddb01ea3b3c0d58c94d261fdc25a6e" -github "HearthSim/HearthMirror" "677a0e27a54d970b601f60c72210625ea4fc6542" +github "HearthSim/HearthMirror" "cbc344de1eb170ed658786f82497b1448e670eca" github "HearthSim/UnityPack-Swift" "f9d9d7fcf770e2cbb07bc84c6c4cec6c3b51af43" github "JohnSundell/Unbox" "2.5.0" github "JohnSundell/Wrap" "2.1.1" -github "ZipArchive/ZipArchive" "v2.0.7" +github "ZipArchive/ZipArchive" "v2.1.1" github "bitstadium/HockeySDK-Mac" "5.0.0" github "bmichotte/RegexUtil" "1.0" github "delba/TextAttributes" "v1.0" github "emaloney/CleanroomLogger" "6.0.0" -github "groue/GRDB.swift" "v2.0.1" +github "groue/GRDB.swift" "v2.0.3" github "jwilling/JNWCollectionView" "908fcdb5596774ed2179ee4e2bfbfe7e52395ddc" github "lorentey/BTree" "v4.1.0" -github "realm/realm-cocoa" "v2.10.1" -github "shpakovski/MASPreferences" "db362983dd14359fdf23b258edb54d06d8d63cc1" -github "sparkle-project/Sparkle" "ddfc4089d2ffe519dc6e82e0a0c016eb900df05b" -github "tid-kijyun/Kanna" "86f7f25e6eeeb21288e4477dbbf91ec894a5dad3" +github "realm/realm-cocoa" "v3.0.0" +github "shpakovski/MASPreferences" "45e5ff67d19babc53414970b0a5db9586a494a96" +github "sparkle-project/Sparkle" "0cb0b2f2c7b07b65231528991ac98dc384e51146" +github "tid-kijyun/Kanna" "9091f84ed0e39b7fa8536da98a1812c3456bc4e3" diff --git a/HSTracker/Database/Models/Deck.swift b/HSTracker/Database/Models/Deck.swift index 19d35272f..437db211d 100644 --- a/HSTracker/Database/Models/Deck.swift +++ b/HSTracker/Database/Models/Deck.swift @@ -62,7 +62,7 @@ class Deck: Object { _card.count -= 1 if _card.count <= 0 { if let index = cards.index(of: _card) { - cards.remove(objectAtIndex: index) + cards.remove(at: index) } } } diff --git a/HSTracker/Info.plist b/HSTracker/Info.plist index eac87eadb..a1ee98d61 100644 --- a/HSTracker/Info.plist +++ b/HSTracker/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleSignature ???? CFBundleVersion - 1762 + 1764 LSApplicationCategoryType public.app-category.entertainment LSMinimumSystemVersion diff --git a/versions.markdown b/versions.markdown index 2afe541bd..04c6e9e1e 100644 --- a/versions.markdown +++ b/versions.markdown @@ -1,16 +1,20 @@ +# 1.2.0 +## New: +- Updated for Hearthstone 9.2.0.21517 + # 1.1.0 ## New: - Support for Knights of the Frozen Throne # 1.0.3 ## Fixes: -- Fixed an error where corrupted decks could crash HSTracker +- Fixed an error where corrupted decks could crash HSTracker ## Changes: - Update german localization # 1.0.2 -## Fixes: +## Fixes: - Fixed a crash when the deck manager UI tries to save a new deck - Getaway Kodo is correctly handled by secret helper @@ -40,7 +44,7 @@ - Fixed an issue where opponent name and class were not updated. - Fixed an issue where golden cards were not exported to Hearthstone. -## New: +## New: - Auto check and download arena helper card tier list. - Hero power has been added to damage counter. - Add a button to open your Track-o-bot profile in the settings. @@ -62,7 +66,7 @@ ## Fixes: - Fixed an issue where HSTracker was using a lot of memory and cpu (eventually ?) - Fixed an issue where HSTracker was sending bad log lines to HsReplay -- Fixed an issue where some UI parts were not visible on fullscreen mode +- Fixed an issue where some UI parts were not visible on fullscreen mode # 0.19.2 ## New: @@ -110,7 +114,7 @@ _Please note_ that this version will delete your statistics, this is due to a bi ## New: - Add a jade counter -- New way to get your data, which allows to get +- New way to get your data, which allows to get - Decks imported from Hearthstone for all game modes (arena, brawl, constructed) - Format (wild/standard) - Correct rank @@ -142,7 +146,7 @@ _Please note_ that this version will delete your statistics, this is due to a bi - Tiles (little cards image) are now downloaded. It can take sometime the first time you show a card for the image to be downloaded. # 0.18.4 -## Fixes: +## Fixes: - Arena deck will now appear correctly as arena deck on HsReplay - Add an option to auto archive arena decks on run end - You should no more be asked to save your arena deck once it's saved @@ -151,7 +155,7 @@ _Please note_ that this version will delete your statistics, this is due to a bi - Add an icon in the deck manager on arena deck when the run is finished - Arena deck imported by HSTracker are now correctly marked as "arena deck" - Correct an issue where HSTracker was not visible with fullscreen Hearthstone -- Hearthstats decks are fetched correctly now +- Hearthstats decks are fetched correctly now - Correct the build number from Hearthstone - Multiple crashes fixes @@ -176,8 +180,8 @@ _Please note_ that this version will delete your statistics, this is due to a bi - Complete refactor of all UI system for trackers. - Decks and statistics are now saved in a realm database. This should improve their stability. -# 0.18.1 -## Fixes: +# 0.18.1 +## Fixes: - Correct a crash happening on opening Update panel on Preferences - Prince Malchezaar is no more shown too early @@ -185,8 +189,8 @@ _Please note_ that this version will delete your statistics, this is due to a bi - Import decks from https://tempostorm.com, http://www.hearthstoneheroes.de and http://www.hearthstonetopdeck.com - Add a tiny size for trackers -## Changes: -- Get the Hearthstone build number from Hearthstone file to improve HSReplay +## Changes: +- Get the Hearthstone build number from Hearthstone file to improve HSReplay ## Internal - HSTracker have been converted to swift 2.3 @@ -221,7 +225,7 @@ _Please note_ that this version will delete your statistics, this is due to a bi # 0.17.3 - Update portuguese translation - Correct errors introduced by patch 5.2.0.13619 -- Correct an issue where opponent in-hand card was not resetted +- Correct an issue where opponent in-hand card was not resetted - Add support for Morgl the Oracle - Refactor a lot of code related to cards