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