Skip to content

Releases: etesync/etesync-dav

Version 0.14.2

28 Jan 11:01
v0.14.2
Compare
Choose a tag to compare
  • Fix "database is locked" errors

Version 0.14.1

15 Jan 10:39
v0.14.1
Compare
Choose a tag to compare
  • Fix issue with high CPU usage when there's no connection.

Version 0.14.0

23 Dec 08:29
v0.14.0
Compare
Choose a tag to compare
  • Initialise new accounts and verify encryption keys when adding users

Version 0.13.0

29 Nov 07:37
v0.13.0
Compare
Choose a tag to compare
  • Significantly improve sync speed by changing the transaction locking mechanism
  • Sync on client requests even if sync period hasn't passed (but only if two minutes have passed)
  • Add support for contact PHOTOS
  • Webui: add a version string to the UI so it's easier for people to know what version they are running.

Version 0.12.0

18 Nov 12:06
v0.12.0
Compare
Choose a tag to compare
  • Sync with etesync periodically: makes it much more responsive and fixes timeout issues
  • Webui: respect the ETESYNC_LISTEN_ADDRESS env var (fixes web ui access from docker)

Version 0.11.0

27 Aug 16:29
v0.11.0
Compare
Choose a tag to compare
  • Transparently transform vCard 4.0 to 3.0 which should fix sync on macOS (which doesn't support 4.0)
  • Webui: fix links to journals when SSL is enabled

Version 0.10.0

23 Aug 16:32
v0.10.0
Compare
Choose a tag to compare
  • Webui: fix empty journal list when just adding an account.
  • Add ETESYNC_DAV_URL to be able to override the DAV url from the environment.

Version 0.9.1

27 Jul 08:36
v0.9.1
Compare
Choose a tag to compare
  • Fix pip setup.
  • Move certgen into the main script (and generated binaries)
  • Simplify and fixed issues with certgen
  • Automatically use SSL if certificate and key exist.
  • macOS: add a warning in the webui when missing SSL and add a button to set it up.

Version 0.8.1

21 Jul 08:36
v0.8.1
Compare
Choose a tag to compare
  • Make it possible to override the etesync database filename from the env.
  • Docker: expose web management port

Version 0.8.0

20 Jul 22:43
v0.8.0
Compare
Choose a tag to compare
  • UI: add a web UI to manage etesync-dav
  • Get rid of the need for radicale.conf (pass the needed settings directly)
  • Move the radicale_storage_etesync module into the etesync_dav module