|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.4.0.dev5](https://github.com/python-kasa/python-kasa/tree/0.4.0.dev5) (2021-09-24) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.4.0.dev4...0.4.0.dev5) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Add KL130 fixture, initial lightstrip tests [\#214](https://github.com/python-kasa/python-kasa/pull/214) ([rytilahti](https://github.com/rytilahti)) |
| 10 | +- Keep connection open and lock to prevent duplicate requests [\#213](https://github.com/python-kasa/python-kasa/pull/213) ([bdraco](https://github.com/bdraco)) |
| 11 | +- Cleanup discovery & add tests [\#212](https://github.com/python-kasa/python-kasa/pull/212) ([rytilahti](https://github.com/rytilahti)) |
| 12 | + |
3 | 13 | ## [0.4.0.dev4](https://github.com/python-kasa/python-kasa/tree/0.4.0.dev4) (2021-09-23)
|
4 | 14 |
|
5 | 15 | [Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.4.0.dev3...0.4.0.dev4)
|
6 | 16 |
|
7 | 17 | **Implemented enhancements:**
|
8 | 18 |
|
9 |
| -- HS300 Children plugs have emeter [\#64](https://github.com/python-kasa/python-kasa/issues/64) |
10 | 19 | - Improve emeterstatus API, move into own module [\#205](https://github.com/python-kasa/python-kasa/pull/205) ([rytilahti](https://github.com/rytilahti))
|
11 | 20 | - Avoid temp array during encrypt and decrypt [\#204](https://github.com/python-kasa/python-kasa/pull/204) ([bdraco](https://github.com/bdraco))
|
12 | 21 | - Add emeter support for strip sockets [\#203](https://github.com/python-kasa/python-kasa/pull/203) ([bdraco](https://github.com/bdraco))
|
|
19 | 28 | **Fixed bugs:**
|
20 | 29 |
|
21 | 30 | - KL430: Throw error for Device specific information [\#189](https://github.com/python-kasa/python-kasa/issues/189)
|
| 31 | +- HS300 Children plugs have emeter [\#64](https://github.com/python-kasa/python-kasa/issues/64) |
22 | 32 | - dump\_devinfo: handle latitude/longitude keys properly [\#175](https://github.com/python-kasa/python-kasa/pull/175) ([rytilahti](https://github.com/rytilahti))
|
23 | 33 |
|
24 | 34 | **Closed issues:**
|
|
34 | 44 |
|
35 | 45 | **Merged pull requests:**
|
36 | 46 |
|
| 47 | +- Release 0.4.0.dev4 [\#210](https://github.com/python-kasa/python-kasa/pull/210) ([rytilahti](https://github.com/rytilahti)) |
37 | 48 | - More CI fixes [\#208](https://github.com/python-kasa/python-kasa/pull/208) ([rytilahti](https://github.com/rytilahti))
|
38 | 49 | - Fix CI dep installation [\#207](https://github.com/python-kasa/python-kasa/pull/207) ([rytilahti](https://github.com/rytilahti))
|
39 | 50 | - Use github actions instead of azure pipelines [\#206](https://github.com/python-kasa/python-kasa/pull/206) ([rytilahti](https://github.com/rytilahti))
|
|
0 commit comments