- Catch
SIGHUPto reload the current configuration file - Make notifications clickable, and ensure they are always displayed (macOS)
- Visually hint secure local connections in the menu bar (macOS)
- Override cmd+q to close (rather than quit) the browser popup (macOS)
- Separate IMAP/POP/SMTP servers into different menu bar sections
- Clarify various error and authentication failure messages (#90, #92, #102)
- #69: Remove dependency pinning now that pywebview 3.7 has added compatibility with pythonnet 3 – thanks @dbilewicz and @yon-y
- #96: Allow
redirect_urito match over different schemes – thanks @ThorstenEngel - #103: Work around
redirect_urimismatch on some platforms when usingredirect_listen_address– thanks @pstutzinger and @marcoideait