File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ SPDX-License-Identifier: LGPL-2.1-or-later
3
3
SPDX-FileCopyrightText: 2024 igo95862
4
4
-->
5
5
6
+ ## 1.0.3
7
+
8
+ * Added new ` activation_token ` signal.
9
+ * Fixed ` action_invoked ` signal having incorrect type for the second argument. (reported by @C0rn3j )
10
+ * Fixed missing D-Bus type signatures and result argument names.
11
+ * Fixed missing D-Bus method flags.
12
+
6
13
## 1.0.2
7
14
8
15
* Fix * create_hints* ` urgency ` parameter not working. (found and fixed by @dhjw )
Original file line number Diff line number Diff line change 29
29
description = ('Freedesktop notifications binds for sdbus.' ),
30
30
long_description = long_description ,
31
31
long_description_content_type = 'text/markdown' ,
32
- version = '1.0.2 ' ,
32
+ version = '1.0.3 ' ,
33
33
url = 'https://github.com/python-sdbus/python-sdbus-notifications' ,
34
34
author = 'igo95862' ,
35
35
author_email = 'igo95862@yandex.ru' ,
You can’t perform that action at this time.
0 commit comments