aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog66
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
4 files changed, 82 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4886fa5..c109d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,68 @@
-2020-08-17 22:59:20 +0200 Mike Gabriel
+2020-08-21 15:30:51 +0200 Mike Gabriel
- * release 0.8.0 (HEAD -> master, tag: 0.8.0)
+ * release 0.8.1 (HEAD -> master, tag: 0.8.1)
+
+2020-08-21 15:21:52 +0200 Mike Gabriel (493e766)
+
+ * README.md: Provide some basic information on the notifications
+ indicator.
+
+2020-08-21 15:06:05 +0200 Mike Gabriel (e362432)
+
+ * Merge branch
+ 'sunweaver-pr/port-patches-from-indicator-notifications-by-trism'
+
+2020-08-20 14:08:43 +0200 Mike Gabriel (d50e5a3)
+
+ * Update translation files (for blacklist/filter-list renaming and
+ do-not-disturb feature).
+
+2020-08-21 14:58:52 +0200 Jason Conti (ab78838)
+
+ * src/indicator-notifications: settings_try_set_boolean(): Enable the
+ recursive schema lookup so we have a better chance of
+ finding it.
+
+2020-08-20 09:45:37 +0200 Jason Conti (aca92b3)
+
+ * Rename blacklist to filter-list.
+
+2020-08-20 09:41:52 +0200 Tasos Sahanidis (3fbc05d)
+
+ * Add option to swap Settings and Clear.
+
+2019-09-05 09:23:54 -0400 Jason Conti (d1b76b9)
+
+ * Discard notifications when indicator is hidden.
+
+2020-08-20 09:38:41 +0200 Jason Conti (8f19524)
+
+ * Add do-not-disturb mode read/unread icons.
+
+2020-08-20 09:35:44 +0200 Jason Conti (82ca918)
+
+ * Add our own do-not-disturb setting.
+
+2019-08-30 23:23:53 -0400 Jason Conti (77fb1c1)
+
+ * Add mate do-not-disturb option if available.
+
+2020-08-20 09:32:00 +0200 Jason Conti (e4bf77f)
+
+ * Add blacklist hints for recent application names.
+
+2020-08-20 14:36:47 +0200 Mike Gabriel (ed884c0)
+
+ * Revert "Start indicator in systemd when ayatana-indicators.target
+ is started."
+
+2020-08-19 21:36:29 +0200 Mike Gabriel (b03aa69)
+
+ * configure.ac: Fix-back author in AC_INIT().
+
+2020-08-17 22:59:20 +0200 Mike Gabriel (a128095)
+
+ * release 0.8.0 (tag: 0.8.0)
2020-08-11 09:43:27 +0200 Robert Tari (f15307a)
diff --git a/NEWS b/NEWS
index ab9e71c..b7dd6cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in ayatana-indicator-notifications 0.8.1
+
+ - Add do-not-disturb feature. (Works only on MATE for now).
+ - Allow swapping of Clear and Settings menu items.
+ - Rename blacklist feature to filter-list (#BlackLivesMatter).
+ - Add filter-list-hints for applications that have recently shown
+ up on the notification bus.
+ - All these changes have been ported over from Jason Conti's
+ indicator-notifications (Ubuntu system indicator) project.
+
Overview of changes in ayatana-indicator-notifications 0.8.0
- Version bump to bring all system indicators (and the
diff --git a/configure.ac b/configure.ac
index 7a995c4..4896b83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([ayatana-indicator-notifications], [0.8.0], [jason.conti@gmail.com])
+AC_INIT([ayatana-indicator-notifications], [0.8.1], [jason.conti@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror])
diff --git a/debian/changelog b/debian/changelog
index b74a67c..005518a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-notifications (0.8.1-0) UNRELEASED; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-notifications.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 21 Aug 2020 15:26:58 +0200
+
ayatana-indicator-notifications (0.8.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-notifications.