Releases: matiasdelellis/facerecognition
Releases · matiasdelellis/facerecognition
Face Recognition v0.9.10-beta.2
[0.9.10-beta.2] - 2022-11-17
Added
- Adds an API version 2 that theoretically is enough for any client.
- Note that can change minimally until we release the stable version.
Fixed
- Only fix tests.
Changed
- Use x, y, width, height to save face detections on database.
Face Recognition v0.9.10-beta.1
[0.9.10-beta.1] - 2022-09-27
Added
- Support Nextcloud 25
- A little love to the whole application to improve styles and texts.
- Show the image viewer when click come image on our "gallery".
Is press Control+Click it will open the file as before. - Don´t allow run two face:commands simultaneously to prevent errors.
- Some optimizations on several queries of main view.
- Add a new command face:sync-albums to create photos albums of persons.
Fixed
- Rephrase I'm not sure button to better indicate what it does. Issue #544
Changed
- Change Person to people since Persons in a very formal word of lawyers.
- Edit people's names in the same side tab instead of using dialogs.
This is really forced by changes to the viewer which retains focus, and
avoids typing anywhere.
It also has a regression that misses the autocomplete. :disapointed: - Typo fix. Just use plurals on stats table.
- Show the faces of the latest photos, and sort photos by upload order.
Translations
- Update German translation thanks to lollos78.
- Update Italian (Italy) translation thanks to lollos78.
- Update of many other translations. Thank you so much everyone.
Some new screenshots...
Face Recognition v0.9.5
Just fix to update NC24... 🙈
Face Recognition v0.9.1
NOTE:
Absolutely all users must configure the new setting for the maximum memory for image processing
occ face:setup --memory 2GB
Changelog
[0.9.1] - 2021-12-15
Fixed
- Fix Ignore persons feature. Issue #542
Translations
- Update Czech translation thanks to Pavel Borecki.
- Update Italian translation thanks to axl84.
[0.9.0] - 2021-12-13
Added
- Add an extra step to setup. You must indicate exactly how much memory you want
to assing for image processing. Seeocc face:setup --memory
doc on readme. - Adds the option to effectively ignore persons when assigning names. See issue
#486 #504. - It also allows you to hide persons that you have already named. Issue #405
- Implement the option of: This is not such a person. Issue #506 and part of
#158 - Enable NC23
Translations
- Update some translations. Thank you so much everyone.
Screenshots
Ignore irrelevant persons:
Clustering algorithm correction
D'OH!. This is not Sheldon Copper.
It's Rajesh!. 😅
Detail of the wrong cluster before.
Detail of cluster fixed later..
Face Recognition v0.9.0
NOTE:
Absolutely all users must configure the new setting for the maximum memory for image processing
occ face:setup --memory 2GB
Changelog
[0.9.0] - 2021-12-13
Added
- Add an extra step to setup. You must indicate exactly how much memory you want
to assing for image processing. Seeocc face:setup --memory
doc on readme. - Adds the option to effectively ignore persons when assigning names. See issue
#486 #504. - It also allows you to hide persons that you have already named. Issue #405
- Implement the option of: This is not such a person. Issue #506 and part of
#158 - Enable NC23
Translations
- Update some translations. Thank you so much everyone.
Screenshots
Ignore irrelevant persons:
Clustering algorithm correction
D'OH!. This is not Sheldon Copper.
It's Rajesh!. 😅
Detail of the wrong cluster before.
Detail of cluster fixed later..
Nextcloud Facerecognition v0.8.5
Note:
- Big thanks especially to @guystreeter for the research on php8 (See issue #456) and other improvements.
- Also many thanks to @nkming2 for the implementation of the public api, and the first Nectcloud gallery client that includes support for this application. See https://github.com/nkming2/nc-photos
[0.8.5] - 2021-11-20
Added
- Initial support for php 8. See issue #456
- Add link to show photos of person on sidebar.
- Add static analysis, phpunit and lintian test using github workflow.
- Add an real OCS public API to get all persons. See PR #512.
Fixed
- Fix sidebar view when user has disable it.
- Set the Image Area slider to the maximum allowed by the model. See issue #527
- Don't try to force the setCreationTime argument to be DateTime. See PR #526
- Migrate hooks to OCP event listeners. See PR #511
Translations
- New Czech translation thanks to Pavel Borecki, and update others. Thank you so
much everyone.
Nextcloud Facerecognition v0.8.3
Changelog
All notable changes to this project will be documented in this file.
[0.8.3] - 2021-07-08
Added
- Initial support for NC22.
- Update translations.
Facerecognition v0.8.2
[0.8.2] - 2021-05-17
Added
- Add links in thumbnails of rename persons dialogs. Issue #396
- Initial autocomplete feature for names. Issue #306
Fixed
- Respect .noimage file, since it is also used in Photos. Issue #446
- Fix delete files due some change on ORM with NC21. Issue #471
- Some fixes on make clean.
Translations
- New Italian translation thanks to axl84, and update others. Thank you so much
everyone.
Facerecognition v0.8.1
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
Facerecognition v0.8.0
Face Recognition v0.8.0
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
[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