|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | | -## [1.7.0] - unreleased |
| 8 | +## [1.8.0] - unreleased |
| 9 | + |
| 10 | +## [1.7.0] - 2023-10-07 |
8 | 11 |
|
9 | 12 | ### Added |
10 | 13 |
|
11 | | -* [#29](https://github.com/kaklakariada/fritzbox-java-api/issues/29) Add support for login via Pbkdf2 challenge-response (propsed by [@linnex81](https://github.com/linnex81)) |
| 14 | +- [#29](https://github.com/kaklakariada/fritzbox-java-api/issues/29) Add support for login via Pbkdf2 challenge-response (propsed by [@linnex81](https://github.com/linnex81)) |
| 15 | +- [#58](https://github.com/kaklakariada/fritzbox-java-api/pull/58) Datatime attribute added in devicestats XML response since Fritz OS 7.50 (thanks to [@LutzHelling](https://github.com/LutzHelling)) |
12 | 16 |
|
13 | 17 | ### Fixed |
14 | 18 |
|
15 | | -* [#37](https://github.com/kaklakariada/fritzbox-java-api/issues/37) Support empty device lists |
| 19 | +- [#37](https://github.com/kaklakariada/fritzbox-java-api/issues/37) Support empty device lists |
16 | 20 |
|
17 | 21 | ### Refactoring |
18 | 22 |
|
19 | | -* [#50](https://github.com/kaklakariada/fritzbox-java-api/pull/50) Migrate to Junit 5 |
| 23 | +- [#50](https://github.com/kaklakariada/fritzbox-java-api/pull/50) Migrate to Junit 5 |
20 | 24 |
|
21 | 25 | ## [1.6.0] - 2021-12-04 |
22 | 26 |
|
23 | 27 | ### Added |
24 | 28 |
|
25 | | -* [#39](https://github.com/kaklakariada/fritzbox-java-api/pull/39) Add new command "getdeviceinfo" (thanks to [@odin568](https://github.com/odin568)) |
26 | | -* [#46](https://github.com/kaklakariada/fritzbox-java-api/pull/46) Add additional attributes to group (thanks to [@TDesjardins](https://github.com/TDesjardins)) |
27 | | -* [#47](https://github.com/kaklakariada/fritzbox-java-api/pull/47) Add hkr attribute supported by FritzOS 7.29 (thanks to [@philippn](https://github.com/philippn)) |
28 | | -* [#38](https://github.com/kaklakariada/fritzbox-java-api/pull/38) Add commands to set status for hkr (tsoll) and for blind (open, close etc.) (thanks to [@JunkerMartin](https://github.com/JunkerMartin)) |
| 29 | +- [#39](https://github.com/kaklakariada/fritzbox-java-api/pull/39) Add new command "getdeviceinfo" (thanks to [@odin568](https://github.com/odin568)) |
| 30 | +- [#46](https://github.com/kaklakariada/fritzbox-java-api/pull/46) Add additional attributes to group (thanks to [@TDesjardins](https://github.com/TDesjardins)) |
| 31 | +- [#47](https://github.com/kaklakariada/fritzbox-java-api/pull/47) Add hkr attribute supported by FritzOS 7.29 (thanks to [@philippn](https://github.com/philippn)) |
| 32 | +- [#38](https://github.com/kaklakariada/fritzbox-java-api/pull/38) Add commands to set status for hkr (tsoll) and for blind (open, close etc.) (thanks to [@JunkerMartin](https://github.com/JunkerMartin)) |
29 | 33 |
|
30 | 34 | ### Updated |
31 | 35 |
|
32 | | -* [#45](https://github.com/kaklakariada/fritzbox-java-api/pull/45) Upgrade dependencies |
| 36 | +- [#45](https://github.com/kaklakariada/fritzbox-java-api/pull/45) Upgrade dependencies |
33 | 37 |
|
34 | 38 | ## [1.5.0] - 2021-12-04 |
35 | 39 |
|
36 | 40 | ### Added |
37 | 41 |
|
38 | | -* [#34](https://github.com/kaklakariada/fritzbox-java-api/pull/34) Support new device "Blind" and supply device statistics (thanks to [@JunkerMartin](https://github.com/JunkerMartin) for his contribution!) |
| 42 | +- [#34](https://github.com/kaklakariada/fritzbox-java-api/pull/34) Support new device "Blind" and supply device statistics (thanks to [@JunkerMartin](https://github.com/JunkerMartin) for his contribution!) |
39 | 43 |
|
40 | 44 | ### Updated |
41 | 45 |
|
42 | | -* [#35](https://github.com/kaklakariada/fritzbox-java-api/pull/35) Upgraded dependencies |
| 46 | +- [#35](https://github.com/kaklakariada/fritzbox-java-api/pull/35) Upgraded dependencies |
43 | 47 |
|
44 | 48 | ## [1.4.0] - 2021-03-03 |
45 | 49 |
|
46 | 50 | ### Added |
47 | | -* [#18](https://github.com/kaklakariada/fritzbox-java-api/pull/18) Added new fields to be compatible with Fritz!OS 7.25 |
48 | | - * Device (Fritz!Dect440) serves now relative humidity |
49 | | - * ColorControl (Fritz!Dect500) got some more fields |
50 | | - * Added some getter for fields that did miss them |
51 | | -* [#19](https://github.com/kaklakariada/fritzbox-java-api/pull/19) Support for device groups |
| 51 | + |
| 52 | +- [#18](https://github.com/kaklakariada/fritzbox-java-api/pull/18) Added new fields to be compatible with Fritz!OS 7.25 |
| 53 | + - Device (Fritz!Dect440) serves now relative humidity |
| 54 | + - ColorControl (Fritz!Dect500) got some more fields |
| 55 | + - Added some getter for fields that did miss them |
| 56 | +- [#19](https://github.com/kaklakariada/fritzbox-java-api/pull/19) Support for device groups |
52 | 57 |
|
53 | 58 | ## [1.3.1] - 2021-02-26 |
54 | 59 |
|
55 | | -* No changes, update deployment to Maven Central |
| 60 | +- No changes, update deployment to Maven Central |
56 | 61 |
|
57 | 62 | ## [1.3.0] - 2021-02-22 |
58 | 63 |
|
59 | 64 | ### Breaking Changes |
60 | 65 |
|
61 | | -* Requires Java 11 instead of Java 8 |
62 | | -* Moved from JCenter to Maven Central due to [deprecation of JCenter](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). In your build script use |
| 66 | +- Requires Java 11 instead of Java 8 |
| 67 | +- Moved from JCenter to Maven Central due to [deprecation of JCenter](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). In your build script use |
63 | 68 |
|
64 | | - ```gradle |
65 | | - repositories { |
66 | | - mavenCentral() |
67 | | - } |
68 | | - ``` |
| 69 | + ```gradle |
| 70 | + repositories { |
| 71 | + mavenCentral() |
| 72 | + } |
| 73 | + ``` |
69 | 74 |
|
70 | 75 | ## [1.2.2] - 2021-01-16 |
71 | 76 |
|
72 | 77 | ### Added |
73 | 78 |
|
74 | | -* [#17](https://github.com/kaklakariada/fritzbox-java-api/pull/17): Update for Fritz-Dect!4XX devices. Thanks to [SmokingDevices](https://github.com/SmokingDevices)! |
| 79 | +- [#17](https://github.com/kaklakariada/fritzbox-java-api/pull/17): Update for Fritz-Dect!4XX devices. Thanks to [SmokingDevices](https://github.com/SmokingDevices)! |
75 | 80 |
|
76 | 81 | ## [1.2.1] - 2020-12-06 |
77 | 82 |
|
78 | 83 | ### Added |
79 | 84 |
|
80 | | -* [#16](https://github.com/kaklakariada/fritzbox-java-api/pull/16): Update for FRITZ-Dect 500 devices. Thanks to [SmokingDevices](https://github.com/SmokingDevices)! |
| 85 | +- [#16](https://github.com/kaklakariada/fritzbox-java-api/pull/16): Update for FRITZ-Dect 500 devices. Thanks to [SmokingDevices](https://github.com/SmokingDevices)! |
81 | 86 |
|
82 | 87 | ## [1.2.0] - 2020-12-06 - invalid |
83 | 88 |
|
84 | 89 | ## [1.1.0] - 2020-10-25 |
85 | 90 |
|
86 | 91 | ### Added |
87 | 92 |
|
88 | | -* [#15](https://github.com/kaklakariada/fritzbox-java-api/pull/15): Added new fields to be compatible with Fritz!OS 7.21. Thanks to [philippn](https://github.com/philippn)! |
| 93 | +- [#15](https://github.com/kaklakariada/fritzbox-java-api/pull/15): Added new fields to be compatible with Fritz!OS 7.21. Thanks to [philippn](https://github.com/philippn)! |
89 | 94 |
|
90 | 95 | ## [1.0.0] - 2019-12-27 |
91 | 96 |
|
92 | 97 | ### Breaking change |
93 | 98 |
|
94 | | -* Make Device properties `battery` and `batterylow` optional to distinguish between missing values and zero, see [issue #11](https://github.com/kaklakariada/fritzbox-java-api/issues/11). |
| 99 | +- Make Device properties `battery` and `batterylow` optional to distinguish between missing values and zero, see [issue #11](https://github.com/kaklakariada/fritzbox-java-api/issues/11). |
0 commit comments