@@ -4,13 +4,42 @@ Changelog
4
4
5
5
A list of changes between each release
6
6
7
+ 0.22.5 (2024-01-07)
8
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
+ Warning: This release removes support for Python 3.8 and adds Python 3.12 support.
11
+
12
+ **Bugfixes **
13
+
14
+ - Add new keys for wifi, lfr, and battery (`mkmer #835 <https://github.com/fronzbot/blinkpy/pull/835 >`__)
15
+ - Battery level (`mkmer #837 <https://github.com/fronzbot/blinkpy/pull/837 >`__)
16
+ - Address not awaited warning (`mkmer #838 <https://github.com/fronzbot/blinkpy/pull/838 >`__)
17
+ - Catch ContentTypeError in 2FA (`mkmer #843 <https://github.com/fronzbot/blinkpy/pull/843 >`__)
18
+ - Handle empty put response in wait_command (`mkmer #847 <https://github.com/fronzbot/blinkpy/pull/847 >`__)
19
+ - Change default user agent to fix API calls (`gingerm0nkey #848 <https://github.com/fronzbot/blinkpy/pull/848 >`__)
20
+ - Android for new user agent (`mkmer #850 <https://github.com/fronzbot/blinkpy/pull/850 >`__)
21
+
22
+ **Other changes **
23
+
24
+ - Remove Py3.8, add 3.12 (`fronzbot #839 <https://github.com/fronzbot/blinkpy/pull/839 >`__)
25
+ - Deprecate py38 (`fronzbot #840 <https://github.com/fronzbot/blinkpy/pull/840 >`__)
26
+ - Add/extract firmware version (`mkmer #842 <https://github.com/fronzbot/blinkpy/pull/842 >`__)
27
+ - Additional logging, fix blinksync json (`mkmer #844 <https://github.com/fronzbot/blinkpy/pull/844 >`__)
28
+ - Log text response (`mkmer #845 <https://github.com/fronzbot/blinkpy/pull/845 >`__)
29
+ - Add tests for logging (`mkmer #846 <https://github.com/fronzbot/blinkpy/pull/846 >`__)
30
+ - Bump ruff to 0.1.11
31
+ - Bump black to 23.12.1
32
+ - Bump coverage to 7.4.0
33
+ - Bump pytest to 7.4.4
34
+
35
+
7
36
0.22.4 (2023-12-18)
8
37
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
38
10
39
**Bugfixes **
11
40
12
- - Allow kwargs to throttled functions, await sleep in throttle (`mkmer #823 <https://github.com/fronzbot/blinkpy/pull/800 >`__)
13
- - add missing entry in type_key_map (`@Rosi2143 <https://github.com/fronzbot/blinkpy/pull/813 >`__)
41
+ - Allow kwargs to throttled functions, await sleep in throttle (`mkmer #823 <https://github.com/fronzbot/blinkpy/pull/823 >`__)
42
+ - add missing entry in type_key_map (`@Rosi2143 #813 <https://github.com/fronzbot/blinkpy/pull/813 >`__)
14
43
15
44
** Other Changes **
16
45
0 commit comments