From 2542c9d52ae334d371e448e45f23b7e5531c6d4f Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 9 Jan 2025 09:47:10 +0100 Subject: [PATCH] Update CHANGELOG Signed-off-by: Marcel Klehr --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b034334..930facbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,35 @@ 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). +## [8.2.0] + +### New + +* Add command line option "retry" for classify command (Thanks to Niels) + +### Fixed + +* fix(ViewAdmin): Allow disabling movinet even when WASM mode is enabled + +## [8.1.1] + +### Fixed + +* fix: Add MaintenanceJob to trigger stuck clustering +* fix(ClusteringFaceClassifier): Schedule cluster job even if face classification failed +* fix(FileListener): Handle edge cases of moving folders between varying stages of ignorance +* fix(FileListener): set recurse to true on BeforeNodeDeletedEvent +* fix(FileListener): Always react to CacheEntryInsertedEvent + + +## [8.1.0] + +### New + +* Update to Nextcloud latest Vue components +* Update dependencies + + ## [8.0.0] - 2024-07-05 ### Breaking changes