Skip to content

Releases: nextcloud/recognize

v3.0.1

12 Oct 14:09

Choose a tag to compare

Drop support for Nextcloud 24

v3.0.0

12 Oct 11:48

Choose a tag to compare

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

12 Oct 13:54

Choose a tag to compare

  • No changes

v3.0.0-beta.3

20 Sep 17:39

Choose a tag to compare

v3.0.0-beta.3 Pre-release
Pre-release

Fixed

  • FaceDetectionMapper#findByFileIdAndClusterId: setMaxResults 1

v3.0.0-beta.2

20 Sep 09:14

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release

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

29 Aug 12:50

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

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

19 Aug 12:40

Choose a tag to compare

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

08 Aug 16:14

Choose a tag to compare

New

  • Cluster faces by visual features instead of comparing to contact pictures

Fixed

  • Fix "module not installed" error

v2.1.2

11 Jun 08:40

Choose a tag to compare

Fixed

  • Fix TagManager#assignTags

v2.1.1

10 Jun 18:20

Choose a tag to compare

Fixed

  • TagManager: Use objectMapper#assignTags correctly (no more vanishing tag assignments)
  • ViewAdmin: Fix html syntax
  • Remove Unrecognized label as it does not work correctly