Skip to content

Latest commit

 

History

History
100 lines (49 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

100 lines (49 loc) · 3.72 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.1 (2022-05-08)

Bug Fixes

3.1.0 (2022-01-24)

Features

  • implement Valetudo segment color finder (38f567f)

3.0.1 (2021-12-30)

Bug Fixes

  • remove valetudo-parse-binmap (79cd9c5)

3.0.0 (2021-12-05)

⚠ BREAKING CHANGES

  • drop support for old maps and Valetudo RE

Features

  • add support for V2 Maps (c5dad56), closes #16

  • drop support for old maps and Valetudo RE (289a413)

2.3.1 (2021-10-07)

Bug Fixes

2.3.0 (2021-01-10)

Features

  • support base64 deflated JSON string map from Valetudo 2021.01.0b0 (fa4b198)
  • support deflated JSON string map from Valetudo 2021.01.0b0 (80faa28)

2.2.0 (2020-08-02)

Features

  • support valetudo 0.6.0 map format (308c8bd)
  • update robot and charger images (0cb781d)

[2.1.0] - 2020-02-22

Added

  • Support for firmware 2008 binmaps (Valetudo RE 0.9.0)
  • Unit tests for checking compatibility with different firmware versions

[2.0.1] - 2019-12-28

Fixed

  • error handling on image processing

[2.0.0] - 2019-11-08

Changed

  • valetudo-map-png node automatically converts binary map data, it is no longer necessary to use a parse-binmap node before.
  • valetudo-parse-binmap node outputs the map data object directly instead of a JSON string.
  • Implemented Node-RED 1.0 send/done API.

[1.2.0] - 2019-11-07

Changed

  • Code cleanup, update dependencies and documentation

[1.1.0] - 2019-11-06

Added

[1.0.0] - 2019-06-13

Added

  • valetudo-map-png node to convert Valetudo map_data (JSON string) to a png image.