From 5ebf1e7f2ec529d30fc69fd79d847e6d55b28c0a Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Wed, 23 Mar 2016 20:17:35 +0100 Subject: [PATCH] Update NEWS --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 6969a3b..d5ec892 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Version 1.2.0 (2016-03-23): +=========================== +* Added support for notification settings in GNOME-Control-Center +* Improved account dialog featuring a new IMAP folder chooser +* libnotify plugin: added new 'Short Summary' notification mode + (new default notification mode; recommended for GNOME 3) +* userscript plugin: accountnames are now passed to the specified userscript +* Non-SSL accounts are now utilizing STARTTLS if available (thanks todi!) +* Mailnag now logs a warning if an unencrypted connection is detected +* Acountnames are now exported via the DBUS-API +* The config window is resizable now +* Misc other fixes and improvements +* Updated translations / removed badly maintained translations + +NOTES: +If you're using the userscript plugin, please note that Mailnag now passes +(accountname, sender, subject) sequences to the script as opposed to (sender, subject) +sequences in previous releases. + + Version 1.1.0 (2015-02-08): =========================== * GNOME Online Accounts integration