Skip to content

Releases: etesync/etesync-dav

Version 0.20.1

09 Aug 09:27
v0.20.1
Compare
Choose a tag to compare
  • Added travis CI for CI/CD
  • Improve SSL message on Windows
  • Update etesync dep

Version 0.20.0

12 Jul 13:43
v0.20.0
Compare
Choose a tag to compare
  • Windows: add an easy way to generate an SSL certificate (just like on the mac)

Version 0.19.0

12 Jul 07:12
v0.19.0
Compare
Choose a tag to compare
  • Sync: change the sync back to being synchronous instead of async.
  • Change default collection names from Default to something descriptive
  • Add socks SOCKS proxy support

Version 0.18.1

08 Jun 11:12
v0.18.1
Compare
Choose a tag to compare
  • Fix sync issues (regression in 0.18.0)
  • Fix database is locked errors that were showing in some cases
  • Open the default web browser to the web UI on first run

Version 0.18.0

03 Jun 07:22
v0.18.0
Compare
Choose a tag to compare
  • Update Radicale to 3.0.0 and adjust the code accordingly
  • Add a way to shutdown etesync-dav from the web UI
  • Prevent Radicale from loading the default config (and confuse etesync-dav)
  • Fix error message for wrong encryption passwords
  • Make it possible to bind to multiple hosts + bind to both ipv4 and 6 by default

Important: some people are experiencing issues with this version that they didn't experience with 0.17.1. If you are experiencing issues with this version please downgrade to 0.17.1 or upgrade to 0.18.1 (will be released shorty).

Version 0.17.1

28 May 13:20
v0.17.1
Compare
Choose a tag to compare
  • Fix address book collections reporting they are also CalDAV collections

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