Drafts 47.2 has been released:
Details below. For a complete history of updates, visit the release notes.
47.2
Snippet Autocomplete Improvements
The built-in Markdown (Markdown, GitHub Markdown, MultiMarkdown)syntaxes now have syntax settings to control whether insertion of content from other drafts is supported by autocomplete. When enabled, the typing the following triggers are supported:
<<
- Inserts the full content of the selected draft.++
- Inserts the body (omitting first line) of the draft. Useful as an alternative if you keep a snippet library of drafts where the first line is an identifying label, but not something want included.
For more details, see the autocomplete docs, or read the Using Drafts as a Snippet Library tip.
Other Updates and Changes
- New: Added “New Draft with Query” (command-N) button to quick search when query finds no results.
- Fix(iOS): Navigation keyboard shortcuts where not working properly in prompts due to an iOS change (up/down arrow, command-return, etc.)
- Change(iOS): Enable edit mode in workspace manager for better accesibility.
- Fix: Improve spacing on List widget in the case where there is only one draft in the displayed workspace.
- Change: Update default Google Gemini model value to
models/gemini-1.5-pro
- Change: Make
AnthropicAI.knownModels
dynamic and request list of models from the API. - Change(iOS): Make some tweaks to how the action bar is initially built to try to avoid cold-launch timing issue specific to certain devices.
- New(Mac): Add command palette option to menu bar and Dock menus
- Fix(Mac): Selected recent draft from menu bar should bring Drafts to front
- Change: Add batch size reduction mechanism in sync to better handle rare cases that trigger a CloudKit limit exceeded error in sync.