diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aca154e..a572b08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +Version 6.7.2 *(2020-06-07)* +---------------------------- + + * Allow sorting items by proper numeric values + * Improve Search, do not reset it at opening a file + * Other translation, stability and UI improvements + Version 6.7.1 *(2020-05-28)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/92.txt b/fastlane/metadata/android/en-US/changelogs/92.txt new file mode 100644 index 00000000..ef195d2f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/92.txt @@ -0,0 +1,3 @@ + * Allow sorting items by proper numeric values + * Improve Search, do not reset it at opening a file + * Other translation, stability and UI improvements