Skip to content

Commit

Permalink
Merge pull request #97 from mattrubin/changelog
Browse files Browse the repository at this point in the history
Add a changelog
  • Loading branch information
mattrubin committed Jan 31, 2016
2 parents bbb26cf + 101c8dd commit 501b327
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Authenticator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
C983AB73197F98FC00975003 /* OTPAuthenticatorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTPAuthenticatorTests.m; sourceTree = "<group>"; };
C98B1EC91AB2CEC300C59E53 /* TokenRowModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenRowModel.swift; sourceTree = "<group>"; };
C98B1ECB1AB3CF0700C59E53 /* TokenRowCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenRowCell.swift; sourceTree = "<group>"; };
C98C7F331C5E888100DB1478 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
C99069D0180CBAC900BAEF53 /* TokenScannerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenScannerViewController.swift; sourceTree = "<group>"; };
C9906A2E1812522100BAEF53 /* AuthenticatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AuthenticatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C9919CDC1BA64EED006237C1 /* TokenEntryForm.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenEntryForm.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -281,6 +282,7 @@
children = (
8B2B8AE1118BA49F00437315 /* README.md */,
C97CDF041BEE927200D64406 /* AUTHORS */,
C98C7F331C5E888100DB1478 /* CHANGELOG.md */,
C9776E3318518801003D53CB /* LICENSE.txt */,
);
name = Docs;
Expand Down
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# [Authenticator] Changelog
All notable changes to the project will be documented in this file.

[Authenticator]: https://github.com/mattrubin/Authenticator


## [Unreleased]
- 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.

[React]: http://facebook.github.io/react/
[Redux]: http://redux.js.org
[Elm]: http://elm-lang.org
[OneTimePassword]: https://github.com/mattrubin/OneTimePassword


## [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


[Unreleased]: https://github.com/mattrubin/Authenticator/compare/1.1.2.1...HEAD
[1.1.2.1]: https://github.com/mattrubin/Authenticator/compare/1.1.2...1.1.2.1
[1.1.2]: https://github.com/mattrubin/Authenticator/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/mattrubin/Authenticator/compare/1.1...1.1.1
[1.1]: https://github.com/mattrubin/Authenticator/compare/1.0.3...1.1
[1.0.3]: https://github.com/mattrubin/Authenticator/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/mattrubin/Authenticator/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/mattrubin/Authenticator/compare/1.0...1.0.1
[1.0]: https://github.com/mattrubin/Authenticator/compare/64497eb12e4862ad900dc4a014d2cf2232aa3077...1.0

0 comments on commit 501b327

Please sign in to comment.