diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-21 23:34:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 23:34:14 +0530 |
commit | 493e86902277d9e8b7996308aa589013b4418dd6 (patch) | |
tree | a421f91c8fa562a98763c2dd3c495ec3c2b51b8a /CHANGELOG.md | |
parent | 545da8f79bda905a5cad64fcf3012fdcdabf83b0 (diff) |
Remove support for external storage and raise target SDK to 31 (#1863)
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 4142ce74..1c89d1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file. - Using HTTPS without authentication is now fully supported, and no longer asks for a username - Enabling 'Show hidden files and folders' no longer shows Git-related files and folders - XkPasswd password generator has been removed in favor of one backed by [Diceware](https://theworld.com/~reinhold/diceware.html) +- Support for stores outside the hidden app directory has been removed due to technical restrictions, see [this issue](https://msfjarvis.dev/aps/issue/1849) for details. ## [1.13.5] - 2021-07-28 |