Skip to content

TunaKit 1.22.0

Latest

Choose a tag to compare

@mikker mikker released this 04 Sep 07:36
Immutable release. Only release title and notes can be modified.
f601e00
  • Added catalog item interaction callbacks for provider analytics when results appear, are
    activated, disappear, or are successfully pasted.
  • Added CatalogAsyncPreviewProviding.cachesAsyncPreview so providers can opt out of Tuna's
    in-memory preview cache when their content contract prohibits caching.
  • Added CatalogInitialGlobalScope and CatalogDeclaration.initialGlobalScope so extensions can
    keep newly discovered sources out of global search by default.
  • Added CatalogItemPreview.init(animatedImageData:). Selected grid items and detail previews now
    play supported animated image formats while other results remain on their first frame.
  • Documented PasteboardDataProviding and PasteboardDataRepresentation as supported public API
    for copying non-text pasteboard flavors.