diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ec7a00..d945e6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========== +Version 6.8.5 *(2021-01-26)* +---------------------------- + + * Allow toggling filename visibility at the grid view + * Animate column count changes at the grid view + * Delete empty folders after move + * Do not show Root as an available storage option on not rooted devices + * If only one storage is available, select it automatically + * Many other UX and translation improvements + Version 6.8.4 *(2021-01-16)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/100.txt b/fastlane/metadata/android/en-US/changelogs/100.txt new file mode 100644 index 00000000..8ec67a60 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/100.txt @@ -0,0 +1,6 @@ + * Allow toggling filename visibility at the grid view + * Animate column count changes at the grid view + * Delete empty folders after move + * Do not show Root as an available storage option on not rooted devices + * If only one storage is available, select it automatically + * Many other UX and translation improvements