Skip to content

Commit dfa2fb1

Browse files
author
semantic-release
committed
4.12.0
Automatically generated by python-semantic-release
1 parent 5e28569 commit dfa2fb1

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.12.0 (2026-02-02)
6+
7+
### Bug Fixes
8+
9+
- **map**: Removed unnecessary conversion of empty dict to none
10+
([#763](https://github.com/Python-roborock/python-roborock/pull/763),
11+
[`5e28569`](https://github.com/Python-roborock/python-roborock/commit/5e285694b329701c019d804540493d856299a138))
12+
13+
### Features
14+
15+
- Add support for hiding walls and rooms in map rendering
16+
([#763](https://github.com/Python-roborock/python-roborock/pull/763),
17+
[`5e28569`](https://github.com/Python-roborock/python-roborock/commit/5e285694b329701c019d804540493d856299a138))
18+
19+
- **map**: Add option to hide walls and rooms in map rendering
20+
([#763](https://github.com/Python-roborock/python-roborock/pull/763),
21+
[`5e28569`](https://github.com/Python-roborock/python-roborock/commit/5e285694b329701c019d804540493d856299a138))
22+
23+
524
## v4.11.0 (2026-02-02)
625

726
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-roborock"
3-
version = "4.11.0"
3+
version = "4.12.0"
44
description = "A package to control Roborock vacuums."
55
authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}]
66
requires-python = ">=3.11, <4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)