|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v3.14.0 (2025-12-14) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Add device logger ([#663](https://github.com/Python-roborock/python-roborock/pull/663), |
| 10 | + [`06d051c`](https://github.com/Python-roborock/python-roborock/commit/06d051c7b8203e23970d52d65abec88a2757227f)) |
| 11 | + |
| 12 | +- Update roborock/devices/device.py |
| 13 | + ([#664](https://github.com/Python-roborock/python-roborock/pull/664), |
| 14 | + [`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac)) |
| 15 | + |
| 16 | +### Chores |
| 17 | + |
| 18 | +- Add details about test structure |
| 19 | + ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 20 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 21 | + |
| 22 | +- Add more tests for already connected devices |
| 23 | + ([#664](https://github.com/Python-roborock/python-roborock/pull/664), |
| 24 | + [`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac)) |
| 25 | + |
| 26 | +- Apply suggestions from code review |
| 27 | + ([#663](https://github.com/Python-roborock/python-roborock/pull/663), |
| 28 | + [`06d051c`](https://github.com/Python-roborock/python-roborock/commit/06d051c7b8203e23970d52d65abec88a2757227f)) |
| 29 | + |
| 30 | +- Document combined mqtt channels |
| 31 | + ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 32 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 33 | + |
| 34 | +- Fix lint errors ([#664](https://github.com/Python-roborock/python-roborock/pull/664), |
| 35 | + [`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac)) |
| 36 | + |
| 37 | +- Fix lint errors ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 38 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 39 | + |
| 40 | +- Fix lint errors in readme ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 41 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 42 | + |
| 43 | +- Fix typo ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 44 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 45 | + |
| 46 | +- Update device traits by protocol |
| 47 | + ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 48 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 49 | + |
| 50 | +- Update devices documentation with design details |
| 51 | + ([#633](https://github.com/Python-roborock/python-roborock/pull/633), |
| 52 | + [`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850)) |
| 53 | + |
| 54 | +- Use the existing device logger |
| 55 | + ([#663](https://github.com/Python-roborock/python-roborock/pull/663), |
| 56 | + [`06d051c`](https://github.com/Python-roborock/python-roborock/commit/06d051c7b8203e23970d52d65abec88a2757227f)) |
| 57 | + |
| 58 | +### Features |
| 59 | + |
| 60 | +- Add ability to listen for ready devices |
| 61 | + ([#664](https://github.com/Python-roborock/python-roborock/pull/664), |
| 62 | + [`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac)) |
| 63 | + |
| 64 | + |
5 | 65 | ## v3.13.1 (2025-12-12) |
6 | 66 |
|
7 | 67 | ### Bug Fixes |
|
0 commit comments