All Platforms:
Share/Capture windows now provide option to route newly created drafts to the archive.
iOS:
Revise tint color selection control.
If Live Activities are available, long press option on pin button to turn on-off Live Activities being started when pinning a draft.
Mac:
Update capture window draft list format to match updates in main window.
Attempts to fix a difficult to reproduce issue with the editor not being scrollable after selecting a new draft. If you’ve seen this behavior, and, I guess, don’t anymore, let me know.
Issue with contextual menu updates when right-clicking on empty space in the draft list.
Scripting:
Editor object has new urls property which returns an array of URLs found in the text.
Editor object has new linkedItems property which returns array of objects describing items identified by the syntaxes’ Link Definitions. See docs for details.
Draft object has new urls property which returns an array of URLs found in the text.
Draft object has new linkedItems property which returns array of objects describing items identified by the syntaxes’ Link Definitions. See docs for details.
Draft object now has navigationMarkers and related next/previous methods previously available only on the Editor, so they can be used without loading a draft in the editor.