Skip to content

Releases: gasperphoenix/FritzBox

Release 0.10.0

12 Apr 20:28
Compare
Choose a tag to compare

Changelog:

  • Update README with basic usage example

Release 0.8.0

10 Apr 14:53
Compare
Choose a tag to compare

Changelog:

  • Change distribution to wheel format for installation with pip3
  • Add example usage scripts

Release 0.7.1

07 Apr 19:23
Compare
Choose a tag to compare
Release 0.7.1 Pre-release
Pre-release

Hotfix-Release:

  • Create distribution for Python 3.9

Release 0.6.1

13 Apr 22:45
1e4d362
Compare
Choose a tag to compare
Release 0.6.1 Pre-release
Pre-release

Bug fix: Usage of old interfaces

Release 0.5

27 Feb 16:33
948bae7
Compare
Choose a tag to compare
Release 0.5 Pre-release
Pre-release

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

02 Feb 19:12
c3c669a
Compare
Choose a tag to compare
Release 0.4 Pre-release
Pre-release

I added a pytest unit test script for the module FBPresence and updated a method description

Release 0.3.1

29 Jan 20:57
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release

Add binary distribution files

Release 0.3

29 Jan 20:52
9cd542b
Compare
Choose a tag to compare
Release 0.3 Pre-release
Pre-release

Issue #1 fixed that occured in case the FBPresence module has been invoked with the --name parameter

Release 0.2.1

08 Sep 20:09
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

Include source distribution files

Release 0.2

02 Jun 06:57
Compare
Choose a tag to compare
Release 0.2 Pre-release
Pre-release

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.