Skip to content

Commit

Permalink
Face Recognition v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Mar 25, 2023
1 parent 2585ed6 commit 7539972
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.9.12] - 2023-03-25
- Add support for using imaginary to create the temporary files.
This add support for images heic, tiff, and many more. Issue #494,
#215 and #348 among many other reports.
- Memory optimization in face clustering task. Part of issue #339
In my tests, it reduces between 33% and 39% of memory, and as an
additional improvement, there was also a reduction in time of around
19%. There are still several improvements to be made, but it is a
good step.
- Modernizes the construction of the javascript code. Issue #613
- Fix Unhandled exception and Albums are not being created. Issue #634

## [0.9.11] - 2022-12-28
- Fix migrations on PostgreSQL. Issue #619 and #615
- Fix OCS Api (API V1). Thanks to nkming2
Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- **🚀 Build your own thing:** FaceRecognition app is just a basic building block. Through FaceRecognition API, you can build your advanced scenarios - automatically add tags to images, connect contacts and persons, share images from specific person… We want to hear your ideas!
]]>
</description>
<version>0.9.11</version>
<version>0.9.12</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<author>Branko Kokanovic</author>
Expand All @@ -33,10 +33,10 @@
<screenshot>https://matiasdelellis.github.io/img/facerecognition/facerecognition-photos-integration.jpeg</screenshot>
<screenshot>https://matiasdelellis.github.io/img/facerecognition/facerecognition-assign-initial-name.jpeg</screenshot>
<dependencies>
<php min-version="7.4" max-version="8.2" />
<php min-version="7.4" max-version="8.1" />
<lib>pdlib</lib>
<lib>bz2</lib>
<nextcloud min-version="25" max-version="26"/>
<nextcloud min-version="25" max-version="25"/>
</dependencies>
<repair-steps>
<uninstall>
Expand Down

0 comments on commit 7539972

Please sign in to comment.