Skip to content

Commit 89a573f

Browse files
committed
v10.0.5
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 86bd32c commit 89a573f

File tree

6 files changed

+41
-32
lines changed

6 files changed

+41
-32
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [10.0.5] - 2025-10-28
8+
9+
### Fixed
10+
11+
* fix(FileListener): Address review comments
12+
* fix(FileListener): Address review comments
13+
* fix(FileListener): Listen to user mount events
14+
* fix(InstallDeps): Set write permissions on node_modules folder
15+
* fix(Classifier): Check cores against int value
16+
* fix(FaceDetectionWithTitle): Rename vector column to face_vector
17+
718
## [10.0.4] - 2025-09-01
819

920
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77
sign_dir=$(build_dir)/sign
88
package_name=$(app_name)
99
cert_dir=$(HOME)/.nextcloud/certificates
10-
version+=10.0.4
10+
version+=10.0.5
1111

1212
all: dev-setup build-js-production
1313

appinfo/info.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Smart media tagging and face recognition with on-premises machine learning models.
99
This app goes through your media collection and adds fitting tags, automatically categorizing your photos and music.
1010
11-
* 📷 👪 Recognizes faces from contact photos
11+
* 📷 👪 Recognizes faces
1212
* 📷 🏔 Recognizes animals, landscapes, food, vehicles, buildings and other objects
1313
* 📷 🗼 Recognizes landmarks and monuments
1414
* 👂 🎵 Recognizes music genres
@@ -62,7 +62,6 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
6262
After installation, you can enable tagging in the admin settings.
6363
6464
Requirements:
65-
- php 7.4 and above
6665
- App "collaborative tags" enabled
6766
- For native speed:
6867
- Processor: x86 64-bit (with support for AVX instructions)
@@ -75,7 +74,7 @@ Requirements:
7574
The app does not send any sensitive data to cloud providers or similar services. All processing is done on your Nextcloud machine, using Tensorflow.js running in Node.js.
7675
7776
]]></description>
78-
<version>10.0.4</version>
77+
<version>10.0.5</version>
7978
<licence>agpl</licence>
8079
<author mail="[email protected]">Marcel Klehr</author>
8180
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recognize",
3-
"version": "10.0.4",
3+
"version": "10.0.5",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

vendor-bin/php-scoper/composer.lock

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)