|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: Vdirsyncer 2.0.0-beta0 release |
| 4 | +date: 2024-08-28 |
| 5 | +categories: blog |
| 6 | +params: |
| 7 | + author: WhyNotHugo |
| 8 | +--- |
| 9 | + |
| 10 | +I've tagged a beta release of the vdirsyncer v2. I believe that most usages that |
| 11 | +can lead to data loss have been properly addressed. By tagging this beta, I |
| 12 | +expect to gather from feedback from usage by others. |
| 13 | + |
| 14 | +As always, please do back up your data, especially during the initial |
| 15 | +configuration. |
| 16 | + |
| 17 | +## Documentation |
| 18 | + |
| 19 | +The biggest flaw right now is a strong lack of documentation. A [migration |
| 20 | +guide] is still available for users of v1, but nothing else. I understand that |
| 21 | +the lack of documentation is the main hindrance for adoption, even for early |
| 22 | +testers, so documentation will be my main focus in the upcoming weeks and the |
| 23 | +main target for the next beta. |
| 24 | + |
| 25 | +[migration guide]: |
| 26 | + https://git.sr.ht/~whynothugo/vdirsyncer-rs/tree/v2.0.0-beta0/item/docs/content/docs/migration-guide.md |
| 27 | + |
| 28 | +# Installation |
| 29 | + |
| 30 | +The current beta needs to be built from source. |
| 31 | + |
| 32 | +```sh |
| 33 | +curl -LO https://git.sr.ht/~whynothugo/vdirsyncer-rs/archive/v2.0.0-beta0.tar.gz |
| 34 | +tar xf v2.0.0-beta0.tar.gz |
| 35 | +cd vdirsyncer-rs-v2.0.0-beta0/ |
| 36 | +make |
| 37 | +doas make install |
| 38 | +``` |
| 39 | + |
| 40 | +# Thanks |
| 41 | + |
| 42 | +I'd like to extend my deep appreciation to NLnet for the grant we have received |
| 43 | +that enabled my to work on vdirsyncer for so many hours. This effort would not |
| 44 | +be possible without them. Thanks! |
| 45 | + |
| 46 | +# Feedback |
| 47 | + |
| 48 | +Please [join us on IRC][contact] if you have feedback or questions. |
| 49 | + |
| 50 | +[contact]: /contact/ |
| 51 | + |
| 52 | +Issues are tracked in [a separate issue tracker][issues], to avoid any confusion |
| 53 | +with existing issues from vdirsyncer v1. |
| 54 | + |
| 55 | +[issues]: https://todo.sr.ht/~whynothugo/vdirsyncer-rs |
0 commit comments