I have recently tagged a v0.4.1 release of pimsync
.
I first tagged v0.4.0, but quickly noticed that Makefile
had a bug where
trying to compile pimsync tried to build the entire documentation website. This
last process has a few extra dependencies, and most people don’t want the
website, just the program itself. v0.4.1 amends this issue, but is otherwise
identical to v0.4.0.
From the changelog for v0.4.0:
- Implement a new
on_delete
directive to protect collections from deletion.- Normalise timezone order when comparing items. This reduces false positive comparisons and conflicts when servers automatically re-order timezone components.
- When warning about emptied collections, clarify which storage was empty.
- Fix crash if a previous execution left behind an sqlite journal file.
- Perform a few operations (including initialisation and discovery) concurrently, improving start-up times and plan times.
- Improve the conflict resolution UI.
- Implement a sphinx-based website, published via CI.
A more complete documentation website is now available at https://pimsync.whynothugo.nl/.