Skip to content

Releases: kdeldycke/mail-deduplicate

v5.0.0

05 Oct 16:47
58b07fb
Compare
Choose a tag to compare

🐍 Available on
PyPi
.

Changelog:

v4.0.0

02 Oct 05:57
37ae249
Compare
Choose a tag to compare

🐍 Available on PyPi.

This release is the second phase of a huge rewrite of the project (the first phase being v3.0.0).

The python module has been properly repackaged and lots of CI/CD automation has been added to improve the overall quality of code and ease contributions.

The CLI is supposed to work but unittests are still failing. They'll be fixed in upcoming release from the 4.x series.

v3.0.0

02 Oct 05:59
395291b
Compare
Choose a tag to compare

🐍 Available on PyPi.

⚠️ As of v3.0.0, the project has been renamed to Mail Deduplicate.

This version is supposed to be a short-lived transitional breaking release to reserve the project name on all platforms. It also merges a big outstanding PR stalled from the past 3 years which refactor the core of the CLI to support mboxes, in addition to maildirs (hence the rename).

Because I was time-constrained I choose to compromise on quality and have it out as fast as possible. The plan is to fix all remaining issues in v4.0.0.

Python 2.x is no longer supported, but I did not properly remove it in this release. You may encounter some inconsistencies in this release.

Anyway: everything is now settled on that front since v4.0.0 has been released.

v2.2.0

02 Oct 06:13
8e5a592
Compare
Choose a tag to compare

⚠️ This is the last version of the project under the name Maildir Deduplicate (a.k.a. maildir-deduplicate). As of v3.0.0, the project is known as Mail Deduplicate.

It merges all outstanding PRs stalled from the last 3 years.