Skip to content

Latest commit

 

History

History
100 lines (58 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

100 lines (58 loc) · 3.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.8.0] - unreleased

[1.7.0] - 2023-10-07

Added

  • #29 Add support for login via Pbkdf2 challenge-response (propsed by @linnex81)
  • #58 Datatime attribute added in devicestats XML response since Fritz OS 7.50 (thanks to @LutzHelling)

Fixed

  • #37 Support empty device lists

Refactoring

  • #50 Migrate to Junit 5
  • #59 Upgrade dependencies

[1.6.0] - 2021-12-04

Added

  • #39 Add new command "getdeviceinfo" (thanks to @odin568)
  • #46 Add additional attributes to group (thanks to @TDesjardins)
  • #47 Add hkr attribute supported by FritzOS 7.29 (thanks to @philippn)
  • #38 Add commands to set status for hkr (tsoll) and for blind (open, close etc.) (thanks to @JunkerMartin)

Updated

  • #45 Upgrade dependencies

[1.5.0] - 2021-12-04

Added

  • #34 Support new device "Blind" and supply device statistics (thanks to @JunkerMartin for his contribution!)

Updated

  • #35 Upgraded dependencies

[1.4.0] - 2021-03-03

Added

  • #18 Added new fields to be compatible with Fritz!OS 7.25
    • Device (Fritz!Dect440) serves now relative humidity
    • ColorControl (Fritz!Dect500) got some more fields
    • Added some getter for fields that did miss them
  • #19 Support for device groups

[1.3.1] - 2021-02-26

  • No changes, update deployment to Maven Central

[1.3.0] - 2021-02-22

Breaking Changes

  • Requires Java 11 instead of Java 8

  • Moved from JCenter to Maven Central due to deprecation of JCenter. In your build script use

    repositories {
        mavenCentral()
    }

[1.2.2] - 2021-01-16

Added

[1.2.1] - 2020-12-06

Added

[1.2.0] - 2020-12-06 - invalid

[1.1.0] - 2020-10-25

Added

  • #15: Added new fields to be compatible with Fritz!OS 7.21. Thanks to philippn!

[1.0.0] - 2019-12-27

Breaking change

  • Make Device properties battery and batterylow optional to distinguish between missing values and zero, see issue #11.