|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [0.4.0](https://github.com/python-kasa/python-kasa/tree/0.4.0) (2021-09-26) |
| 3 | +## [0.4.1](https://github.com/python-kasa/python-kasa/tree/0.4.1) (2022-01-14) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.4.0...0.4.1) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add --type option to cli [\#269](https://github.com/python-kasa/python-kasa/pull/269) ([rytilahti](https://github.com/rytilahti)) |
| 10 | +- Minor improvements to onboarding doc [\#264](https://github.com/python-kasa/python-kasa/pull/264) ([rytilahti](https://github.com/rytilahti)) |
| 11 | +- Add fixture file for KL135 [\#263](https://github.com/python-kasa/python-kasa/pull/263) ([ErikSGross](https://github.com/ErikSGross)) |
| 12 | +- Add KL135 color temperature range [\#256](https://github.com/python-kasa/python-kasa/pull/256) ([rytilahti](https://github.com/rytilahti)) |
| 13 | +- Add py.typed to flag that the package is typed [\#251](https://github.com/python-kasa/python-kasa/pull/251) ([rytilahti](https://github.com/rytilahti)) |
| 14 | +- Add script to check supported devices, update README [\#242](https://github.com/python-kasa/python-kasa/pull/242) ([rytilahti](https://github.com/rytilahti)) |
| 15 | +- Add perftest to devtools [\#236](https://github.com/python-kasa/python-kasa/pull/236) ([rytilahti](https://github.com/rytilahti)) |
| 16 | +- Add KP401 US fixture [\#234](https://github.com/python-kasa/python-kasa/pull/234) ([bdraco](https://github.com/bdraco)) |
| 17 | +- Add KL60 US KP105 UK fixture [\#233](https://github.com/python-kasa/python-kasa/pull/233) ([bdraco](https://github.com/bdraco)) |
| 18 | +- Make cli interface more consistent [\#232](https://github.com/python-kasa/python-kasa/pull/232) ([rytilahti](https://github.com/rytilahti)) |
| 19 | +- Add KL400, KL50 fixtures [\#231](https://github.com/python-kasa/python-kasa/pull/231) ([bdraco](https://github.com/bdraco)) |
| 20 | +- Add fixture for newer KP400 firmware [\#227](https://github.com/python-kasa/python-kasa/pull/227) ([bdraco](https://github.com/bdraco)) |
| 21 | +- Switch to poetry-core [\#226](https://github.com/python-kasa/python-kasa/pull/226) ([fabaff](https://github.com/fabaff)) |
| 22 | +- Add fixtures for LB110, KL110, EP40, KL430, KP115 [\#224](https://github.com/python-kasa/python-kasa/pull/224) ([bdraco](https://github.com/bdraco)) |
| 23 | + |
| 24 | +**Fixed bugs:** |
| 25 | + |
| 26 | +- Discovery on WSL results in OSError: \[Errno 22\] Invalid argument [\#246](https://github.com/python-kasa/python-kasa/issues/246) |
| 27 | +- New firmware for HS103 blocking local access? [\#42](https://github.com/python-kasa/python-kasa/issues/42) |
| 28 | +- Pin mistune to \<2.0.0 to fix doc builds [\#270](https://github.com/python-kasa/python-kasa/pull/270) ([rytilahti](https://github.com/rytilahti)) |
| 29 | +- Catch exceptions raised on unknown devices during discovery [\#240](https://github.com/python-kasa/python-kasa/pull/240) ([rytilahti](https://github.com/rytilahti)) |
| 30 | + |
| 31 | +**Closed issues:** |
| 32 | + |
| 33 | +- Control device with alias via python api? [\#285](https://github.com/python-kasa/python-kasa/issues/285) |
| 34 | +- Can't install using pip install python-kasa [\#255](https://github.com/python-kasa/python-kasa/issues/255) |
| 35 | +- Kasa Smart Bulb KL135 - Unknown color temperature range error [\#252](https://github.com/python-kasa/python-kasa/issues/252) |
| 36 | +- KL400 Support [\#247](https://github.com/python-kasa/python-kasa/issues/247) |
| 37 | +- Cloud support? [\#245](https://github.com/python-kasa/python-kasa/issues/245) |
| 38 | +- Support for kp401 [\#241](https://github.com/python-kasa/python-kasa/issues/241) |
| 39 | +- LB130 Bulb stopped working [\#237](https://github.com/python-kasa/python-kasa/issues/237) |
| 40 | +- Unable to constantly query bulb in loop [\#225](https://github.com/python-kasa/python-kasa/issues/225) |
| 41 | +- HS103: Unable to query the device: unpack requires a buffer of 4 bytes [\#187](https://github.com/python-kasa/python-kasa/issues/187) |
| 42 | +- Help request - query value [\#171](https://github.com/python-kasa/python-kasa/issues/171) |
| 43 | +- Can't Discover Devices [\#164](https://github.com/python-kasa/python-kasa/issues/164) |
| 44 | +- Concurrency performance question [\#110](https://github.com/python-kasa/python-kasa/issues/110) |
| 45 | +- Define the port by self? [\#108](https://github.com/python-kasa/python-kasa/issues/108) |
| 46 | +- Convert homeassistant integration to use the library [\#9](https://github.com/python-kasa/python-kasa/issues/9) |
| 47 | + |
| 48 | +**Merged pull requests:** |
| 49 | + |
| 50 | +- Publish to pypi on github release published [\#287](https://github.com/python-kasa/python-kasa/pull/287) ([rytilahti](https://github.com/rytilahti)) |
| 51 | +- Relax asyncclick version requirement [\#286](https://github.com/python-kasa/python-kasa/pull/286) ([rytilahti](https://github.com/rytilahti)) |
| 52 | +- Do not crash on discovery on WSL [\#283](https://github.com/python-kasa/python-kasa/pull/283) ([rytilahti](https://github.com/rytilahti)) |
| 53 | +- Add python 3.10 to CI [\#279](https://github.com/python-kasa/python-kasa/pull/279) ([rytilahti](https://github.com/rytilahti)) |
| 54 | +- Use codecov-action@v2 for CI [\#277](https://github.com/python-kasa/python-kasa/pull/277) ([rytilahti](https://github.com/rytilahti)) |
| 55 | +- Add coverage\[toml\] dependency to fix coverage on CI [\#271](https://github.com/python-kasa/python-kasa/pull/271) ([rytilahti](https://github.com/rytilahti)) |
| 56 | +- Allow publish on test pypi workflow to fail [\#248](https://github.com/python-kasa/python-kasa/pull/248) ([rytilahti](https://github.com/rytilahti)) |
| 57 | + |
| 58 | +## [0.4.0](https://github.com/python-kasa/python-kasa/tree/0.4.0) (2021-09-27) |
4 | 59 |
|
5 | 60 | [Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.4.0.dev5...0.4.0)
|
6 | 61 |
|
|
15 | 70 |
|
16 | 71 | **Merged pull requests:**
|
17 | 72 |
|
| 73 | +- Release 0.4.0 [\#221](https://github.com/python-kasa/python-kasa/pull/221) ([rytilahti](https://github.com/rytilahti)) |
18 | 74 | - Add github workflow for pypi publishing [\#220](https://github.com/python-kasa/python-kasa/pull/220) ([rytilahti](https://github.com/rytilahti))
|
19 | 75 | - Add host information to protocol debug logs [\#219](https://github.com/python-kasa/python-kasa/pull/219) ([rytilahti](https://github.com/rytilahti))
|
20 | 76 |
|
|
0 commit comments