Valetudo 2022.06.0 #1516
Hypfer
announced in
Release Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2022.06.0
Another maintenance release featuring upgraded dependencies, refactoring and some bugfixes
Bonjour/mDNS fixes
Users can now discover multiple robots of the same model in their home network:
Apparently, the Bonjour service name needs to be unique or else some bonjour implementations will deduplicate it.
Because of this, the companion app only displayed one robot even though there were multiple ones on the network.
Nightly build enhancements
The nightly update provider will now display a changelog of all changes since the last release.
You can switch to the nightly update provider by changing the
updater.updateProvider.type
in yourvaletudo_config.json
togithub_nightly
.Please keep in mind that nightly builds might be unstable. They should only be used by people that know what they're doing and are willing to handle occasional breakage.
UI Improvements
Multiple issues that caused the live map to stop refreshing have been fixed.
Checking back on the Valetudo UI after having it in a background tab for a while during a cleanup will now display the latest map data.
Also, running Valetudo behind a flaky reverse proxy should not interfere with the SSE connection anymore.
Boring chores
This release features plenty of dependency upgrades, the migration to create-react-app 5 and more.
It also contains a lot of refactorings that should further improve the code quality.
While all that doesn't offer any directly noticeable benefits to the user, it is worth noting nonetheless, as keeping the project well-maintained is vital to its longevity.
The exciting stuff will hopefully happen later this year :-)
Apart from code changes, I've been busy figuring out how to build statically linked recent versions of common tools that might be added to our robot firmware images. It's all done using dockerfiles to make it easy to understand, document and reproduce.
Interestingly, information on the internet do to just that is rather sparse so this might also be useful to someone with a different embedded use-case.
You can find that stuff here: https://github.com/Hypfer/valetudo-misc
If you're missing a tool there please let me know
Other news
As mentioned in the previous release notes, we're currently still pretty busy figuring out how to root new robots and/or firmware versions.
Since that worked well in the past, I shall continue mentioning it here.
If you want to see Valetudo on more robots and/or like this release, you might want to consider donating if you haven't done so already:
https://github.com/sponsors/Hypfer
https://builder.dontvacuum.me/donations.txt
Autogenerated changelog
The autogenerated changelog generation has been updated to be even better and less of a hassle to use.
Enjoy
Breaking Changes
9c57f0c
Features
3a874db
269aa30
Fixes
956487e
6793c67
d84efd5
271e53c
bd77d2e
bae09ab
a47f3b9
9b75974
84de0ef
Refactoring
5ca525e
560a50e
6c1b126
d17b66d
9548012
212e4f5
96ba8cf
412a65a
356d144
Chores
3504a4a
2c73de3
3c3c561
0becd44
5176cce
8ae420c
643dcc5
881f717
41055d1
This discussion was created from the release Valetudo 2022.06.0.
Beta Was this translation helpful? Give feedback.
All reactions