Skip to content

Commit 74db209

Browse files
committed
v11.0.1
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 1e17f6d commit 74db209

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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+
## [11.0.1] - 2025-11-12
8+
9+
### Fixed
10+
11+
* fix(l10n): Update translations from Transifex
12+
* refactor(Application): Use modern SabrePluginAddEvent
13+
* fix(FileListener): Do not consider events in trashbin
14+
* refactor: Process all fs events asynchronously
15+
* fix(ffmpeg): Autodetect system installed ffmpeg and allow manually setting ffmpeg path
16+
* fix(ClusteringFaceClassifier): Make sure to schedule clustering job
17+
* fix: Improve error handling
18+
19+
720
## [11.0.0] - 2025-11-12
821

922
### Breaking changes

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+=11.0.0
10+
version+=11.0.1
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
@@ -75,7 +75,7 @@ Requirements:
7575
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.
7676
7777
]]></description>
78-
<version>11.0.0</version>
78+
<version>11.0.1</version>
7979
<licence>agpl</licence>
8080
<author mail="[email protected]">Marcel Klehr</author>
8181
<types>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": ">=8.1",
3+
"php": ">=8.2",
44
"ext-json": "*",
55
"ext-pdo": "*",
66
"rubix/ml": "2.x",
@@ -34,7 +34,7 @@
3434
},
3535
"config": {
3636
"platform": {
37-
"php": "8.1.0"
37+
"php": "8.2.0"
3838
},
3939
"allow-plugins": {
4040
"bamarni/composer-bin-plugin": true,

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": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

0 commit comments

Comments
 (0)