From b2342ebd7429d7bfbddb9312bbd7574e25392a3a Mon Sep 17 00:00:00 2001 From: Hypfer Date: Tue, 5 May 2020 20:06:00 +0200 Subject: [PATCH] chore(release):0.5.1 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06ebfa454d8..1eee9752fe7 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ There are two supported Roborock vacuums: Everything else is unrootable (yet) and therefore not supported by Valetudo.
This includes the S6 as well as the S5 Max. -Please note that there's currently an unresolved problem with random firmware resets on roborock vacuums.
-We're looking into it. +A mitigation for the Roborock factory resets has been found. +For more information on that take a look at the release notes for 0.5.1 or Issue #206 Furthermore, newer firmware versions such as 1910 for Gen 2 as well as 4004 for Gen 1 disabled local OTA Updates.
If you have these firmware versions installed, you will not be able to root the robot without factory-resetting it first. diff --git a/package.json b/package.json index 1fe78294292..5bb5146d14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valetudo", - "version": "0.5.0", + "version": "0.5.1", "description": "Self-contained control webinterface for vacuum robots", "main": "index.js", "bin": "index.js",