IntentKit v0.3.0 Release Notes

  • Enhancements
    • ๐Ÿ‘‰ User preferences can now be saved on a per-handler basis
    • Square app icons are masked at run-time, instead of requiring pre-masked icons
    • Application names may be localized
    • For actions where a user may not have an appropriate app installed, fallback URLs exist to perform the action in a web browser
    New Handlers / Applications

    ๐Ÿ”จ ###### Refactors

    • Icons now use the ~icon naming convention, simplifying image displaying code
    • ๐Ÿ– Handlebar templating has been abstracted out in the NSString+Helpers category
    • Responsibility for auto-opening an app or showing an activity sheet has been moved from INKActivityPresenter to INKHandler

    ๐Ÿ›  ###### Bugfixes

    • ๐Ÿ”Š The activity sheet no longer affects other in-app modal dialogs #18