Skip to content

Commit 03564a9

Browse files
authored
Merge pull request #277 from mattrubin/crash-hotfix
Release Authenticator 2.0.4
2 parents b1dbf00 + c906671 commit 03564a9

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

Authenticator/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.3</string>
20+
<string>2.0.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the project will be documented in this file.
44
[Authenticator]: https://github.com/mattrubin/Authenticator
55

66

7+
## [2.0.4] - 2018-04-29
8+
- Fixed a crash on launch for some users, caused by deserialization errors when loading persistent tokens from the keychain.
9+
([#277](https://github.com/mattrubin/Authenticator/issues/277))
10+
11+
712
## [2.0.3] - 2018-04-23
813
- Disabled swipe-to-delete on the token list, to prevent tokens from being accidentally deleted. To delete a token, first tap "Edit" and then tap the red delete button.
914
- Fixed a bug where the app might crash when adding a token from an "otpauth://" URL.
@@ -102,7 +107,8 @@ For security reasons, tokens are stored only on one device, and are not included
102107
## [1.0] - 2013-11-25
103108

104109

105-
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.0.3...HEAD
110+
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.0.4...HEAD
111+
[2.0.4]: https://github.com/mattrubin/Authenticator/compare/2.0.3...2.0.4
106112
[2.0.3]: https://github.com/mattrubin/Authenticator/compare/2.0.2...2.0.3
107113
[2.0.2]: https://github.com/mattrubin/Authenticator/compare/2.0.1...2.0.2
108114
[2.0.1]: https://github.com/mattrubin/Authenticator/compare/2.0.0...2.0.1

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Configuration for Carthage (https://github.com/Carthage/Carthage)
22

3-
github "mattrubin/OneTimePassword" ~> 3.0
3+
github "mattrubin/OneTimePassword" ~> 3.1.3
44
github "SVProgressHUD/SVProgressHUD" ~> 2.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "SVProgressHUD/SVProgressHUD" "2.2.5"
22
github "jspahrsummers/xcconfigs" "0.12"
33
github "mattrubin/Base32" "xcode9"
4-
github "mattrubin/OneTimePassword" "3.1.2"
4+
github "mattrubin/OneTimePassword" "3.1.3"
55
github "shinydevelopment/SimulatorStatusMagic" "2.1"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
• Disabled swipe-to-delete on the token list, to prevent tokens from being accidentally deleted. To delete a token, first tap "Edit" and then tap the red delete button.
2-
• Fixed a bug where the app might crash when adding a token from an "otpauth://" URL.
1+
This release fixes an issue that was causing the app to crash on launch for some users.

0 commit comments

Comments
 (0)