Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Releases: And3rsL/Deebotozmo

4.0.0b4

26 Oct 17:10
6eaa7cf
Compare
Choose a tag to compare
4.0.0b4 Pre-release
Pre-release

💥 Breaking changes

✨ 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

⬆️ Dependency Updates

3.0.2

08 Oct 21:33
fc5a4f1
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #74 Cli: Fix KeyError on new config creation @rany2

3.0.1

06 Oct 12:04
4fc36f9
Compare
Choose a tag to compare

🐛 Bug Fixes

3.0.0

05 Oct 21:50
754649b
Compare
Choose a tag to compare

💥 Breaking changes

  • #61 Refactor events and improve code quality @edenhaus
    All events are now bundled into the property events. Ex. bot.waterEvents moved to bot.events.water_info
  • #68 React on settings change done from other clients (ex. App) @edenhaus
    Currently only setFanSpeed and setWaterInfo is supported.
  • #71 Refactor commands @edenhaus
    Commands are now under the package commands and the handling response code is directly inside the command.

✨ New features

⚡ Enhancements

♻️ Refactor

🐛 Bug Fixes

  • #70 ignore messages of getMapSubSet where type != "ar" @edenhaus

3.0.0b4

03 Oct 21:41
b0d2c2b
Compare
Choose a tag to compare
3.0.0b4 Pre-release
Pre-release

3.0.0b3

02 Oct 20:14
40bdb41
Compare
Choose a tag to compare
3.0.0b3 Pre-release
Pre-release

Changes:

  • React on settings change done from other clients + refactor commands #68

3.0.0b2

29 Sep 18:46
69faaa3
Compare
Choose a tag to compare
3.0.0b2 Pre-release
Pre-release

See #61

Changes from previous beta

  • fix map event

3.0.0b1

29 Sep 14:15
eefed9b
Compare
Choose a tag to compare
3.0.0b1 Pre-release
Pre-release

See #61

2.1.2: Fix cleanLogs and Improve map image creation

07 Sep 17:33
aa68796
Compare
Choose a tag to compare

Changes:

  • Map image creation speed up (#52)
    On my notebook I reduced the creation time from 15 to 4 seconds
  • Fix cleanLog event (#54)

2.1.2b1: Map image creation speed up

06 Sep 20:26
8316253
Compare
Choose a tag to compare
Pre-release

Changes

  • Map image creation speed up (#52)
    On my notebook I reduced the creation time from 15 to 4 seconds