You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make code that determines need for unique class (Mini + Doorbells) generic (`#553 <https://github.com/fronzbot/blinkpy/pull/553>`__)
55
+
- Make code that determines need for unique class (Mini + Doorbells) generic (`@fronzbot #553 <https://github.com/fronzbot/blinkpy/pull/553>`__)
42
56
- Bump pre-commit to 2.17.0
43
57
- Bump pytest-timeout to 2.1.0
44
58
- Bump pygments to 2.11.2
@@ -57,7 +71,7 @@ A list of changes between each release
57
71
58
72
**New Features:**
59
73
60
-
- Support for Blink Doorbell (`@magicalyak <https://github.com/fronzbot/blinkpy/pull/526>`__)
74
+
- Support for Blink Doorbell (`@magicalyak #526 <https://github.com/fronzbot/blinkpy/pull/526>`__)
61
75
62
76
**Other:**
63
77
@@ -74,7 +88,7 @@ A list of changes between each release
74
88
0.17.1 (2021-02-18)
75
89
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
90
77
-
- Add delay parameter to Blink.download_videos method in order to throttle API during video retrieval (`#437 <https://github.com/fronzbot/blinkpy/pull/437>`__)
91
+
- Add delay parameter to Blink.download_videos method in order to throttle API during video retrieval (`@fronzbot #437 <https://github.com/fronzbot/blinkpy/pull/437>`__)
78
92
- Bump pylint to 2.6.2
79
93
80
94
@@ -83,13 +97,13 @@ A list of changes between each release
83
97
84
98
**Bugfixes:**
85
99
86
-
- Fix video downloading bug (`#424 <https://github.com/fronzbot/blinkpy/pull/424>`__)
- Fixed mini thumbnail not updating (`#388 <https://github.com/fronzbot/blinkpy/pull/388>`__)
114
-
- Add exception catch to prevent NoneType error on refresh, added test to check behavior as well (`#401 <https://github.com/fronzbot/blinkpy/pull/401>`__)
- Fixed mini thumbnail not updating (`@fronzbot #388 <https://github.com/fronzbot/blinkpy/pull/388>`__)
128
+
- Add exception catch to prevent NoneType error on refresh, added test to check behavior as well (`@fronzbot #401 <https://github.com/fronzbot/blinkpy/pull/401>`__)
115
129
- Unrelated: had to add two force methods to refresh for testing purposes. Should not change normal usage.
@@ -176,7 +190,7 @@ Please see the change list in the (`Release Notes <https://github.com/fronzbot/r
176
190
177
191
0.15.1 (2020-07-11)
178
192
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179
-
- Bugfix: remove "Host" from auth header (`#330 <https://github.com/fronzbot/blinkpy/pull/330>`__)
193
+
- Bugfix: remove "Host" from auth header (`@fronzbot #330 <https://github.com/fronzbot/blinkpy/pull/330>`__)
180
194
181
195
182
196
0.15.0 (2020-05-08)
@@ -188,21 +202,21 @@ Please see the change list in the (`Release Notes <https://github.com/fronzbot/r
188
202
189
203
**New Functions**
190
204
191
-
- Add ``device_id`` override when logging in (for debug and to differentiate applications) (`#245 <https://github.com/fronzbot/blinkpy/pull/245>`__)
205
+
- Add ``device_id`` override when logging in (for debug and to differentiate applications) (`@fronzbot #245 <https://github.com/fronzbot/blinkpy/pull/245>`__)
192
206
193
207
This can be used by instantiating the Blink class with the ``device_id`` parameter.
194
208
195
209
**All Changes:**
196
210
197
-
- Fix setup.py use of internal pip structure (`#233 <https://github.com/fronzbot/blinkpy/pull/233>`__)
198
-
- Update python-slugify requirement from ~=3.0.2 to ~=4.0.0 (`#234 <https://github.com/fronzbot/blinkpy/pull/234>`__)
199
-
- Update python-dateutil requirement from ~=2.8.0 to ~=2.8.1 (`#230 <https://github.com/fronzbot/blinkpy/pull/230>`__)
200
-
- Bump requests from 2.22.0 to 2.23.0 (`#231 <https://github.com/fronzbot/blinkpy/pull/231>`__)
201
-
- Refactor login logic in preparation for 2FA (`#241 <https://github.com/fronzbot/blinkpy/pull/241>`__)
202
-
- Add 2FA Support (`#242 <https://github.com/fronzbot/blinkpy/pull/242>`__) (fixes (`#210 <https://github.com/fronzbot/blinkpy/pull/210>`__))
203
-
- Re-set key_required and available variables after setup (`#245 <https://github.com/fronzbot/blinkpy/pull/245>`__)
204
-
- Perform system refresh after setup (`#245 <https://github.com/fronzbot/blinkpy/pull/245>`__)
0 commit comments