Skip to content

Releases: nextcloud/recognize

v12.0.0

07 Apr 08:13

Choose a tag to compare

Breaking changes

  • Drop support for Nextcloud 33

Fixed

  • fix: Add migration changing non-lazy config entries to lazy
  • fix(l10n): Update translations from Transifex
  • perf: Port away from more getById
  • fix: Migrate getById to getFirstNodeById
  • fix: do not declare the id column type
  • fix: Do not attempt to classify TIFF files

v11.0.1

22 Dec 07:25

Choose a tag to compare

Fixed

  • fix(l10n): Update translations from Transifex
  • refactor(Application): Use modern SabrePluginAddEvent
  • fix(FileListener): Do not consider events in trashbin
  • refactor: Process all fs events asynchronously
  • fix(ffmpeg): Autodetect system installed ffmpeg and allow manually setting ffmpeg path
  • fix(ClusteringFaceClassifier): Make sure to schedule clustering job
  • fix: Improve error handling

v10.0.7

22 Dec 07:39

Choose a tag to compare

Fixed

  • fix(ClusteringFaceClassifier): Make sure to schedule clustering job

v9.0.9

17 Nov 09:52

Choose a tag to compare

Fixed

  • fix: Don't leak global functions in php scoper

v11.0.0

12 Nov 14:20

Choose a tag to compare

Breaking changes

  • Drop support for Nextcloud 32 (note: the 10.x branch will still be maintained until 32 is End-of-life)

New

  • Support Nextcloud 33

v10.0.6

10 Nov 09:05

Choose a tag to compare

Fixed

  • Fix: Don't leak global functions from scoped dependencies (Incompatibility with suspicious_login and others)

v9.0.8

10 Nov 12:29

Choose a tag to compare

Fixed

  • fix: Update amphp/parallel to fix compat issues
  • fix(FileListener): Listen to user mount events
  • fix(InstallDeps): Set write permissions on node_modules folder
  • fix(Classifier): Check cores against int value
  • fix(FaceDetectionWithTitle): Rename vector column to face_vector

v10.0.5

28 Oct 08:40

Choose a tag to compare

Fixed

  • fix(FileListener): Address review comments
  • fix(FileListener): Address review comments
  • fix(FileListener): Listen to user mount events
  • fix(InstallDeps): Set write permissions on node_modules folder
  • fix(Classifier): Check cores against int value
  • fix(FaceDetectionWithTitle): Rename vector column to face_vector

v10.0.4

01 Sep 12:21

Choose a tag to compare

Fixed

  • Fix DB migration to avoid sub query

v10.0.3

01 Sep 07:19

Choose a tag to compare

Fixed

  • Fix DB migration to process column in chunks