Skip to content

Prepare for release #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the project will be documented in this file.
[Authenticator]: https://github.com/mattrubin/Authenticator


## [2.1.2] - 2019-05-23
By building the app with Xcode 10.1 instead of Xcode 10.2, this update fixes a crash that could occur when trying to manually enter a token on a 32-bit device (iPhone 5 or earlier).


## [2.1.1] - 2019-04-25
For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%.
([#307](https://github.com/mattrubin/Authenticator/pull/307))
Expand Down Expand Up @@ -125,7 +129,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.1.1...HEAD
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.1.2...HEAD
[2.1.2]: https://github.com/mattrubin/Authenticator/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/mattrubin/Authenticator/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/mattrubin/Authenticator/compare/2.0.5...2.1.0
[2.0.5]: https://github.com/mattrubin/Authenticator/compare/2.0.4...2.0.5
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%.
This update fixes a crash that could occur when trying to manually enter a token on a 32-bit device (iPhone 5 or earlier).