From a989c36e5237f59023b52c42a5f1f160642f9bf5 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 29 Nov 2019 09:22:44 +0200 Subject: [PATCH] Update Changelog. --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 2821eba7..7978f5b2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Changelog +## 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)