Skip to content

Commit ebc95f7

Browse files
authored
Update CHANGES.rst
1 parent 7399e05 commit ebc95f7

File tree

1 file changed

+59
-45
lines changed

1 file changed

+59
-45
lines changed

CHANGES.rst

+59-45
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,32 @@ Changelog
44

55
A list of changes between each release
66

7+
0.19.2 (2022-07-26)
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
**Bugfixes**
11+
12+
- Fix doorbell mapping (`@uvjim #599 <https://github.com/fronzbot/blinkpy/pull/599>`__)
13+
- Fix the errors for the Blink doorbell camera (`@ruby-dev #603 <https://github.com/fronzbot/blinkpy/pull/603>`__)
14+
15+
**Other Changes**
16+
17+
- dev version bump (`@fronzbot #593 <https://github.com/fronzbot/blinkpy/pull/593>`__)
18+
- Fix typo in README regarding disarm syntax (`@dashrb #597 <https://github.com/fronzbot/blinkpy/pull/597>`__)
19+
20+
721
0.19.1 (2022-06-26)
822
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
923

1024
**Bugfixes**
1125

12-
- Fix getting doorbell details (`@uvjim <https://github.com/fronzbot/blinkpy/pull/584>`__)
13-
- Potential fix for mixed camera usage (`#590 <https://github.com/fronzbot/blinkpy/pull/590>`__)
26+
- Fix getting doorbell details (`@uvjim #584 <https://github.com/fronzbot/blinkpy/pull/584>`__)
27+
- Potential fix for mixed camera usage (`@fronzbot #590 <https://github.com/fronzbot/blinkpy/pull/590>`__)
1428

1529
**Other Changes**
1630

17-
- doc update (`@dwaltsch <https://github.com/fronzbot/blinkpy/pull/579>`__)
18-
- Test re-factoring (`#591 <https://github.com/fronzbot/blinkpy/pull/591>`__)
31+
- doc update (`@dwaltsch #579 <https://github.com/fronzbot/blinkpy/pull/579>`__)
32+
- Test re-factoring (`@fronzbot #591 <https://github.com/fronzbot/blinkpy/pull/591>`__)
1933
- Bump pylint to 2.14.3
2034
- Bump coverage to 6.41
2135
- Bump black to 22.3.0
@@ -26,19 +40,19 @@ A list of changes between each release
2640

2741
**Bugfixes:**
2842

29-
- Debug log in prase download method fix (`@tieum <https://github.com/fronzbot/blinkpy/pull/540>`__)
30-
- Fix issue with malformed thumbnails (`#550 <https://github.com/fronzbot/blinkpy/pull/550>`__)
31-
- Fully support new thumbnail API (`@gdoermann <https://github.com/fronzbot/blinkpy/pull/552>`__)
43+
- Debug log in prase download method fix (`@tieum #540 <https://github.com/fronzbot/blinkpy/pull/540>`__)
44+
- Fix issue with malformed thumbnails (`@fronzbot #550 <https://github.com/fronzbot/blinkpy/pull/550>`__)
45+
- Fully support new thumbnail API (`@gdoermann #552 <https://github.com/fronzbot/blinkpy/pull/552>`__)
3246

3347
**New Features:**
3448

35-
- Support for arm/disarm of Blink Mini cameras (`@mstratford <https://github.com/fronzbot/blinkpy/pull/546>`__)
36-
- Add product_type to BlinkCamera class to report type of camera (`#553 <https://github.com/fronzbot/blinkpy/pull/553>`__)
37-
- Remove python 3.6 support, add python 3.10 support (`#554 <https://github.com/fronzbot/blinkpy/pull/554>`__)
49+
- Support for arm/disarm of Blink Mini cameras (`@mstratford #546 <https://github.com/fronzbot/blinkpy/pull/546>`__)
50+
- Add product_type to BlinkCamera class to report type of camera (`@fronzbot #553 <https://github.com/fronzbot/blinkpy/pull/553>`__)
51+
- Remove python 3.6 support, add python 3.10 support (`@fronzbot #554 <https://github.com/fronzbot/blinkpy/pull/554>`__)
3852

3953
**Other:**
4054

41-
- 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>`__)
4256
- Bump pre-commit to 2.17.0
4357
- Bump pytest-timeout to 2.1.0
4458
- Bump pygments to 2.11.2
@@ -57,7 +71,7 @@ A list of changes between each release
5771

5872
**New Features:**
5973

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>`__)
6175

6276
**Other:**
6377

@@ -74,7 +88,7 @@ A list of changes between each release
7488
0.17.1 (2021-02-18)
7589
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7690

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>`__)
7892
- Bump pylint to 2.6.2
7993

8094

@@ -83,13 +97,13 @@ A list of changes between each release
8397

8498
**Bugfixes:**
8599

86-
- Fix video downloading bug (`#424 <https://github.com/fronzbot/blinkpy/pull/424>`__)
87-
- Fix repeated authorization email bug (`#432 <https://github.com/fronzbot/blinkpy/pull/432>`__ and `#428 <https://github.com/fronzbot/blinkpy/pull/428>`__)
100+
- Fix video downloading bug (`@fronzbot #424 <https://github.com/fronzbot/blinkpy/pull/424>`__)
101+
- Fix repeated authorization email bug (`@fronzbot #432 <https://github.com/fronzbot/blinkpy/pull/432>`__ and `@fronzbot #428 <https://github.com/fronzbot/blinkpy/pull/428>`__)
88102

89103
**New Features:**
90104

91-
- Add logout method (`#429 <https://github.com/fronzbot/blinkpy/pull/429>`__)
92-
- Add camera record method (`#430 <https://github.com/fronzbot/blinkpy/pull/430>`__)
105+
- Add logout method (`@fronzbot #429 <https://github.com/fronzbot/blinkpy/pull/429>`__)
106+
- Add camera record method (`@fronzbot #430 <https://github.com/fronzbot/blinkpy/pull/430>`__)
93107

94108
**Other:**
95109

@@ -109,18 +123,18 @@ A list of changes between each release
109123

110124
**Bugfixes:**
111125

112-
- Updated liveview endpoint (`#389 <https://github.com/fronzbot/blinkpy/pull/389>`__)
113-
- 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>`__)
126+
- Updated liveview endpoint (`@fronzbot #389 <https://github.com/fronzbot/blinkpy/pull/389>`__)
127+
- 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>`__)
115129
- Unrelated: had to add two force methods to refresh for testing purposes. Should not change normal usage.
116-
- Fix malformed stream url (`#395 <https://github.com/fronzbot/blinkpy/pull/395>`__)
130+
- Fix malformed stream url (`@fronzbot #395 <https://github.com/fronzbot/blinkpy/pull/395>`__)
117131

118132
**All:**
119133

120-
- Moved testtools to requirements_test.txt (`#387 <https://github.com/fronzbot/blinkpy/pull/387>`__)
134+
- Moved testtools to requirements_test.txt (`@fronzbot #387 <https://github.com/fronzbot/blinkpy/pull/387>`__)
121135
- Bumped pytest to 6.1.1
122136
- Bumped flake8 to 3.8.4
123-
- Fixed README spelling ((`#381 <https://github.com/fronzbot/blinkpy/pull/381>`__) via @rohitsud)
137+
- Fixed README spelling (`@rohitsud #381 <https://github.com/fronzbot/blinkpy/pull/381>`__)
124138
- Bumped pygments to 2.7.1
125139
- Bumped coverage to 5.3
126140
- Bumped pydocstyle to 5.1.1
@@ -155,19 +169,19 @@ A list of changes between each release
155169

156170
**Breaking Changes:**
157171

158-
- Add arm property to camera, deprecate motion enable method (`#273 <https://github.com/fronzbot/blinkpy/pull/273>`__)
159-
- Complete refactoring of auth logic (breaks all pre-0.16.0 setups!) (`#261 <https://github.com/fronzbot/blinkpy/pull/261>`__)
172+
- Add arm property to camera, deprecate motion enable method (`@fronzbot #273 <https://github.com/fronzbot/blinkpy/pull/273>`__)
173+
- Complete refactoring of auth logic (breaks all pre-0.16.0 setups!) (`@fronzbot #261 <https://github.com/fronzbot/blinkpy/pull/261>`__)
160174

161175
**New Features:**
162176

163-
- Add is_errored property to Auth class (`#275 <https://github.com/fronzbot/blinkpy/pull/275>`__)
164-
- Add new endpoint to get user infor (`#280 <https://github.com/fronzbot/blinkpy/pull/280>`__)
165-
- Add get_liveview command to camera module (`#289 <https://github.com/fronzbot/blinkpy/pull/289>`__)
166-
- Add blink Mini Camera support (`#290 <https://github.com/fronzbot/blinkpy/pull/290>`__)
167-
- Add option to skip homescreen check (`#305 <https://github.com/fronzbot/blinkpy/pull/305>`__)
168-
- Add different timeout for video and image retrieval (`#323 <https://github.com/fronzbot/blinkpy/pull/323>`__)
169-
- Modifiy session to use HTTPAdapter and handle retries (`#324 <https://github.com/fronzbot/blinkpy/pull/324>`__)
170-
- Add retry option overrides (`#339 <https://github.com/fronzbot/blinkpy/pull/339>`__)
177+
- Add is_errored property to Auth class (`@fronzbot #275 <https://github.com/fronzbot/blinkpy/pull/275>`__)
178+
- Add new endpoint to get user infor (`@fronzbot #280 <https://github.com/fronzbot/blinkpy/pull/280>`__)
179+
- Add get_liveview command to camera module (`@fronzbot #289 <https://github.com/fronzbot/blinkpy/pull/289>`__)
180+
- Add blink Mini Camera support (`@fronzbot #290 <https://github.com/fronzbot/blinkpy/pull/290>`__)
181+
- Add option to skip homescreen check (`@fronzbot #305 <https://github.com/fronzbot/blinkpy/pull/305>`__)
182+
- Add different timeout for video and image retrieval (`@fronzbot #323 <https://github.com/fronzbot/blinkpy/pull/323>`__)
183+
- Modifiy session to use HTTPAdapter and handle retries (`@fronzbot #324 <https://github.com/fronzbot/blinkpy/pull/324>`__)
184+
- Add retry option overrides (`@fronzbot #339 <https://github.com/fronzbot/blinkpy/pull/339>`__)
171185

172186
**All changes:**
173187

@@ -176,7 +190,7 @@ Please see the change list in the (`Release Notes <https://github.com/fronzbot/r
176190

177191
0.15.1 (2020-07-11)
178192
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>`__)
180194

181195

182196
0.15.0 (2020-05-08)
@@ -188,21 +202,21 @@ Please see the change list in the (`Release Notes <https://github.com/fronzbot/r
188202

189203
**New Functions**
190204

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>`__)
192206

193207
This can be used by instantiating the Blink class with the ``device_id`` parameter.
194208

195209
**All Changes:**
196210

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>`__)
205-
- Fix typos (`#244 <https://github.com/fronzbot/blinkpy/pull/244>`__)
211+
- Fix setup.py use of internal pip structure (`@fronzbot #233 <https://github.com/fronzbot/blinkpy/pull/233>`__)
212+
- Update python-slugify requirement from ~=3.0.2 to ~=4.0.0 (`@fronzbot #234 <https://github.com/fronzbot/blinkpy/pull/234>`__)
213+
- Update python-dateutil requirement from ~=2.8.0 to ~=2.8.1 (`@fronzbot #230 <https://github.com/fronzbot/blinkpy/pull/230>`__)
214+
- Bump requests from 2.22.0 to 2.23.0 (`@fronzbot #231 <https://github.com/fronzbot/blinkpy/pull/231>`__)
215+
- Refactor login logic in preparation for 2FA (`@fronzbot #241 <https://github.com/fronzbot/blinkpy/pull/241>`__)
216+
- Add 2FA Support (`@fronzbot #242 <https://github.com/fronzbot/blinkpy/pull/242>`__) (fixes (`#210 <https://github.com/fronzbot/blinkpy/pull/210>`__))
217+
- Re-set key_required and available variables after setup (`@fronzbot #245 <https://github.com/fronzbot/blinkpy/pull/245>`__)
218+
- Perform system refresh after setup (`@fronzbot #245 <https://github.com/fronzbot/blinkpy/pull/245>`__)
219+
- Fix typos (`@fronzbot #244 <https://github.com/fronzbot/blinkpy/pull/244>`__)
206220

207221
0.14.3 (2020-04-22)
208222
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -215,7 +229,7 @@ This can be used by instantiating the Blink class with the ``device_id`` paramet
215229
0.14.2 (2019-10-12)
216230
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
217231
- Update dependencies
218-
- Dockerize `(@3ch01c <https://github.com/fronzbot/blinkpy/pull/198>__)`
232+
- Dockerize (`@3ch01c #198 <https://github.com/fronzbot/blinkpy/pull/198>`__)
219233

220234
0.14.1 (2019-06-20)
221235
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)