Skip to content

Releases: mattrubin/Authenticator

2.1.2

01 Jun 12:27
Compare
Choose a tag to compare

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

26 Apr 01:31
9cf2b97
Compare
Choose a tag to compare

For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%. (#307)

2.1.0

22 Dec 23:27
1fdcbd4
Compare
Choose a tag to compare
  • Added a new menu where a user can select whether they prefer passwords shown in groups of two digits or groups of three. (#290, #292)
  • Fixed a user interface bug that could occur after a user declined the app's request for camera access. (#293)

2.0.5

18 Sep 23:50
e177e31
Compare
Choose a tag to compare
  • Added an alert to ask the user for confirmation before permanently deleting a token.
    (#217)

2.0.4

29 Apr 18:12
03564a9
Compare
Choose a tag to compare
  • Fixed a crash on launch for some users, caused by deserialization errors when loading persistent tokens from the keychain. (#277)

2.0.3

24 Apr 04:34
Compare
Choose a tag to compare
  • 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.

2.0.2

09 Dec 20:42
Compare
Choose a tag to compare

• Improved the accessibility of manual token entry when using VoiceOver
• Improved app efficiency, reducing energy usage and processor load by over 95%

2.0.1

08 Nov 03:24
Compare
Choose a tag to compare
  • Added support for iPhone X
  • Fixed a bug where tokens were sometimes copied when trying to scroll the token list
  • Fixed button text color and font weight on iOS 11

2.0.0

08 Jun 07:18
Compare
Choose a tag to compare

Search & Filter

Tap the new search field at the top of the token list to filter your tokens by issuer and account name.

Easier to Read

An updated font, improved typography, and better spacing make your passwords easier to read.

Security & Backup Info

For security reasons, tokens are stored only on one device, and are not included in iCloud or unencrypted backups. More information about security and backups has been added in the app.

Also…

  • Haptic Feedback
  • Improved Error Messages
  • Many small improvements to polish and performance…

1.1.2

19 Sep 04:31
Compare
Choose a tag to compare

[NEW] Support for larger screen sizes.

[FIX] Move token type to the advanced options section

[DEV] Replace the token core with the OneTimePassword library