Skip to content

Commit

Permalink
Update README and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongMa committed Dec 16, 2023
1 parent b88ed87 commit d43269c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,31 @@ The actions you can take are:
3. **Keep All**: Keep both the new item and the existing item.
4. **Merge Manually**: Go to Duplicate Panel and merge the duplicate item manually.

**NOTE**: We use the same method as Zotero to *detect* and *merge* duplicate items.
See [Zotero Documentation - Duplicate Detection](https://www.zotero.org/support/duplicate_detection) for more details.

*If you find this project helpful, please consider [giving it a star](https://github.com/ChenglongMa/zoplicate)* ⭐. *It would be a great encouragement for me!*

# Changelog

## v1.1.0

In this version, we have made the following changes:

1. 🧬 **CHANGE!**: We change the processing method of duplicate items.

Previously, we use the `Trash` method to process duplicate items, i.e., delete the duplicate items.
However, this method will cause the loss of some information of the duplicate items.
* E.g., **notes**, **tags**, **collections**, **attachments**.

In this version, we use the `Merge` method to process duplicate items.
This method will copy all the aforementioned information to the retained item, and then delete the duplicate items.
* **NOTE**: If you are using [ZotFile](http://zotfile.com/), the `Merge` method will copy the **file link** of the duplicate items to the retained item.
* However, users relying on Zotero's default attachment storage may encounter duplication issues if the newly imported item contains attachments.
* This is a known potential problem in Zotero, as detailed in [Zotero Documentation - Duplicate Detection](https://www.zotero.org/support/duplicate_detection).



# Install

1. Download `.xpi` file according to the version of Zotero you are using.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoplicate",
"version": "1.0.0",
"version": "1.1.0",
"description": "Detect and manage duplicate items in Zotero.",
"config": {
"addonName": "Zoplicate",
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[email protected]": {
"updates": [
{
"version": "1.0.0",
"version": "1.1.0",
"update_link": "https://github.com/ChenglongMa/zoplicate/releases/latest/download/zoplicate.xpi",
"applications": {
"zotero": {
Expand Down

0 comments on commit d43269c

Please sign in to comment.