From 7696e1fd0bb4a1f313fba39f63db8bfffe01bf16 Mon Sep 17 00:00:00 2001 From: ChenglongMa Date: Tue, 19 Mar 2024 00:04:51 +1100 Subject: [PATCH] Release v2.3.0 --- README.md | 37 ++++++++++++++++++++++++++++++++++++- update-beta.json | 2 +- update.json | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6c5812..596379d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,27 @@ Starting from **Version 2.0.0**, the plugin will support **Bulk Merge** function # Changelog +## v2.3.0 + +
+ Click here to show more. + +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](docs/show-duplicate-count.png) + * The duplicate count will be updated automatically. You can also find the Refresh Duplicate Count menu to update the count manually. + + ![Refresh duplicate count](docs/refresh-duplicate-count.png) + * Thanks [Apollo7777777](https://github.com/Apollo7777777)'s idea mentioned in [discussion #18](https://github.com/ChenglongMa/zoplicate/discussions/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. + +
+ ## v2.2.0
@@ -128,7 +149,7 @@ Thanks [ChinJCheung](https://github.com/ChinJCheung)'s idea mentioned in [issue In Zotero, click `Edit` -> `Settings`, go to `Zoplicate` tab, and you will see the settings. -![zoplicate settings](docs/new-settings.png) +![zoplicate settings](docs/settings_2.3.0.png) 1. You can select the actions you want to take when duplicate items are detected. * `Always Ask` is the default option if you have not changed the settings. @@ -204,6 +225,20 @@ A dialog will pop up to confirm your action: > 1. Select the duplicate items you want to restore. > 2. Click Restore to Library button to process. +## Show Duplicate Statistics + +Starting from **Version 2.3.0**, 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](#settings). + +When your mouse hovers over the Duplicate Items entry, a tooltip will show the duplicate statistics. + +![Show duplicate count](docs/show-duplicate-count.png) + +The duplicate count will be updated automatically. You can also find the Refresh Duplicate Count menu to update the count manually. + +![Refresh duplicate count](docs/refresh-duplicate-count.png) + # Contributing 👋 Welcome to **Zoplicate**! We're excited to have your contributions. Here's how you can get involved: diff --git a/update-beta.json b/update-beta.json index 43c318d..c574b98 100644 --- a/update-beta.json +++ b/update-beta.json @@ -3,7 +3,7 @@ "zoplicate@chenglongma.com": { "updates": [ { - "version": "2.2.0", + "version": "2.3.0", "update_link": "https://github.com/ChenglongMa/zoplicate/releases/latest/download/zoplicate.xpi", "applications": { "zotero": { diff --git a/update.json b/update.json index 43c318d..c574b98 100644 --- a/update.json +++ b/update.json @@ -3,7 +3,7 @@ "zoplicate@chenglongma.com": { "updates": [ { - "version": "2.2.0", + "version": "2.3.0", "update_link": "https://github.com/ChenglongMa/zoplicate/releases/latest/download/zoplicate.xpi", "applications": { "zotero": {