Skip to content

Commit e0dfd72

Browse files
authored
Merge branch 'main' into dynamic_status_trait
2 parents 270755b + 5f5a59b commit e0dfd72

File tree

19 files changed

+1184
-120
lines changed

19 files changed

+1184
-120
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,71 @@
22

33
<!-- version list -->
44

5+
## v4.8.0 (2026-01-27)
6+
7+
### Features
8+
9+
- Add the ability to set q7 mode
10+
([#748](https://github.com/Python-roborock/python-roborock/pull/748),
11+
[`bf1f8af`](https://github.com/Python-roborock/python-roborock/commit/bf1f8af7bf39a15d546fbd420ff3979f7014042c))
12+
13+
14+
## v4.7.2 (2026-01-20)
15+
16+
### Bug Fixes
17+
18+
- Handle different error format for map status
19+
([#744](https://github.com/Python-roborock/python-roborock/pull/744),
20+
[`9897379`](https://github.com/Python-roborock/python-roborock/commit/98973795af550ed7940c9c637c85adc84ec5a511))
21+
22+
23+
## v4.7.1 (2026-01-19)
24+
25+
### Bug Fixes
26+
27+
- Add rooms from map_info which is occassionally available
28+
([#750](https://github.com/Python-roborock/python-roborock/pull/750),
29+
[`814054e`](https://github.com/Python-roborock/python-roborock/commit/814054ee4200c5f172d3f658843a9c8ee99c7f52))
30+
31+
32+
## v4.7.0 (2026-01-18)
33+
34+
### Chores
35+
36+
- Address PR comments ([#747](https://github.com/Python-roborock/python-roborock/pull/747),
37+
[`a97e90a`](https://github.com/Python-roborock/python-roborock/commit/a97e90aa11b4e60732014d8d65265a334568f32c))
38+
39+
- Include snapshots ([#747](https://github.com/Python-roborock/python-roborock/pull/747),
40+
[`a97e90a`](https://github.com/Python-roborock/python-roborock/commit/a97e90aa11b4e60732014d8d65265a334568f32c))
41+
42+
- **deps-dev**: Bump ruff from 0.14.10 to 0.14.11
43+
([#742](https://github.com/Python-roborock/python-roborock/pull/742),
44+
[`9274642`](https://github.com/Python-roborock/python-roborock/commit/92746429ddb029e20073dab127598645a223c856))
45+
46+
### Features
47+
48+
- Add from diagnostics ([#747](https://github.com/Python-roborock/python-roborock/pull/747),
49+
[`a97e90a`](https://github.com/Python-roborock/python-roborock/commit/a97e90aa11b4e60732014d8d65265a334568f32c))
50+
51+
- Improve device_info ([#747](https://github.com/Python-roborock/python-roborock/pull/747),
52+
[`a97e90a`](https://github.com/Python-roborock/python-roborock/commit/a97e90aa11b4e60732014d8d65265a334568f32c))
53+
54+
55+
## v4.6.0 (2026-01-18)
56+
57+
### Chores
58+
59+
- **deps**: Bump aiohttp from 3.13.2 to 3.13.3
60+
([#732](https://github.com/Python-roborock/python-roborock/pull/732),
61+
[`e438364`](https://github.com/Python-roborock/python-roborock/commit/e438364e7619b2e9658cdffeace9b2b6e4e19269))
62+
63+
### Features
64+
65+
- Add 2 new states for zeostate in zeo_code_mappings
66+
([#689](https://github.com/Python-roborock/python-roborock/pull/689),
67+
[`3482e4e`](https://github.com/Python-roborock/python-roborock/commit/3482e4eaafcea7dbc004c28e094e260cdf822e79))
68+
69+
570
## v4.5.0 (2026-01-14)
671

772
### Chores

0 commit comments

Comments
 (0)