Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

1.1.1

Choose a tag to compare

@radazzouz radazzouz released this 04 Feb 17:09
· 496 commits to master since this release

[NEW] Added support for the iPhone 6 and 6 Plus for ACME and ACME Browser.
[NEW] Added support for Carthage in the add-framework-support branch.
[NEW] Added light-coloured assets for the 1Password Button.

[IMPROVED] Updated filling code for the upcoming filling brain in 1Password. (1Password 5.3 betas are required)
[IMPROVED] We now validate that the new password and the old password are not the same when changing the password in ACME.
[IMPROVED] Minimized the scope of some string constants to help prevent "duplicate symbol" linker errors when this code is included more than once in an app (because one or more libraries includes this code).

[FIXED] Fixed problem where passwords containling \ did not properly fill.
[FIXED] Removed the weak/strong self dance when not necessary.
[FIXED] Replaced the email for beta access alert with a link to get 1Password from the App Store when 1Password is not installed.
[FIXED] Fixed warning about multiple length methods in Xcode.
[FIXED] Fixed issue with some shadowed error variables.