From 7d528475b67e92686a2eb170b360e8f10c33462d Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 26 Jul 2012 01:59:43 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..e6d4d9c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,19 @@ +v0.3.0: + - full support for Desktop Notification Specification (mandatory parts) + - option to select monitor on which notifications are shown + - follow focus + - oneline mode + - text alignment + - show age of notifications + - sticky history + - filter duplicate messages + - keybinding to close all notifications + - new way to specify keybindings + - cleanup / bugfixes etc. + +v0.2.0: + - introduction of dunstrc + - removed static configuration via config.h + - don't timeout when user is idle + - xft-support + - history (a.k.a. redisplay old notifications)