Skip to content

Commit

Permalink
Release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongMa committed May 20, 2024
1 parent 842e08a commit 80185b2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,35 @@ A plugin that does one thing only: **Detect** and **Manage** duplicate items in
# Changelog

## v3.0.1
## v3.0.2

<details markdown="1" open>
<summary><i>Click here to show more.</i></summary>

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.

</details>

## v3.0.1

<details markdown="1">
<summary><i>Click here to show more.</i></summary>

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.

</details>

## v3.0.0

<details markdown="1" open>
<details markdown="1">
<summary><i>Click here to show more.</i></summary>

In this version, we have made the following changes:
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": "3.0.1",
"version": "3.0.2",
"description": "Detect and manage duplicate items in Zotero.",
"config": {
"addonName": "Zoplicate",
Expand Down
2 changes: 1 addition & 1 deletion update-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"zoplicate@chenglongma.com": {
"updates": [
{
"version": "3.0.1",
"version": "3.0.2",
"update_link": "https://github.com/ChenglongMa/zoplicate/releases/latest/download/zoplicate.xpi",
"applications": {
"zotero": {
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 @@
"zoplicate@chenglongma.com": {
"updates": [
{
"version": "3.0.1",
"version": "3.0.2",
"update_link": "https://github.com/ChenglongMa/zoplicate/releases/latest/download/zoplicate.xpi",
"applications": {
"zotero": {
Expand Down

0 comments on commit 80185b2

Please sign in to comment.