From d0e0bfd49cbe83d84427874d527e751bd11b1a4c Mon Sep 17 00:00:00 2001 From: rand256 Date: Mon, 2 Sep 2019 10:51:36 +0300 Subject: [PATCH] mark version 0.4.0-RE4 --- README.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1bb057c2..c91f7e4d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ ### Preamble: -This is a bit modified version of [Valetudo by Hypher](https://github.com/Hypfer/Valetudo), hackishly _enhanced_ by me since I found too many features missing in the original package when I've tried to use it. So this is a quick list of changes here: +This is a bit modified version of [Valetudo by Hypher](https://github.com/Hypfer/Valetudo), hackishly _enhanced_ by me since I found too many features missing in the original package when I've tried to use it for the first time. So this is a quick list of changes first appeared here: * Ability to select multiple saved zones at once; * Selected zones are then shown at the map tab to see and edit what's actually going to be cleaned; * Renaming zones and spots, since why not? * Configurable virtual walls and forbidden zones, finally! -* Scheduled zoned cleaning - when you do not need to clean the whole house. -* Viewing maps of finished cleanings to know how it was going exactly. -* Compressing map data to reduce network bandwidth when watching cleaning progress online. +* Scheduled zoned cleaning - when you do not need to clean the whole house; +* Ability to specify in webGUI the number of iterations to clean the same zone multiple times; * Random visual changes: using different colors and icons here and there, some behavioral changes when working with maps and so on. Beware, I'm not a qualified coder - that's for sure, so the code is awful in places, also I'm not familiar with github at all. All these things are done only for my personal use, so if someone find them handy one day then you're welcome. diff --git a/package.json b/package.json index e9b2ca69..332d8ffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valetudo", - "version": "0.4.0-RE3", + "version": "0.4.0-RE4", "description": "Self-contained control webinterface for xiaomi vacuum robots", "main": "index.js", "bin": "index.js",