Releases: gasperphoenix/FritzBox
Release 0.10.0
Changelog:
- Update README with basic usage example
Release 0.8.0
Changelog:
- Change distribution to wheel format for installation with pip3
- Add example usage scripts
Release 0.7.1
Hotfix-Release:
- Create distribution for Python 3.9
Release 0.6.1
Bug fix: Usage of old interfaces
Release 0.5
I added several missing doc strings and fixed some SonarLint findings which results in interface changes. Don't forget to adapt your code to these interface changes.
Release 0.4
I added a pytest unit test script for the module FBPresence and updated a method description
Release 0.3.1
Add binary distribution files
Release 0.3
Issue #1 fixed that occured in case the FBPresence module has been invoked with the --name parameter
Release 0.2.1
Include source distribution files
Release 0.2
Do not login to the FritzBox automatically while instantiating the classes of the package but login always while loading lua-pages from the FritzBox. This solves an issue with the Raspberry Pi that occurs while loading lua-pages multiple times without renewing the SID.