Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Michotte <[email protected]>
  • Loading branch information
bmichotte committed Oct 18, 2017
1 parent 302cbc8 commit b91d6cc
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 deletions.
14 changes: 7 additions & 7 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion HSTracker/Database/Models/Deck.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions HSTracker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1762</string>
<string>1764</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
Expand Down
28 changes: 16 additions & 12 deletions versions.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand All @@ -176,17 +180,17 @@ _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

## New:
- 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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b91d6cc

Please sign in to comment.