File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : pimsync v0.4.1 release notes
4+ date : 2025-02-24
5+ categories : blog
6+ params :
7+ author : WhyNotHugo
8+ ---
9+
10+ I have recently [ tagged a v0.4.1 release] [ tag ] of ` pimsync ` .
11+
12+ [ tag ] : https://git.sr.ht/~whynothugo/pimsync/refs/v0.4.1
13+
14+ I first tagged v0.4.0, but quickly noticed that ` Makefile ` had a bug where
15+ trying to compile pimsync tried to build the entire documentation website. This
16+ last process has a few extra dependencies, and most people don't want the
17+ website, just the program itself. v0.4.1 amends this issue, but is otherwise
18+ identical to v0.4.0.
19+
20+ From the [ changelog] [ changelog ] for v0.4.0:
21+
22+ [ changelog ] : https://git.sr.ht/~whynothugo/pimsync/tree/v0.4.1/item/CHANGELOG.md
23+
24+ > - Implement a new ` on_delete ` directive to protect collections from deletion.
25+ > - Normalise timezone order when comparing items. This reduces false positive
26+ > comparisons and conflicts when servers automatically re-order timezone
27+ > components.
28+ > - When warning about emptied collections, clarify which storage was empty.
29+ > - Fix crash if a previous execution left behind an sqlite journal file.
30+ > - Perform a few operations (including initialisation and discovery)
31+ > concurrently, improving start-up times and plan times.
32+ > - Improve the conflict resolution UI.
33+ > - Implement a sphinx-based website, published via CI.
34+
35+ A more complete documentation website is now available at
36+ < https://pimsync.whynothugo.nl/ > .
You can’t perform that action at this time.
0 commit comments