Skip to content

Commit bea99cf

Browse files
committed
v8.2.1
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent a841eba commit bea99cf

6 files changed

Lines changed: 250 additions & 162 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## [8.2.1] - 2025-07-07
8+
9+
### Fixed
10+
11+
* fix(AdminView): Warn about disabled systemtags app
12+
* fix(Classifier): Do not get stuck when decryption fails
13+
* fix: Don't error if movinet.enabled=false and wasm=true
14+
* Fix face clustering on instances that use numeric user IDs
15+
716
## [8.2.0] - 2024-12-09
817

918
### New

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+=8.2.0
10+
version+=8.2.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
@@ -76,7 +76,7 @@ Requirements:
7676
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.
7777
7878
]]></description>
79-
<version>8.2.0</version>
79+
<version>8.2.1</version>
8080
<licence>agpl</licence>
8181
<author mail="mklehr@gmx.net">Marcel Klehr</author>
8282
<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": "8.2.0",
3+
"version": "8.2.1",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

0 commit comments

Comments
 (0)