Face Recognition v0.8.1
Note that this is a version, with few features, is partially made only by contributions from our users. So, agian. Thank you very much for your contributions !!! 😄 😃 🥰
Changelog
All notable changes to this project will be documented in this file.
[0.8.1] - 2021-03-18
Fixed
- Register the Hooks within the Bootstrap mechanism, removing many undesirable
logs. Similar to nextcloud/server#22590
Translations
- New Korean (Korea) translation thanks to HyeongJong Choi
- Updating many others translations from Transifex. This time I cannot
individualize your changes to thank you properly, but thank you very much to
all the translators.
[0.8.0] - 2021-03-17
Added
- Increase the supported version only to NC21. Thanks to @szaimen. See issue #429
- Add support for unified search, being able to search the photos of your loved
ones from anywhere in nextcloud. Thanks to @dassio. See PR #344 - Add defer-clustering option. It changes the order of execution of the process
deferring the face clustering at the end of the analysis to get persons in a
simple execution of the command. Thanks to @cliffalbert. See issue #371