@@ -4,29 +4,50 @@ Changelog
44
55A list of changes between each release
66
7+ 
8+ 0.22.6 (2024-01-24)
9+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
10+ 
11+ **Bugfixes **
12+ 
13+ - Test for None type in poll_local_storage_manifest (`@mkmer #859  <https://github.com/fronzbot/blinkpy/pull/859 >`__)
14+ - Update image after snap by (`@mkmer #861  <https://github.com/fronzbot/blinkpy/pull/861 >`__)
15+ - fix missing ':' before port number in rtsps adress (`@Rosi2143 #863  <https://github.com/fronzbot/blinkpy/pull/863 >`__)
16+ - New temperature location (`@mkmer #867  <https://github.com/fronzbot/blinkpy/pull/867 >`__)
17+ 
18+ **Other changes **
19+ 
20+ - Add properties for version information (`@mkmer #854  <https://github.com/fronzbot/blinkpy/pull/854 >`__)
21+ - Complete header match (`@mkmer #856  <https://github.com/fronzbot/blinkpy/pull/856 >`__)
22+ - Bump ruff from 0.1.11 to 0.1.13 (`@dependabot #858  <https://github.com/fronzbot/blinkpy/pull/858 >`__)
23+ - Add option to change agent from Auth() init (`@mkmer #860  <https://github.com/fronzbot/blinkpy/pull/860 >`__)
24+ - Add notification key to login (`@mkmer #862  <https://github.com/fronzbot/blinkpy/pull/862 >`__)
25+ - Bump ruff from 0.1.13 to 0.1.14 (`@dependabot #868  <https://github.com/fronzbot/blinkpy/pull/868 >`__)
26+ 
27+ 
7280.22.5 (2024-01-07)
829~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
930
1031Warning: This release removes support for Python 3.8 and adds Python 3.12 support.
1132
1233**Bugfixes **
1334
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 >`__)
35+ - Add new keys for wifi, lfr, and battery (`@ mkmer #835  <https://github.com/fronzbot/blinkpy/pull/835 >`__)
36+ - Battery level (`@ mkmer #837  <https://github.com/fronzbot/blinkpy/pull/837 >`__)
37+ - Address not awaited warning (`@ mkmer #838  <https://github.com/fronzbot/blinkpy/pull/838 >`__)
38+ - Catch ContentTypeError in 2FA (`@ mkmer #843  <https://github.com/fronzbot/blinkpy/pull/843 >`__)
39+ - Handle empty put response in wait_command (`@ mkmer #847  <https://github.com/fronzbot/blinkpy/pull/847 >`__)
40+ - Change default user agent to fix API calls (`@ gingerm0nkey #848  <https://github.com/fronzbot/blinkpy/pull/848 >`__)
41+ - Android for new user agent (`@ mkmer #850  <https://github.com/fronzbot/blinkpy/pull/850 >`__)
2142
2243**Other changes **
2344
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 >`__)
45+ - Remove Py3.8, add 3.12 (`@ fronzbot #839  <https://github.com/fronzbot/blinkpy/pull/839 >`__)
46+ - Deprecate py38 (`@ fronzbot #840  <https://github.com/fronzbot/blinkpy/pull/840 >`__)
47+ - Add/extract firmware version (`@ mkmer #842  <https://github.com/fronzbot/blinkpy/pull/842 >`__)
48+ - Additional logging, fix blinksync json (`@ mkmer #844  <https://github.com/fronzbot/blinkpy/pull/844 >`__)
49+ - Log text response (`@ mkmer #845  <https://github.com/fronzbot/blinkpy/pull/845 >`__)
50+ - Add tests for logging (`@ mkmer #846  <https://github.com/fronzbot/blinkpy/pull/846 >`__)
3051- Bump ruff to 0.1.11
3152- Bump black to 23.12.1
3253- Bump coverage to 7.4.0
@@ -38,7 +59,7 @@ Warning: This release removes support for Python 3.8 and adds Python 3.12 suppor
3859
3960**Bugfixes **
4061
41- - Allow kwargs to throttled functions, await sleep in throttle (`mkmer #823  <https://github.com/fronzbot/blinkpy/pull/823 >`__)
62+ - Allow kwargs to throttled functions, await sleep in throttle (`@ mkmer #823  <https://github.com/fronzbot/blinkpy/pull/823 >`__)
4263- add missing entry in type_key_map (`@Rosi2143 #813  <https://github.com/fronzbot/blinkpy/pull/813 >`__)
4364
4465** Other Changes **
0 commit comments