From 3f1a8d8800f3098fc8ddc518ce0ef0f4516a9b25 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 21 Oct 2024 21:49:49 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #85 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c27ee..a09a68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Enable predictive back gestures ([PR #82]) * Make biometric authentication option more robust ([PR #83]) * Fix UI jank when rotating the device due to hiding already-granted permission requests too late ([PR #84]) +* Sort remote types by description when adding a new remote to match the rclone CLI ([PR #85]) ### Version 1.29 @@ -231,3 +232,4 @@ [PR #82]: https://github.com/chenxiaolong/RSAF/pull/82 [PR #83]: https://github.com/chenxiaolong/RSAF/pull/83 [PR #84]: https://github.com/chenxiaolong/RSAF/pull/84 +[PR #85]: https://github.com/chenxiaolong/RSAF/pull/85