Release 1.1.0 #6
ChenglongMa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
Trashmethod to process duplicate items, i.e., delete the duplicate items.However, this method will cause the loss of some information of the duplicate items.
In this version, we use the
Mergemethod to process duplicate items.This method will copy all the aforementioned information to the retained item, and then delete the duplicate items.
Mergemethod will copy the file link of the duplicate items to the retained item.Acknowledgement
Thanks ChinJCheung's idea mentioned in #5.
This discussion was created from the release Release 1.1.0.
All reactions