! Requires macOS 10.15 or higher !
🚲 Changes
- Add setting to hide unread counts in the main window, menu bar and Dock
- Highlight in red the "Delete" buttons on some alerts triggered by the "Delete" button which have destructive actions
🤷🏻 Bugfixes
- Make share toolbar item respond to mouse down instead of mouse up
- Improve share sheet positioning for text-only mode
⚙️ Internals improvement
- Raise deployment target to macOS 10.15
- Streamline initial database setup by moving most of its code outside of initialiser
- Move most of content and view hierarchy of main window into a Main storyboard; adapt related view controllers
- Simplify implementation of toolbar items
- Replace deprecated CommonCrypto with CryptoKit
- Cleanup obsolete code
🛤️ Infrastructure updates
- Update project and GitHub infrastructure to Xcode 26.4
- Adapt tests (archiving/unarchiving, string extensions)