You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.4.0 (#79)
* Overwrite addService with a variant receiving a shared pointer and not taking explicit ownership of the service (#78)
* add an overloaded function for addService which receives a shared pointer to QObject
* add a tooltip for filters in the configuration window with library and factory function
* add missing docstring for method count()
Version 1.3.1 (#76)
* Don't use pkg_resources package anymore and fix setuptool deprecation (#75)
* fix deprecation warnings about pkg_resources package
* fix setuptools being deprecated and support build package as a build frontend
* fix pylint messages