Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

83 lines (45 loc) · 2.58 KB

Authenticator Changelog

All notable changes to the project will be documented in this file.

  • Rewrote the app in Swift using a new architecture inspired by React, Redux, and Elm.
  • Moved token models, persistence, and password generation to the OneTimePassword library.

1.1.2.1 - 2014-09-19

Fixed

  • Bumped deployment target to iOS 8 to support XIB-based launch screens.

1.1.2 - 2014-09-19

[NEW] Support for larger screen sizes.

[FIX] Move token type to the advanced options section

[DEV] Replace the token core with the OneTimePassword library

1.1.1 - 2014-06-19

[NEW] Advanced options: choose the algorithm and digit count in manual entry.

1.1 - 2014-05-09

[NEW] Updated visual design.

[NEW] Dedicated editing screen.

[NEW] Default to QR code entry when the camera is available. (Manual token entry is still possible.)

[NEW] Allow the user to specify an issuer string when manually entering a token.

[DEV] Fixed a token generation bug on 64-bit devices introduced by compiling with Xcode 5.1.

1.0.3 - 2013-12-20

[NEW] Added an "Issuer" field for labeling tokens.

[FIX] Removed support for MD5-based tokens.

[FIX] Fixed a bug where token edits could be reverted if the password refreshed while editing.

1.0.2 - 2013-12-05

[FIX] Fixed a bug which prevented adding new tokens after a clean install.

[NEW] Tokens which remain in your keychain after the app is uninstalled are now recovered when the app is reinstalled.

1.0.1 - 2013-12-03

[NEW] Updated app icon with brighter colors and better layout.

[DEV] Refactored OTPRootViewController into OTPTokenManager and OTPTokenListViewController.

1.0 - 2013-11-25