|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v3.18.0 (2025-12-17) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Use value instead of name to get lower cased |
| 10 | + ([#686](https://github.com/Python-roborock/python-roborock/pull/686), |
| 11 | + [`728e53a`](https://github.com/Python-roborock/python-roborock/commit/728e53a44949c9044fc64e53725fe0103b43b4a8)) |
| 12 | + |
| 13 | +### Chores |
| 14 | + |
| 15 | +- Fix pydoc string ([#674](https://github.com/Python-roborock/python-roborock/pull/674), |
| 16 | + [`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734)) |
| 17 | + |
| 18 | +- Fix typo in README.md ([#685](https://github.com/Python-roborock/python-roborock/pull/685), |
| 19 | + [`d01287a`](https://github.com/Python-roborock/python-roborock/commit/d01287a3a9883ee9698fbe6ad9bd95e4e8779b5e)) |
| 20 | + |
| 21 | +- Improve library user documentation |
| 22 | + ([#685](https://github.com/Python-roborock/python-roborock/pull/685), |
| 23 | + [`d01287a`](https://github.com/Python-roborock/python-roborock/commit/d01287a3a9883ee9698fbe6ad9bd95e4e8779b5e)) |
| 24 | + |
| 25 | +- Remove unnecessary assert in test |
| 26 | + ([#674](https://github.com/Python-roborock/python-roborock/pull/674), |
| 27 | + [`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734)) |
| 28 | + |
| 29 | +- Style cleanup re-raising a bare exception |
| 30 | + ([#674](https://github.com/Python-roborock/python-roborock/pull/674), |
| 31 | + [`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734)) |
| 32 | + |
| 33 | +- Update roborock/data/code_mappings.py |
| 34 | + ([#686](https://github.com/Python-roborock/python-roborock/pull/686), |
| 35 | + [`728e53a`](https://github.com/Python-roborock/python-roborock/commit/728e53a44949c9044fc64e53725fe0103b43b4a8)) |
| 36 | + |
| 37 | +- **deps-dev**: Bump pytest from 8.4.2 to 9.0.2 |
| 38 | + ([#681](https://github.com/Python-roborock/python-roborock/pull/681), |
| 39 | + [`5520a56`](https://github.com/Python-roborock/python-roborock/commit/5520a562f1913e11dea6a007b4b2accb3d30d222)) |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | +- Allow device manager to perform rediscovery of devices |
| 44 | + ([#674](https://github.com/Python-roborock/python-roborock/pull/674), |
| 45 | + [`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734)) |
| 46 | + |
| 47 | +- Improvements to B01 for HA integration |
| 48 | + ([#686](https://github.com/Python-roborock/python-roborock/pull/686), |
| 49 | + [`728e53a`](https://github.com/Python-roborock/python-roborock/commit/728e53a44949c9044fc64e53725fe0103b43b4a8)) |
| 50 | + |
| 51 | + |
5 | 52 | ## v3.17.0 (2025-12-15) |
6 | 53 |
|
7 | 54 | ### Chores |
|
0 commit comments