After release an issue was found with the main window not appearing on versions of macOS prior to 14. A quick fix (v44.1.1) has been submitted to Apple and should be out very shortly.
Drafts 44.1 has been released:
Details below. For a complete history of updates, visit the release notes.
44.1
Mac Find Default Change
Starting with this update, the Mac version of Drafts now defaults to using the macOS system find bar for find-replace by default. This is a simpler and familiar interface that should be a better experience for most users. The advanced find interface is still available and can be made the default by toggling the Edit > Find > Use Advanced Find
option in the main menu if you have advanced find needs using regular expressions, etc.
Updates and Changes
- All Platforms
- New: Advanced Find now keep a history of recent queries that can be restored
- New: Advanced Find now offers button to reverse the values in the find and replace fields.
- New: Mail Drop setting to control whether attachment summary is included in the import.
- Change:
editor.showFind(preferAdvancedFind, initialQuery)
adds newinitialQuery
optional parameter to pass in the initial find text. - Fix: Autocomplete for cross-links could erroneously suggests a recent draft with an empty first line, which would result in an invalid link.
- Fix: Command Palette cached recent actions too agressively.
- iOS
- Fix: Editor not updating immediately when editor settings changed.
- Change: Do not resign responder when backgrounded.
- Change: Update minimum required iOS version to 15.6 (from 15.0)
- Fix: Regression effecting links coloring and link mode activation.
- Mac
- Change: The editor now defaults to using the default system find/replace interface, which is simpler and more appropriate for most users. If you prefer the advanced find panel with reg. ex support, etc., enable “Use Advanced Find” in the Edit > Find menu, or in Settings.
- New: Add “Get Info” menu command to the File menu.
- Change: Some additional basic state restoration on Mac, like remembering collapsed toolbar.