Releases: etesync/etesync-dav
Releases · etesync/etesync-dav
Version 0.14.2
- Fix "database is locked" errors
Version 0.14.1
- Fix issue with high CPU usage when there's no connection.
Version 0.14.0
- Initialise new accounts and verify encryption keys when adding users
Version 0.13.0
- 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
- 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
- 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
- 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
- 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
- Make it possible to override the etesync database filename from the env.
- Docker: expose web management port
Version 0.8.0
- 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