Skip to content

2022-12-14

Choose a tag to compare

@simonrob simonrob released this 14 Dec 07:09
· 191 commits to main since this release
ff4a24e
  • Catch SIGHUP to 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_uri to match over different schemes – thanks @ThorstenEngel
  • #103: Work around redirect_uri mismatch on some platforms when using redirect_listen_address – thanks @pstutzinger and @marcoideait