Skip to content

Commit f35e4f3

Browse files
committed
v10.0.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 456438b commit f35e4f3

File tree

5 files changed

+53
-5
lines changed

5 files changed

+53
-5
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@ 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.0] - 2025-07-07
8+
9+
### Breaking changes
10+
11+
- Dropped support for Nextcloud 31
12+
13+
### New
14+
15+
* Added Support for Nextcloud 32
16+
*
17+
### Fixed
18+
* Fix(l10n): Update translations from Transifex
19+
20+
## [9.0.3] - 2025-07-07
21+
22+
### Fixed
23+
24+
- Fixed build
25+
26+
## [9.0.2] - 2025-07-07
27+
28+
### Fixed
29+
30+
* fix(AdminView): Warn about disabled systemtags app
31+
* fix(Classifier): Do not get stuck when decryption fails
32+
* fix: Don't error if movinet.enabled=false and wasm=true
33+
34+
## [9.0.1]
35+
36+
### Fixed
37+
38+
- Fix compatibility with LoggerInterface
39+
40+
## [9.0.0]
41+
42+
### Breaking changes
43+
44+
* Dropped support for Nextcloud 30
45+
46+
### New
47+
48+
* Added Support for Nextcloud 31
49+
50+
### Fixed
51+
* Fix face clustering on instances that use numeric user IDs (Thanks to @joeyame)
52+
* Fix(l10n): Update translations from Transifex
53+
54+
755
## [8.2.0]
856

957
### 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.0.0
10+
version+=10.0.0
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>10.0.0-dev.0</version>
78+
<version>10.0.0</version>
7979
<licence>agpl</licence>
8080
<author mail="[email protected]">Marcel Klehr</author>
8181
<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.0-dev.0",
3+
"version": "10.0.0",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

0 commit comments

Comments
 (0)