File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.10.1
2+
3+ ### Features:
4+
5+ * Added ` catch_anywhere ` method to dbus signals.
6+ Creates an async iterator which yields object path that emitted
7+ signal and signal data. Can be called from class but requires explicit
8+ service name in that case.
9+ * Added ` properties_get_all_dict() ` method to ` DbusInterfaceCommonAsync ` and
10+ ` DbusInterfaceCommon ` classes. Retrieves all D-Bus object properties as
11+ a dictionary where keys are member names translated to Python names and
12+ values are property values.
13+
114## 0.10.0
215
316### Features:
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def get_link_arguments() -> List[str]:
9393 'Based on sd-bus from libsystemd.' ),
9494 long_description = long_description ,
9595 long_description_content_type = 'text/markdown' ,
96- version = '0.10.0 ' ,
96+ version = '0.10.1 ' ,
9797 url = 'https://github.com/igo95862/python-sdbus' ,
9898 author = 'igo95862' ,
9999 author_email = 'igo95862@yandex.ru' ,
You can’t perform that action at this time.
0 commit comments