This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Releases: And3rsL/Deebotozmo
Releases · And3rsL/Deebotozmo
4.0.0b4
💥 Breaking changes
- #78 Refresh token automatically @edenhaus
- #83 rename class Vacuum to DeviceInfo @edenhaus
- #90 refactor and rename EventEmitter to EventBus @edenhaus
✨ New features
- #80 add total stats @edenhaus
- #93 add possibility to handle messages, which are not commands + add reportStats Message @edenhaus
⚡ Enhancements
♻️ Refactor
🐛 Bug Fixes
- #81 Fix detection of idle state @edenhaus
- #86 Minor bug fixes @edenhaus
- #87 fix docked state @edenhaus
- #88 fix handling of reportMapSubSet @edenhaus
- #89 fix handling of reportMapSubSet correctly @edenhaus
⬆️ Dependency Updates
- #76 Bump flake8 from 3.9.2 to 4.0.0 @dependabot
- #79 update dependencies @edenhaus
- #84 Bump types-cachetools from 4.2.3 to 4.2.4 @dependabot
- #92 Bump gmqtt from 0.6.10 to 0.6.11 @dependabot
- #91 Bump pillow from 8.3.2 to 8.4.0 @dependabot
3.0.2
3.0.1
3.0.0
💥 Breaking changes
- #61 Refactor events and improve code quality @edenhaus
All events are now bundled into the property events. Ex.bot.waterEvents
moved tobot.events.water_info
- #68 React on settings change done from other clients (ex. App) @edenhaus
Currently onlysetFanSpeed
andsetWaterInfo
is supported. - #71 Refactor commands @edenhaus
Commands are now under the packagecommands
and the handling response code is directly inside the command.
✨ New features
⚡ Enhancements
♻️ Refactor
🐛 Bug Fixes
3.0.0b4
3.0.0b3
3.0.0b2
3.0.0b1
2.1.2: Fix cleanLogs and Improve map image creation
2.1.2b1: Map image creation speed up
Changes
- Map image creation speed up (#52)
On my notebook I reduced the creation time from 15 to 4 seconds