[FIXED] mpw_templatesForType now returns a fully allocated array, was relying on undefined behavior before.
[FIXED] mpw_variantWithName was allocating a badly sized standard string.
[UPDATED] mpw-cli's usage: line.
[IMPROVED] Safer code for standardizing of type name.
[FIXED] Detection of missing Crashlytics API Key wasn't detecting the file being missing.
[ADDED] 2.2 desktop and android to the site.
[REMOVED] UbiquityStoreManager and iCloud support. Now using simplified local Core Data store logic.
[ADDED] Generating site login names.
[IMPROVED] Some refactoring and interface improvements for optionally generated user names.
[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/..)
[FIXED] Initial intro window didn't always show up reliably.
[ADDED] Ability to temporarily reveal master password while typing it.
[IMPROVED] When you go down the sites list, fade out the fade-out gradient to prevent the selection from becoming invisible.
[ADDED] Ability to reset your master password.
[UPDATED] Initial screenshot of Master Password for Mac and iPhone.
[ADDED] hidePasswords to Mac app for hiding the passwords in the large passwords display, hold alt to reveal.
[ADDED] Way to easily open the Mac app's preferences.
[IMPROVED] Use transparent main window to improve the blur effect.
[ADDED] Key equivalent coach marks when holding alt.
[FIXED] Don't change sites table when site text field loses focus.
[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.
[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.
[ADDED] Mac: Open at Login.
[UPDATED] Mac: Mark users menu item when no user selected.
[ADDED] Mac: Toggle open-at-login and enable-cloud from initial window.
[ADDED] On first start, show the status item by highlighting and opening it.
[UPDATED] Using RHStatusItemView for status item so we can highlight it programmatically.
[FIXED] Activate app on startup so apps window shows.
[ADDED] NSAlert when trying to open password window with no user selected.
[UPDATED] Crisper menu icon.
[ADDED] Window to advertise iOS app.
[FIXED] Under some conditions, quit didn't work reliably.
[UPDATED] Mac UI improvements.
[UPDATED] Mac Executable Name 'Master Password'.
[FIXED] Don't unset saveKey when loading the key fails.
This causes saveKey to fail as soon as it's synced to a device that hasn't saved the key yet.
[FIXED] A bunch of threading violation issues with thread-confined MOCs.
[MOVED] iOS code from MPAppDelegate_Shared to MPiOSAppDelegate.
[FIXED] Perform MOC saving in MOC perform blocks.
[FIXED] Mac: Activate app when showing password window and not active.
[FIXED] Hide overlay while corruption dialog is up.
[FIXED] Hide corruption dialog when reloading store.
[ADDED] Migration to file-based StoreUUID.
[IMPROVED] Cleaner, more modular, migration code.
[FIXED] Don't hook activation to show password window: too annoying when focus shifts.
[FIXED] Don't set the active user when just importing ubiquity changes, it causes a log-out.
[ADDED] Mac: Ability to rebuild iCloud.
[REMOVED] Mac: wasRunning logic to avoid password window appearance on first activation.
[FIXED] Mac: Retrieve siteName from main thread.
[MOVED] Creation of new elements moved to shared code.
[FIXED] When switching user, unset active key.
[FIXED] Synchronize content calculation to avoid race issues while typing.
[ADDED] Ability to create new sites.
[FIXED] Unset active element when hitting backspace or escape.