All Versions
28
Latest Version
Avg Release Cycle
53 days
Latest Release
3378 days ago

Changelog History
Page 2

  • v1.3.0 Changes

    • ENML writer
    • ๐Ÿ‘Œ Support for creating Reminders using Evernote app
    • ๐Ÿ› Bug fixes/ XCode 5 compatibilty
  • v1.2.1 Changes

    June 12, 2013
    • โž• Added RelatedQuery.referenceUri
    • ๐Ÿ†• New system exceptions thrown by getPublicNotebook and authenticateToSharedNote when the target content has been taken down.
    • โž• Added SharedNotebook.recipientSettings, NoteStore.setSharedNotebookRecipientSettings
    • โž• Added optional authenticationToken parameter to NoteStore.authenticateToSharedNote, only needed for YXBJ
    • โž• Added creatorId and lastEditorId fields to NoteAttributes
    • โž• Added two factor authentication functionality to UserStore.authenticate and authenticateLongSession, added UserStore.completeTwoFactorAuthentication.
    • Modified sample app to use table view
  • v1.2.0 Changes

    April 02, 2013
    • API for Reminders
    • View a note using the Evernote for iOS app
    • ๐Ÿ› Bug fixes
  • v1.1.1 Changes

    March 26, 2013
    • โž• Adding ability to monitor download/upload progress
    • ๐Ÿ– Handle invalid tokens
    • ๐Ÿ› Bug fixes
  • v1.1.0 Changes

    March 01, 2013
    • ENML to HTML converter
    • ๐Ÿ’พ Save a new note using Evernote for iOS app
    • View a note using Evernote for iOS app
    • Utility function to check if a business notebook is writable
    • Demonstrate how to fetch large number of notes
    • Sample code for all of the above
  • v1.0.1 Changes

    January 10, 2013
    • Switch to the Evernote app only if the right URL schemes are setup
  • v1.0.0 Changes

    January 07, 2013
    • ๐Ÿ‘Œ Supports bootstrapping by default, make sure you activate your consumer key for the China service
    • ARC
    • โšก๏ธ Authentication improvements, including the ability to login using the Evernote iOS app (this will be enabled automatically once the next update for the iOS app comes out)
    • ๐Ÿ“š Apple style documentation
    • ๐Ÿš€ Deployment target has been changed to 5.0. There are ways to compile for 4.0. If needed, please open an issue in GitHub
  • v0.2.3 Changes

    December 07, 2012
    • โž• Added support for Evernote Business
    • โž• Added NoteFilter to RelatedQuery to allow relatedness searches to be filtered
    • ๐Ÿ“š Changed the way that sharing permissions are represented on a SharedNotebook
      • Deprecated notebookModifiable and requireLogin
      • Added privilege and allowPreview
    • โž• Added NotebookRestrictions to Notebook to allow clients to more easily determined the operations that they can perform in a given shared notebook.
    • ๐Ÿ“š Moved PremiumInfo and SponsoredGroupRole from the userstore package to the types package.
    • โœ‚ Removed all advertising functions and structures
    • โœ‚ Removed the previously deprecated NoteStore.getAccountSize function
    • โž• Added extra utility functions to make it easier to use Business api's and access shared notes.
    • โž• Added utility functions and sample code to create a photo note.
    • โšก๏ธ Updated sample app for Business and shared notes.
  • v0.2.2 Changes

    November 20, 2012
    • โž• Added bootstrapping to the SDK. The SDK now supports the Yinxiang Biji service.
    • โž• Added activity indicator when the web view is loading.
  • v0.2.1 Changes

    September 05, 2012
    • โœ‚ Remove authentication cookies from the embedded UIWebView prior to authenticating to allow users to log in as a different user after declining to authorize access.