Skip to content

Commit 057ffbe

Browse files
committed
v3.3.5
Signed-off-by: Marcel Klehr <[email protected]>
1 parent dece21a commit 057ffbe

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
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+
## [3.3.5] - 2023-01-12
8+
9+
### Fixed
10+
- Add Migration step: Add index for detections#file_id column
11+
- Run custom ffmpeg install in InstallDeps (Support musicnn,movinet on ARM)
12+
- MusicnnClassifier: Increase WASM timeout
13+
- ClusteringFaceClassifier: Filter out non-straight faces
14+
- Set max execution time for classifier cron job
15+
- ViewAdmin: Don't mark "models still need to be downloaded" as success
16+
- Don't rerun InstallDeps when node binary exists already
17+
718
## [3.3.4] - 2022-12-27
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+=3.3.4
10+
version+=3.3.5
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
@@ -31,7 +31,7 @@ Requirements:
3131
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.
3232
3333
]]></description>
34-
<version>3.3.4</version>
34+
<version>3.3.5</version>
3535
<licence>agpl</licence>
3636
<author mail="[email protected]">Marcel Klehr</author>
3737
<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": "3.3.4",
3+
"version": "3.3.5",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

0 commit comments

Comments
 (0)