Skip to content

Commit

Permalink
Add thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLereverend committed May 8, 2021
1 parent d222547 commit 972c611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## 0.0.7
## 0.0.7 Big thanks to @chrros95

- Added DB back-end to store detected duplicates.
- Added event based duplicate detection.

## 0.0.6

* Fix regression : only admins could get their duplicates file
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ You can either use the command or the cron job to do a full scan.
Each time a new file is uploaded or a file is changed the app automatically checks if a duplicate of this file exists.

## Usage

Beginning with version 0.0.7 the detection of duplicates has changed. If you're updating from an older version you don't have to do anything special.
There are there are three possible ways duplicates can be detected.
1. Event-based-detection
Expand Down Expand Up @@ -41,3 +42,7 @@ If you increase the verbosity of the occ command, the shows a little bit more wh
## Preview

![Preview of the GUI](https://raw.githubusercontent.com/PaulLereverend/NextcloudDuplicateFinder/master/img/preview.png)

## Special thanks

Big thanks to @chrros95

0 comments on commit 972c611

Please sign in to comment.