diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-10-23 10:59:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 07:29:42 +0200 |
commit | c513722a304bc5a1a5911a92e3ee44e69a8fc420 (patch) | |
tree | cea84d1f408b13d9a3b417cab68d6a4d27e3090d /CHANGELOG.md | |
parent | 4a9151870d8e5196248b2abc09df8fbb1593c265 (diff) |
Rollback automatic synchronization feature (#1165)
* Revert "Add option to automatically sync repository on app launch (#1137)"
Fixes #1163
This reverts commit 92f1aab25da12411aa256c3b763e0cb6182e9320.
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* CHANGELOG: add entry for auto sync rollback
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 880db063..d8b1cbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Changed - Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation. +- The newly added automatic synchronisation feature has been rolled back due to multiple issues with its implementation. ## [1.13.0] - 2020-10-22 |