From f43dad42d9f9f70eaba21e094f038b7423710732 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 6 Mar 2023 14:34:15 +0100 Subject: [PATCH] v3.6.0 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 15 +++++++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e64494a..89c7f54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.0] - 2023-03-06 + +### New + - Listen to ignore file changes + +### Fixed + - Copy face detections to sharees on ShareCreated; Delete them on ShareDeleted + - Add face detections for all users that can see the file + - Implement code paths for moving files + - limit ffmpeg CPU core usage according to settings + - Utilize mozart to avoid dependency hell + - Update translations from Transifex + - Add note about 1-core policy for WASM + - Allow downloading node builds for arm64 musl + ## [3.5.0] - 2023-02-09 ### New diff --git a/Makefile b/Makefile index cf7a41f8..3259c736 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=3.5.0 +version+=3.6.0 all: dev-setup build-js-production diff --git a/appinfo/info.xml b/appinfo/info.xml index 466c7fd6..fce5a74a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -31,7 +31,7 @@ Requirements: 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. ]]> - 3.5.0 + 3.6.0 agpl Marcel Klehr diff --git a/package-lock.json b/package-lock.json index ca0048c3..753835e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recognize", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recognize", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "dependencies": { "@exifer/gps": "^1.0.0-beta.2", diff --git a/package.json b/package.json index 9e5a00d3..b5b33365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "3.5.0", + "version": "3.6.0", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {