Skip to content

Commit fd1f515

Browse files
committed
v7.0.3
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 5672675 commit fd1f515

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.github/workflows/files-scan-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
./occ files:scan admin -vvv
143143
rm data/admin/files/res/alpine.JPG
144144
./occ files:scan admin -vvv
145-
for run in {1..100}; do php cron.php; sleep 10; done
145+
for run in {1..100}; do php cron.php; done
146146
[ ! -z "$(./occ tag:list)" ]
147147
148148
- name: Print tags

CHANGELOG.md

+6
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+
## [7.0.3] - 2024-07-05
8+
9+
### Fixed
10+
11+
* Fix exception in file listener
12+
713
## [7.0.2] - 2024-07-04
814

915
### Fixed

Makefile

+1-1
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+=7.0.2
10+
version+=7.0.3
1111

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

appinfo/info.xml

+1-1
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>7.0.2</version>
79+
<version>7.0.3</version>
8080
<licence>agpl</licence>
8181
<author mail="mklehr@gmx.net">Marcel Klehr</author>
8282
<types>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recognize",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

0 commit comments

Comments
 (0)