From 1fab0adffe6c99f4fc78dee98419cf9ff0988b47 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 24 Oct 2024 19:53:47 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #89 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa2415..ab964c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Add support for disabling VFS caching per-remote ([Issue #79], [PR #86]) * Add progress details to background upload notification ([Issue #79], [PR #87]) * Increase chance of the post-upload VFS cache directory cleanup finishing before Android stops RSAF ([PR #88]) +* Avoid spawning the background upload monitor service for a split second when closing a read-only file ([PR #89]) ### Version 1.29 @@ -240,3 +241,4 @@ [PR #86]: https://github.com/chenxiaolong/RSAF/pull/86 [PR #87]: https://github.com/chenxiaolong/RSAF/pull/87 [PR #88]: https://github.com/chenxiaolong/RSAF/pull/88 +[PR #89]: https://github.com/chenxiaolong/RSAF/pull/89