Skip to content

Releases: ChenglongMa/zoplicate

Release 3.0.3

12 Jul 08:04
2b435aa
Compare
Choose a tag to compare

What's Changed

In this version, we have made the following changes:

  1. 🐛 FIX!: We have fixed the bug that caused the attachment to be lost when merging duplicate items.
  2. 🐛 FIX!: Zoplicate will now ignore the Feed items when detecting duplicates.
  3. 🐛 FIX!: We have fixed the bug that caused the detection dialog to block the main thread.
  4. 🐛 FIX!: We have fixed the bug that caused the deleted items to be showing in NonDuplicates panel.
  5. 🐛 FIX!: Now, the NonDuplicates panel won't appear when clicking attachment items.
  6. NEW!: We added a prompt to remind the duplicates when Zotero is in the background.

Full Changelog: 3.0.2...3.0.3

Release 3.0.2

20 May 13:55
11b77cc
Compare
Choose a tag to compare

What's Changed

In this version, we have made the following changes:

  1. 🐛 FIX!: We have fixed the progress window icon bug in Zotero 7.0.0-beta.77.
  2. 🧬 CHANGE!: We have updated the style of duplicate detection dialog.
  3. 🧬 CHANGE!: We have updated the icon style in preference pane.
  4. 🧬 CHANGE!: Items with different itemType will not be considered as duplicates.

Full Changelog: 3.0.1...3.0.2

Release 3.0.1

02 May 06:45
e00f897
Compare
Choose a tag to compare

What's Changed

In this version, we have made the following changes:

  1. 🧬 CHANGE!: We have updated the UI of buttons in the duplicate pane.
  2. 🐛 FIX!: We have optimized the performance of duplicate search and detection.

Full Changelog: 3.0.0...3.0.1

Release 3.0.0

28 Apr 03:35
Compare
Choose a tag to compare

Changelog

In this version, we have made the following changes:

  1. 🐛 FIX!: We have fixed a memory leak bug that caused the app to freeze when editing PDF annotations.
  2. 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.
      • menu_not_duplicates
    • You can also find the They are NOT duplicates button in the Duplicate Items panel.
      • button_not_duplicates
    • For more details, please see Non-duplicates section below.
    • Thanks dschaehi for the discussion in issue #25.

Release 2.3.0

18 Mar 13:11
Compare
Choose a tag to compare

What's Changed

In this version, we have made the following changes:

  1. 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.

      Show duplicate count

    • The duplicate count will be updated automatically. You can also find the Refresh Duplicate Count menu to update the count manually.

      Refresh duplicate count

    • Thanks Apollo7777777's idea mentioned in discussion #18

  2. 🐛 FIX!: We have fixed a bug that caused the dialog to be too narrow when the title is short.
  3. 🐛 FIX!: We have fixed a bug that caused the Bulk Merge icons to not maintain aspect ratios.

Release 2.2.0

06 Feb 02:05
Compare
Choose a tag to compare

zotero target version
Version for Zotero 7
Downloads for Zotero 7

Changelog

In this version, we have made the following changes:

  1. NEW!: We have added "Smart" Merge functionality (Only available in Zotero 7 now).
    • When merging duplicate items, the function will fill in the missing information of the retained item with the duplicates.
    • Thanks endfreude's idea mentioned in issue #15.

Release 2.1.0

08 Jan 02:41
Compare
Choose a tag to compare

zotero target version
Version for Zotero 7
Downloads for Zotero 7

Changelog

v2.1.0

In this version, we have made the following changes:

  1. NEW!: We have added the Suspend and Restore functionality.
    • Please see Bulk Merge section below for more details.
  2. 🧬 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.
  3. 🐛 FIX!: We have fixed a bug that caused the tags could not be loaded correctly in v2.0.0.

Release 2.0.0

06 Jan 05:35
Compare
Choose a tag to compare

zotero target version
Version for Zotero 7
Downloads for Zotero 7

Changelog

v2.0.0

In this version, we have made the following changes:

  1. 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.
  2. 🐛 FIX!: We have fixed a bug that caused the dialog height to be too high when importing duplicate items in bulk.
  3. 🐛 FIX!: Now Zotero will auto-select the remained item after merging duplicate items.

Release 1.1.0

16 Dec 15:41
Compare
Choose a tag to compare

zotero target version
Version for Zotero 7
Downloads for Zotero 7

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, 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.

Acknowledgement

Thanks ChinJCheung's idea mentioned in #5.

Release 0.6.1

16 Dec 16:02
Compare
Choose a tag to compare

zotero target version
Version for Zotero 6
Downloads for Zotero 6

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:

  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, 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.

Acknowledgement

Thanks ChinJCheung's idea mentioned in #5.