Skip to content

Releases: nextcloud/recognize

v2.0.0

16 May 10:06
Compare
Choose a tag to compare

Changed

  • Drop support for php v7.3
  • Drop support for Nextcloud v20 and v21

New

  • Support Nextcloud 24
  • ViewAdmin: Add status indicators for image and audio recognition
  • info.xml: Add instruction about post-install steps

Fixed

  • FileFinder: Fail graciously when storage is not available
  • FileFinder: Only check original owner for shares
  • ViewAdmin: Clarify node path setting description
  • ViewAdmin: Add examples for each tagging setting
  • ViewAdmin: Update Note about background job interval
  • InstallDeps: Fix ffmpeg
  • Settings: Allow enabling geo tagging
  • Fine-tune musicnn

v1.12.0

15 Apr 20:31
Compare
Choose a tag to compare

New

  • Implement GeoClassifier
  • Add newly trained musicnn model
  • Admin settings: Add system check for WASM mode
  • InstallDeps: Add check for AVX
  • FileFinderService: Add more debug output

Fixed

  • InstallDeps: Don't enable WASM mode when installation failed
  • CLI: Don't call the classifiers with all files in one go
  • Fix encoding errors in tags
  • Smarter way to detect cpu architecture
  • Don't leak exec errors on installation

v1.11.0 - musltoff

09 Feb 12:29
Compare
Choose a tag to compare

New

  • Streamline model download
  • Add support for musl/Alpine Linux (#145)

Fix

  • Ignore non-owner images (Thanks to jim)

v1.10.0

27 Jan 12:45
Compare
Choose a tag to compare

New

  • Landmarks: Add 'landmark' tag to all landmarks
  • Implement commands: cleanup-tags & reset-tags

Fixed

  • Fix classifier_faces
  • Clarify debug message
  • classifier_landmarks: Don't run landmarks models on 'landscape' images to weed out false positives
  • classifier_landmarks: Increase threshold to 0.9 to weed out false positives

v1.9.0

16 Jan 20:59
Compare
Choose a tag to compare

New

  • Allow setting amount of used cores
  • Speed up image classification models in pureJS mode by using WASM
  • InstallDeps: Automatically enable pureJS on ARM
  • Implement landmarks

Fixed

  • Reduce Background job batch size in pureJS mode
  • imagenet: Try to improve recognition of historic architecture
  • imagenet: Don't ignore volcano

v1.8.0

31 Dec 16:06
Compare
Choose a tag to compare

New

  • Implement Logger proxy and copy logs to cli

Fixed

  • Lint: Run php-cs-fixer
  • Refactor: Move classifier classes out of Service folder
  • check faces-classify enabled earlier (thanks @bonswouar)
  • fix #121 empty contact photo (thanks @bonswouar)
  • Fix Classifier timeouts: Add constant time to account for model download

v1.7.0

13 Dec 15:19
Compare
Choose a tag to compare

New

  • Update node.js version
  • Set upper limit for image file size
  • Support Nextcloud 23
  • New logo and cover art
  • Music genre recognition

Fixed

  • Fix ViewAdmin API URLs
  • higher timeout values
  • fix default checkboxes

v1.7.0-beta.1

24 Oct 11:04
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.10...v1.7.0-beta.1

v1.6.10

10 Sep 09:49
Compare
Choose a tag to compare

Fixed

  • Fixed node-pre-gyp execution

v1.6.9

09 Sep 08:10
Compare
Choose a tag to compare

Fixed

  • Fixed binary permissions