|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v5.0.0 (2026-03-22) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- **cli**: Make clean mode option case insensitive |
| 10 | + ([#794](https://github.com/Python-roborock/python-roborock/pull/794), |
| 11 | + [`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210)) |
| 12 | + |
| 13 | +- **q10**: Restrict clean mode cli choices |
| 14 | + ([#794](https://github.com/Python-roborock/python-roborock/pull/794), |
| 15 | + [`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210)) |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +- **api**: Again rename `YXDeviceState` enum members to have consistency with V1 state values |
| 20 | + ([#795](https://github.com/Python-roborock/python-roborock/pull/795), |
| 21 | + [`ad3ceea`](https://github.com/Python-roborock/python-roborock/commit/ad3ceeaea6f1b12dc51513c48476bcdf2756392b)) |
| 22 | + |
| 23 | +- **api**: Rename `YXWaterLevel` enum values to mirror v1 values |
| 24 | + ([#796](https://github.com/Python-roborock/python-roborock/pull/796), |
| 25 | + [`c630022`](https://github.com/Python-roborock/python-roborock/commit/c63002264e40beb0f6e51281afd90e10e7b731cc)) |
| 26 | + |
| 27 | +### Refactoring |
| 28 | + |
| 29 | +- **q10**: Use readable YXCleanType values with legacy aliases |
| 30 | + ([#794](https://github.com/Python-roborock/python-roborock/pull/794), |
| 31 | + [`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210)) |
| 32 | + |
| 33 | +- **YXCleanType**: Move legacy values to a separate dictionary and update from_value method |
| 34 | + ([#794](https://github.com/Python-roborock/python-roborock/pull/794), |
| 35 | + [`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210)) |
| 36 | + |
| 37 | +- **YXCleanType**: Remove legacy test for readable public values |
| 38 | + ([#794](https://github.com/Python-roborock/python-roborock/pull/794), |
| 39 | + [`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210)) |
| 40 | + |
| 41 | +- **YXCleanType**: Simplify clean type definitions and remove legacy alias support |
| 42 | + ([#794](https://github.com/Python-roborock/python-roborock/pull/794), |
| 43 | + [`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210)) |
| 44 | + |
| 45 | + |
5 | 46 | ## v4.26.3 (2026-03-22) |
6 | 47 |
|
7 | 48 | ### Bug Fixes |
|
0 commit comments