Releases: etesync/etesync-dav
Releases · etesync/etesync-dav
Version 0.20.1
- Added travis CI for CI/CD
- Improve SSL message on Windows
- Update etesync dep
Version 0.20.0
- Windows: add an easy way to generate an SSL certificate (just like on the mac)
Version 0.19.0
- 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
- 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
- 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
- Fix address book collections reporting they are also CalDAV collections
Version 0.17.0
- Web UI: correctly redirect using https when ssl is on.
- Add application icon to macOS and Windows binaries
Version 0.16.0
- 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
- Update pyetesync version to fix database locking issue
Version 0.15.0
- 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