|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v3.20.0 (2025-12-22) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Catch broad exception ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 10 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 11 | + |
| 12 | +- Lower log level for mqtt channel publish exceptions |
| 13 | + ([#696](https://github.com/Python-roborock/python-roborock/pull/696), |
| 14 | + [`642004a`](https://github.com/Python-roborock/python-roborock/commit/642004a3d7f439f7d614aa439e6705377c626a11)) |
| 15 | + |
| 16 | +- Reduce log level of decode errors |
| 17 | + ([#691](https://github.com/Python-roborock/python-roborock/pull/691), |
| 18 | + [`98d89f0`](https://github.com/Python-roborock/python-roborock/commit/98d89f027c57195869b65123c8396a20e7a7d648)) |
| 19 | + |
| 20 | +- Try to fix fan setting ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 21 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 22 | + |
| 23 | +### Chores |
| 24 | + |
| 25 | +- Add self.send ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 26 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 27 | + |
| 28 | +- Add testing ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 29 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 30 | + |
| 31 | +- Address PR comments ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 32 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 33 | + |
| 34 | +- Change typing ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 35 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 36 | + |
| 37 | +- Fix tests ([#691](https://github.com/Python-roborock/python-roborock/pull/691), |
| 38 | + [`98d89f0`](https://github.com/Python-roborock/python-roborock/commit/98d89f027c57195869b65123c8396a20e7a7d648)) |
| 39 | + |
| 40 | +- More debug logs and error handling |
| 41 | + ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 42 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 43 | + |
| 44 | +- Move send and add docs ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 45 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 46 | + |
| 47 | +- Update tests ([#691](https://github.com/Python-roborock/python-roborock/pull/691), |
| 48 | + [`98d89f0`](https://github.com/Python-roborock/python-roborock/commit/98d89f027c57195869b65123c8396a20e7a7d648)) |
| 49 | + |
| 50 | +### Features |
| 51 | + |
| 52 | +- Add some basic setters for q7 |
| 53 | + ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 54 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 55 | + |
| 56 | +- Add some more actions ([#690](https://github.com/Python-roborock/python-roborock/pull/690), |
| 57 | + [`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d)) |
| 58 | + |
| 59 | + |
5 | 60 | ## v3.19.1 (2025-12-20) |
6 | 61 |
|
7 | 62 | ### Bug Fixes |
|
0 commit comments