diff --git a/CHANGELOG.md b/CHANGELOG.md index 41873b3a..11646cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.1] - 2023-08-15 + +### Fixed + - Fix face detection mapper + - Improve classifier error handling + - Fix for external storage: Listen to scanner events + - Fix Duplicates in Groupfolders: Only scan each groupfolder once + - SettingsService: remove confusing JSON encoding step. All settings are strings, period. + - Musicnn: Cut off shorter audio clip in wasm mode + - Fix(l10n): Update translations from Transifex + ## [4.3.0] - 2023-07-12 ### New diff --git a/Makefile b/Makefile index da55a903..06cd3703 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.3.0 +version+=4.3.1 all: dev-setup build-js-production diff --git a/appinfo/info.xml b/appinfo/info.xml index 4d739b06..6d97b613 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -76,7 +76,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.3.0 + 4.3.1 agpl Marcel Klehr diff --git a/package-lock.json b/package-lock.json index ce363a6a..b6187204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recognize", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recognize", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "dependencies": { "@exifer/gps": "^1.0.0-beta.2", diff --git a/package.json b/package.json index 0aa6eb52..0000f705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "4.3.0", + "version": "4.3.1", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {