From 29ccea7149d4c582c334248538b3bcbef68e4532 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Tue, 29 Nov 2011 20:50:06 +0100 Subject: [PATCH] added NEWS file --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..203d625 --- /dev/null +++ b/NEWS @@ -0,0 +1,19 @@ +Version 0.3: +* Support for IMAP-Push notifications (thanks tony747!) +* Single/summary notification modes +* Support for GNOME 3.2 notification counters (single mode only) +* Mails can be marked as read +* Explicit SSL encryption +* Autostart in GNOME sessions only +* Detection of default email client +* Notification sound playback via GStreamer (ogg) +* Removed GTK2 workaround code +* Lots of bugfixes, rewritten code and refactoring +* New translations + +Version 0.2 +* Added many new translations +* Bugfixes + +Version 0.1 +* Initial release