diff --git a/app/build.gradle b/app/build.gradle index 38f2138b..e0f038c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android targetSdkVersion var_compile_sdk // Versioning - versionCode 63 - versionName "v7.4.1" + versionCode 64 + versionName "v7.5.0" } // Build types always include debug (hidden by default) diff --git a/app/src/main/assets/changelog-en/64.txt b/app/src/main/assets/changelog-en/64.txt new file mode 100644 index 00000000..1886e062 --- /dev/null +++ b/app/src/main/assets/changelog-en/64.txt @@ -0,0 +1,10 @@ +v7.5.0 (64) - 27/03/2024 +NEW THINGS + - Allow icon packs to change folder icon (@kaanelloed, @Donnnno) +IMPROVEMENTS + - Limit search input length (@comradekingu) + - Interactive clock tap detection (@AdalynBlack) + - Move touch targets option upwards (@bmivzkrp) +CORRECTIONS + - Possible crash at export/import (@lesar8) + - Possible crash if app not found (@AdalynBlack) diff --git a/app/src/main/assets/changelog-fr/64.txt b/app/src/main/assets/changelog-fr/64.txt new file mode 100644 index 00000000..6cc0bf27 --- /dev/null +++ b/app/src/main/assets/changelog-fr/64.txt @@ -0,0 +1,10 @@ +v7.5.0 (64) - 27/03/2024 +NOUVEAUTÉS + - Permettre aux packs d'icônes de changer l'icône des dossiers (@kaanelloed, @Donnnno) +AMÉLIORATIONS + - Limitation taille recherche (@comradekingu) + - Clic sur l'horloge interactive (@AdalynBlack) + - Options cibles de clic plus haute (@bmivzkrp) +CORRECTIONS + - Possible crash à l'export/import (@lesar8) + - Possible crash app introuvable (@AdalynBlack) diff --git a/fastlane/metadata/android/en-US/changelogs/64.txt b/fastlane/metadata/android/en-US/changelogs/64.txt new file mode 100644 index 00000000..1886e062 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/64.txt @@ -0,0 +1,10 @@ +v7.5.0 (64) - 27/03/2024 +NEW THINGS + - Allow icon packs to change folder icon (@kaanelloed, @Donnnno) +IMPROVEMENTS + - Limit search input length (@comradekingu) + - Interactive clock tap detection (@AdalynBlack) + - Move touch targets option upwards (@bmivzkrp) +CORRECTIONS + - Possible crash at export/import (@lesar8) + - Possible crash if app not found (@AdalynBlack) diff --git a/fastlane/metadata/android/fr/changelogs/64.txt b/fastlane/metadata/android/fr/changelogs/64.txt new file mode 100644 index 00000000..6cc0bf27 --- /dev/null +++ b/fastlane/metadata/android/fr/changelogs/64.txt @@ -0,0 +1,10 @@ +v7.5.0 (64) - 27/03/2024 +NOUVEAUTÉS + - Permettre aux packs d'icônes de changer l'icône des dossiers (@kaanelloed, @Donnnno) +AMÉLIORATIONS + - Limitation taille recherche (@comradekingu) + - Clic sur l'horloge interactive (@AdalynBlack) + - Options cibles de clic plus haute (@bmivzkrp) +CORRECTIONS + - Possible crash à l'export/import (@lesar8) + - Possible crash app introuvable (@AdalynBlack)