diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-03 01:25:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 01:25:34 +0530 |
commit | 318aeae50072d575c975bbf1f708d526c41adc20 (patch) | |
tree | 794dd596f67e14956b0cf8351f151121db723fca /CHANGELOG.md | |
parent | 4694c5ac8575a7e85e6b950eaed99049719b6151 (diff) |
Rework clear clipboard feature (#1295)
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 1a34ae3b..7a8a7c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. - Pressing the back button in the navigation bar and the one in the toolbar behaved differently - Editing a password allowed accidentally overwriting an existing one - App shortcuts would never update once the first 4 were set +- Clipboard history now attempts to flush through 35 times rather than 20 to combat increased clipboard history item count in Samsung devices ### Changed |