From 03c7e09b97063e2a5c3086aa5248245a278ca031 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 11 Feb 2021 04:29:38 +0100 Subject: [PATCH] Update readme for release --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97dd330..c6dfd71 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ important features: * Delete account from the web * Reset password from the web (similar to reset inside the client) -Current state is the state as-used by the Pale Moon Sync service, which is v0.15. +Current state is the state as-used by the Pale Moon Sync service, which is v0.16. If you wish to help complete the missing features, please feel free to clone this repository and make the necessary edits -- kindly submit a pull request after you've tested your changes so it can be merged @@ -23,6 +23,12 @@ back in and improve this software! Release notes: +FSyncMS v0.16 +====== + +- Implemented caching for quota totals calculation (#10), dramatically reducing userland CPU. +- Switched off Quota logging (should only be enabled if necessary) + FSyncMS v0.15 ======