Releases: martonpaulo/mailbell
Release list
Mailbell 0.2.0
What's new
- Notification sound preference (#10)
Signed with Developer ID, hardened runtime, notarized and stapled.
Mailbell 0.1.2
An expired sign-in now reaches you instead of waiting to be noticed.
Google OAuth unverified beta. Unchanged from 0.1.0: Google shows an
"unverified app" screen during sign-in and limits unverified clients to
100 new users.
Added
- A notification when an account's sign-in expires. Until now the only
signal was the menu bar alert icon, which helps only if you happen to look at
it — Mailbell could stop watching your mail quietly. The alert names the
account, fires once per expiry, and is not a preference, for the same reason
the alert icon is not.
Mailbell 0.1.1
Settings now follows macOS System Settings conventions, and a preview defect
that reached real notifications is fixed.
Google OAuth unverified beta. Unchanged from 0.1.0: Google shows an
"unverified app" screen during sign-in and limits unverified clients to
100 new users.
Fixed
- Notification previews no longer leak Markdown. A message whose plain-text
alternative was Markdown could reach the notification as
[ now goes through one bundle
builder, so the layout and the Sparkle nested-signing order have a single
definition.
Internal
- Marking messages read batches UID sets per mailbox over a single IMAP session.
- Repository invariants are enforced by
Scripts/validate.shand run in CI.