You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking:CatalogDeclaration requires presentation: — .source, .browseRoot(contents:), .liveSearch, .snapshot, or .hidden. The <id>.search naming convention no
longer pairs catalogs; declare a browse root explicitly. A root's contents must be a .source or .snapshot catalog of the same extension and may be claimed by one root only. CatalogDefinition gains a matching presentation (default .source).
Added optional CatalogDeclaration.description / CatalogDefinition.description, shown under the
catalog's name in Settings → Sources.
BrowseCatalogItem.catalogIcon (also on the deferred and scoped-search variants) and CatalogIconColor.nsColor are public, so hosts can reuse a root's symbol and tint.
Added ActionResult.cancelled for user-cancelled actions that should finish quietly without
entering command history.