Skip to content

Commit

Permalink
Merge pull request #277 from mattrubin/crash-hotfix
Browse files Browse the repository at this point in the history
Release Authenticator 2.0.4
  • Loading branch information
mattrubin committed Apr 29, 2018
2 parents b1dbf00 + c906671 commit 03564a9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Authenticator/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the project will be documented in this file.
[Authenticator]: https://github.com/mattrubin/Authenticator


## [2.0.4] - 2018-04-29
- Fixed a crash on launch for some users, caused by deserialization errors when loading persistent tokens from the keychain.
([#277](https://github.com/mattrubin/Authenticator/issues/277))


## [2.0.3] - 2018-04-23
- 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.
- Fixed a bug where the app might crash when adding a token from an "otpauth://" URL.
Expand Down Expand Up @@ -102,7 +107,8 @@ For security reasons, tokens are stored only on one device, and are not included
## [1.0] - 2013-11-25


[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.0.3...HEAD
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.0.4...HEAD
[2.0.4]: https://github.com/mattrubin/Authenticator/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/mattrubin/Authenticator/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/mattrubin/Authenticator/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/mattrubin/Authenticator/compare/2.0.0...2.0.1
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration for Carthage (https://github.com/Carthage/Carthage)

github "mattrubin/OneTimePassword" ~> 3.0
github "mattrubin/OneTimePassword" ~> 3.1.3
github "SVProgressHUD/SVProgressHUD" ~> 2.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "SVProgressHUD/SVProgressHUD" "2.2.5"
github "jspahrsummers/xcconfigs" "0.12"
github "mattrubin/Base32" "xcode9"
github "mattrubin/OneTimePassword" "3.1.2"
github "mattrubin/OneTimePassword" "3.1.3"
github "shinydevelopment/SimulatorStatusMagic" "2.1"
3 changes: 1 addition & 2 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +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.
• Fixed a bug where the app might crash when adding a token from an "otpauth://" URL.
This release fixes an issue that was causing the app to crash on launch for some users.

0 comments on commit 03564a9

Please sign in to comment.