Skip to content

Releases: etesync/etesync-dav

Version 0.17.0

11 May 13:34
v0.17.0
Compare
Choose a tag to compare
  • Web UI: correctly redirect using https when ssl is on.
  • Add application icon to macOS and Windows binaries

Version 0.16.0

28 Mar 08:50
v0.16.0
Compare
Choose a tag to compare
  • Update pyetesync version to improve sync time and set the user agent when making requests.

Note: Windows binaries have been re-uploaded as the wrong binary was previously uploaded.

Version 0.15.1

13 Mar 09:01
v0.15.1
Compare
Choose a tag to compare
  • Update pyetesync version to fix database locking issue

Version 0.15.0

06 Mar 17:44
v0.15.0
Compare
Choose a tag to compare
  • Webui: move it under /.web instead of a separate thread + port.
  • Make permissions to config dir more restrictive.
  • Move the app's data to user_data_dir from user_config_dir

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