diff --git a/CHANGELOG.md b/CHANGELOG.md index dc62327e..41873b3a 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). +## [4.3.0] - 2023-07-12 + +### New + - Add option to change nice value for all classifiers + +### Fixed + - l10n: Update translations from Transifex + - DAV: Don't list photos that have been deleted + - Classifier#getConvertedFilePath: Catch all errors from getPreview() + - ViewAdmin: Fix typo + - FaceDetectionMapper: Correct countUnclustered + - ViewAdmin: Add warning if countQueued > 0 but scheduledJobs == 0 + - ViewAdmin: Add background jobs count and last execution time for all tasks + - recrawl: Clear all background jobs + ## [4.2.0] - 2023-06-16 ### New diff --git a/Makefile b/Makefile index aff9cfba..da55a903 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+=4.2.0 +version+=4.3.0 all: dev-setup build-js-production diff --git a/appinfo/info.xml b/appinfo/info.xml index 77e1b326..a704c2db 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -66,7 +66,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. ]]> - 4.2.0 + 4.3.0 agpl Marcel Klehr diff --git a/package.json b/package.json index 8999b68e..0aa6eb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "4.2.0", + "version": "4.3.0", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {