[IMPROVED] -saveContent now returns YES if successful and NO if nothing changed.
[FIXED] Fix for unsetting the login key when key is saved due to a notification race.
[IMPROVED] UI improvements for login name.
[IMPROVED] Remove system fonts all-over and replace with Exo2.
[IMPROVED] Various UI improvements and fixes throughout.
[ADDED] Indicator when user needs to find the edit button to either set a password or login name.
[FIXED] Cell reuse when changing between transient / element.
[IMPROVED] Collection view item reloading now avoids reloading items that stay the same and animates better.
[REMOVED] Love Lyndir, just linking to http://thanks.lhunath.com now.
[UPDATED] PearlString -> strf
[ADDED] Catching commands when the sites table view is active too (enter/esc/..)
[ADDED] A new step-by-step guide which uses images and text to explain the basics of Master Password.
[FIXED] The setup flow didn't appear anymore.
[FIXED] When creating a new user, the master password field was auto-capitalized.
[ADDED] Option to hide passwords and reveal with long-touch.
[IMPROVED] More visible placeholder text.
[ADDED] Cancel button on search field.
[ADDED] Ability to copy user name.
[UPDATED] Use dark style keyboard throughout to avoid flickery switches.
[FIXED] Smaller ui fixes.
[FIXED] When a "new site" cell gets recycled as a "maximum security" entity's cell, we may not be able to scroll to the cell index for the type because the collection view's cell indexes weren't updated yet.
[UPDATED] Different Crashlytics for Mac/iOS.
[UPDATED] Mac build fixes.
[FIXED] Layout on rotation. WIP.
[ADDED] Link on marquee to thanks.lhunath.com.
[FIXED] Fixed an issue that caused stored passwords to be saved without encryption.
[ADDED] Logic to check for any data inconsistencies and fix them.
[ADDED] Support for using dictation in site search box.
[ADDED] Ability to change avatar while creating new user.
[FIXED] Transition oddness.
[IMPROVED] Remove passwordsVC while not needed.
[ADDED] Emergency generator.
[UPDATED] Make private moc parent of all private blocks to avoid blocking the main thread for writes, update the main moc on private moc updates.
[FIXED] Don't cause a crash on elements with a bad type.
[UPDATED] Improved cell handling and UI update handling.
[UPDATED] Replace FontReplacer with moarfonts to fix issues in UICollectionViewCells.
[UPDATED] Layout of setup on 4" iPhones.
[UPDATED] iCloud description text.
[UPDATED] Show "gmail.com" in the guide's search bar.
[ADDED] A tooltip on the tip button.
[ADDED] Advanced option to mark self as corrupt.
[ADDED] Tell user initial cloud sync can take a moment.
[IMPROVED] Initial window now visible on full-screen spaces.
[FIXED] User name label.
[FIXED] Bugs when importing mpsites when the user doesn't exist yet.
[FIXED] Activity now displayed using PearlOverlay, PearlAlert broke in iOS 7 for activity.
[ADDED] Advanced option to wipe cloud container.
[UPDATED] Love Lyndir completion.
[ADDED] Debugging with DCIntrospect and Reveal.
[REMOVED] A bunch of google+ files that are no longer necessary.
[FIXED] Type and formatting fixes for 64-bit platform types.
[UPDATED] Production logging of what StoreManager is doing to help people with trouble out.
[ADDED] Log reason for ubiquity error to checkpoint.
[UPDATED] Log out when user is no longer available.
[UPDATED] Re-enabled cloud store switching using new USM store enumeration facilities.
[UPDATED] Lower log level for test and crash logs so we can see why stuff fails.
[IMPROVED] Removed password logic out of MPEntities so that it can be backgrounded without relying on the persistence layer staying up.
[IMPROVED] Some workload removed from the main thread.
[UPDATED] Show users and sites in cloud stores of log VC.
[ADDED] Ability to turn off iCloud if corruption happens.
[ADDED] When switching iCloud on/off, provide user the option to migrate his current sites.
[ADDED] Ability to get to settings & logs from unlock VC.
[ADDED] More verbose log printing when trace enabled.
[ADDED] More exception handling on application launch; we can't allow any of this to keep us from being able to open the emergency generator.
[UPDATED] Only apply UI theming on iOS 6-.
[ADDED] Modern way of hiding the status bar on iOS 7.