Skip to content

Commit f5f006b

Browse files
committed
v10.0.7
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 65d9965 commit f5f006b

File tree

6 files changed

+35
-34
lines changed

6 files changed

+35
-34
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.7] - 2025-12-22
8+
9+
### Fixed
10+
11+
- fix(ClusteringFaceClassifier): Make sure to schedule clustering job
12+
713
## [10.0.6] - 2025-11-10
814

915
### 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.6
10+
version+=10.0.7
1111

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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Requirements:
7474
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.
7575
7676
]]></description>
77-
<version>10.0.6</version>
77+
<version>10.0.7</version>
7878
<licence>agpl</licence>
7979
<author mail="[email protected]">Marcel Klehr</author>
8080
<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.6",
3+
"version": "10.0.7",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

vendor-bin/php-scoper/composer.lock

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

0 commit comments

Comments
 (0)