Skip to content

Releases: nextcloud/recognize

v8.2.0

09 Dec 08:23
Compare
Choose a tag to compare

New

  • Add command line option "retry" for classify command (Thanks to Niels)

Fixed

  • fix(ViewAdmin): Allow disabling movinet even when WASM mode is enabled

v8.1.1

11 Oct 11:58
Compare
Choose a tag to compare

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

v8.1.0

18 Sep 10:37
Compare
Choose a tag to compare

New

  • Update to Nextcloud latest Vue components
  • Update dependencies

v8.0.0

01 Aug 07:24
Compare
Choose a tag to compare

Breaking changes

  • Dropped support for Nextcloud 29

New

  • Support for Nextcloud 30

v7.1.0

29 Jul 08:54
Compare
Choose a tag to compare

New

  • Support for Nextcloud 30

v7.0.3

05 Jul 08:22
Compare
Choose a tag to compare

Fixed

  • Fix exception in file listener

v7.0.2

04 Jul 09:26
Compare
Choose a tag to compare

Fixed

  • fix(FileListener): Various fixes
  • fix(Classifier): fix unexpected false return value
  • fix(ViewAdmin): Add title prop to text fields

v7.0.2-beta.2

24 Jun 12:01
Compare
Choose a tag to compare
v7.0.2-beta.2 Pre-release
Pre-release

Fixed

  • fix(FileListener)

v7.0.2-beta.1: 7.0.2-beta.1

18 Jun 09:24
Compare
Choose a tag to compare
Pre-release

Fixed

  • fix(FileListener): Clear MountCache before checking access
  • fix(FileListener): Use MountCache and ShareManager and groupfolder manager to get access list
  • fix(FileListener): Listen for ShareAcceptedEvent in addition to ShareCreatedEvent
  • fix(FileListener): Try to remember source file for moves
  • fix(ViewAdmin): Add title prop to text fields

v7.0.0

08 May 13:21
Compare
Choose a tag to compare

Breaking changes

  • Bump required Node.js to v20
  • Drop NC 28 support

Fixed

  • fix(Classify command): make it clear queues and jobs
  • fix(DAV\FacesHome): Don't list empty clusters
  • fix(DAV): Don't make clients load vector data
  • Fix(l10n): Update translations from Transifex
  • fix(FileListener): Listen to file movements across share boundaries
  • fix plsatform check (Thanks to @mr-bryn)
  • Fixed spelling mistake in appinfo/routes.php (Thanks to @asp.nut)
  • fix(InstallDeps): Use ffmpegDir to install ffmpeg