We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c39d0 commit 34e6437Copy full SHA for 34e6437
_build/debian/changelog
@@ -1,3 +1,11 @@
1
+cron-notify (1.0.4-1) unstable; urgency=low
2
+
3
+ * Properly remove DBus battery signal
4
+ * Bypass main power check when dismissing the notification
5
6
+-- Daniel Rudolf <cron-notify@daniel-rudolf.de> Sat, 25 May 2019 21:58:43 +0200
7
8
9
cron-notify (1.0.3-1) unstable; urgency=low
10
11
* Rename default notification action to "Later", default action re-issues notification
cron_notify.py
@@ -16,7 +16,7 @@
16
this program. If not, see <http://www.gnu.org/licenses/>.
17
"""
18
19
-__version__ = "1.0.3"
+__version__ = "1.0.4"
20
21
__copyright__ = "Copyright (C) 2016-2019 Daniel Rudolf"
22
__license__ = "GPL-3"
0 commit comments