Releases: ChenglongMa/zoplicate
Release 3.0.3
What's Changed
In this version, we have made the following changes:
- 🐛 FIX!: We have fixed the bug that caused the attachment to be lost when merging duplicate items.
- Thanks to tommyhosman for reporting this bug in issue #43.
- Thanks to csdaboluo for reporting this bug in issue #51.
- 🐛 FIX!: Zoplicate will now ignore the Feed items when detecting duplicates.
- Thanks to Raphael-Hao for reporting this bug in issue #54.
- 🐛 FIX!: We have fixed the bug that caused the detection dialog to block the main thread.
- 🐛 FIX!: We have fixed the bug that caused the deleted items to be showing in NonDuplicates panel.
- 🐛 FIX!: Now, the NonDuplicates panel won't appear when clicking attachment items.
- ✨ NEW!: We added a prompt to remind the duplicates when Zotero is in the background.
- Release v3.0.3 by @ChenglongMa in #66
- Release v3.0.3 by @ChenglongMa in #67
Full Changelog: 3.0.2...3.0.3
Release 3.0.2
What's Changed
In this version, we have made the following changes:
- 🐛 FIX!: We have fixed the progress window icon bug in Zotero 7.0.0-beta.77.
- 🧬 CHANGE!: We have updated the style of duplicate detection dialog.
- 🧬 CHANGE!: We have updated the icon style in preference pane.
- 🧬 CHANGE!: Items with different
itemType
will not be considered as duplicates.
- Fix dialog bug by @ChenglongMa in #40
Full Changelog: 3.0.1...3.0.2
Release 3.0.1
What's Changed
In this version, we have made the following changes:
- 🧬 CHANGE!: We have updated the UI of buttons in the duplicate pane.
- 🐛 FIX!: We have optimized the performance of duplicate search and detection.
- Release v3.0.1 by @ChenglongMa in #34
Full Changelog: 3.0.0...3.0.1
Release 3.0.0
Changelog
In this version, we have made the following changes:
- 🐛 FIX!: We have fixed a memory leak bug that caused the app to freeze when editing PDF annotations.
- Thanks vancleve and pencilheart for reporting this bug in issue #30 and issue #31 respectively.
- ✨ NEW!: We have added the Non-duplicates functionality.
- You can mark items as Non-duplicates when they are mistakenly identified as "duplicates" by Zotero.
- Selecting two "false duplicates", you can find the
They are NOT duplicates
menu items in the context menu. - You can also find the
They are NOT duplicates
button in theDuplicate Items
panel. - For more details, please see Non-duplicates section below.
- Thanks dschaehi for the discussion in issue #25.
Release 2.3.0
What's Changed
In this version, we have made the following changes:
- ✨ NEW!: We have added an option to show the duplicate count on the left collection pane.
-
You can find the option in the
Zoplicate
tab in the settings. -
When your mouse hovers over the Duplicate Items entry, a tooltip will show the duplicate statistics.
-
The duplicate count will be updated automatically. You can also find the Refresh Duplicate Count menu to update the count manually.
-
Thanks Apollo7777777's idea mentioned in discussion #18
-
- 🐛 FIX!: We have fixed a bug that caused the dialog to be too narrow when the title is short.
- 🐛 FIX!: We have fixed a bug that caused the
Bulk Merge
icons to not maintain aspect ratios.
Release 2.2.0
Changelog
In this version, we have made the following changes:
Release 2.1.0
Changelog
v2.1.0
In this version, we have made the following changes:
- ✨ NEW!: We have added the Suspend and Restore functionality.
- Please see Bulk Merge section below for more details.
- 🧬 CHANGE!: We have changed the behavior of Keep Others action.
- Previously, the Keep Others action will delete the last imported item and save ALL the rest existing items.
- Now, the action will Merge the existing items based on the Master Item preferences in Settings.
- 🐛 FIX!: We have fixed a bug that caused the tags could not be loaded correctly in v2.0.0.
- Thanks ChinJCheung for reporting this bug in issue #10.
Release 2.0.0
Changelog
v2.0.0
In this version, we have made the following changes:
- ✨ NEW!: We have added the Bulk Merge functionality.
- Bulk Merge: Merge all duplicate items in the library automatically.
- You can find the Bulk Merge button in the
Duplicate Items
panel. - Please see Bulk Merge section below for more details.
- Thanks csdaboluo's idea mentioned in issue #8.
- 🐛 FIX!: We have fixed a bug that caused the dialog height to be too high when importing duplicate items in bulk.
- 🐛 FIX!: Now Zotero will auto-select the remained item after merging duplicate items.
- Thanks pencilheart's report in issue #7.
Release 1.1.0
Changelog
v1.1.0
In this version, we have made the following changes:
-
🧬 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, 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.
Acknowledgement
Thanks ChinJCheung's idea mentioned in #5.
Release 0.6.1
Please download the .xpi
file from https://github.com/ChenglongMa/zoplicate/releases/download/zotero6/zoplicate.xpi
and install it following this document.
Changelog
v0.6.1
In this version, we have made the following changes:
-
🧬 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, 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.
Acknowledgement
Thanks ChinJCheung's idea mentioned in #5.