From 6929e18260661cd2d371025fa88c716db53b3541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=C3=A9ngl=C3=B3ng=20M=C7=8E?= <33501679+ChenglongMa@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:14:32 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0da71c9..dcdf610 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ A plugin that does one thing only: **Detect** and **Manage** duplicate items in In this version, we have made the following changes: 1. 🐛 **FIX!**: We have fixed the bug that caused the UI blocked when selecting too many items and opening the context menu. - * Thanks to [zzlb0224](https://github.com/zzlb0224), [pencilheart](https://github.com/pencilheart) and [dschaehi](https://github.com/dschaehi) for reporting this bug in [issue #119](https://github.com/ChenglongMa/zoplicate/issues/94) and [issue #119](https://github.com/ChenglongMa/zoplicate/issues/119) respectively. + * Thanks to [zzlb0224](https://github.com/zzlb0224), [pencilheart](https://github.com/pencilheart) and [dschaehi](https://github.com/dschaehi) for reporting this bug in [issue #94](https://github.com/ChenglongMa/zoplicate/issues/94) and [issue #119](https://github.com/ChenglongMa/zoplicate/issues/119) respectively. 2. 🐛 **FIX!**: We have optimized the plugin lifecycle which may cause the plugin to load multiple preference settings on macOS. * Thanks to [WangYe661](https://github.com/WangYe661) and [pencilheart](https://github.com/pencilheart) for reporting this bug in [issue #81](https://github.com/ChenglongMa/zoplicate/issues/81). 3. 🐛 **FIX!**: We have optimized database operations to reduce the risk of data loss.