Releases: nextcloud/recognize
Releases · nextcloud/recognize
v3.0.1
Drop support for Nextcloud 24
v3.0.0
New
- Allow scheduling specific classifier/crawl jobs per model
- AdminSettings: Display last classification time
- AdminSettings: Add status of downloaded models
- ClassifierJob: set timeSensitivity
Fixed
- Fix StorageCrawlJob
- Remove non-existent UserSettings from info.xml
- FaceClusterAnalyzer: Do not delete existing clusters
- Constants::IMAGE_FORMATS: Don't support tiff
- DownloadModelsService: Fix array filter
- InstallDeps: Fix isAVXSupported
- l10n: Source string improvement
- Fix label padding in admin settings
- DownloadModelsService: Increase timeout
- Correct spelling
- ClassifierJob: Stop classify job if model is disabled
- Fix Landmarks switch
- Make admin settings translatable
- Polish admin settings
v2.2.2
- No changes
v3.0.0-beta.3
Fixed
- FaceDetectionMapper#findByFileIdAndClusterId: setMaxResults 1
v3.0.0-beta.2
Changed
- Remove user settings
- Update tfjs
- Extend imagenet rules to be consistent in overarching categories
Fixed
- ClassifierJob: Fix undefined offset
- Fix s3 support
- Fix SchedulerJob
- FaceClusterMapper#findByUserId: Don't return empty clusters
- FileListener: Check children of deleted folders
- Avoid crawling trash
- BackgroundJobs: Reduce SQL queries in bg jobs
- FaceDetectionMapper: Add table prefix to findByFileIdAndClusterId
- Update translatable strings
v3.0.0-beta.1
New
- Make tags translatable
- Expose faces via DAV endpoint
Changed
- No more commands, classification always takes place in cron jobs
- Refactor classifier jobs to scale well
- faces UI moved to photos app
- movinet: reduce time slice length and fps
- Requires Nextcloud >= v24
Fixed
- node.js classifiers: Fix fallback to wasm mode
- Fix file listener
- Fix admin settings data submission
v2.2.1
Fixed
- Use proper event class with the new dispatcher
- movinet: reduce time slice length and fps
- FaceDetection: use generateUrl for image preview (thanks to @bonswouar)
v2.2.0
New
- Cluster faces by visual features instead of comparing to contact pictures
Fixed
- Fix "module not installed" error
v2.1.2
Fixed
- Fix TagManager#assignTags
v2.1.1
Fixed
- TagManager: Use objectMapper#assignTags correctly (no more vanishing tag assignments)
- ViewAdmin: Fix html syntax
- Remove Unrecognized label as it does not work correctly