Skip to content

Commit

Permalink
Update version code and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed May 19, 2022
1 parent f3a2130 commit 33ca29d
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android
targetSdkVersion 30

// Versioning
versionCode 50
versionName "v6.2.2"
versionCode 51
versionName "v6.3.0"
}

// Build types always include debug (hidden by default)
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/assets/changelog-en/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v6.3.0 (51) - 19/05/2022
NEW THINGS
- Double-tap gesture to open app (@qguv)
- Add to folder by long click (@comradekingu)
- Option to hide folder names (@Yasen6275)
- Ukrainian translation by Maksym Bilak
IMPROVEMENTS
- Gestures can now open folders (@n-ce)
- More icon packs supported (@n-ce)
- Internal optimizations
CORRECTIONS
- Very long message after import
- Folder deleted when emptied
- Folder icons when sorting favorites (@xi7)
14 changes: 14 additions & 0 deletions app/src/main/assets/changelog-fr/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v6.3.0 (51) - 19/05/2022
NOUVEAUTÉS
- Double-clic pour ouvrir appli (@qguv)
- Clic long pour ajout dossier (@comradekingu)
- Option masquer noms dossiers (@Yasen6275)
- Traduction Ukrainienne par Maksym Bilak
AMÉLIORATIONS
- Gestes peuvent ouvrir dossiers (@n-ce)
- Plus de packs d'icônes supportés (@n-ce)
- Optimisations internes
CORRECTIONS
- Message très long après l'import
- Dossier supprimé si vidé
- Icônes du trieur de favoris (@xi7)
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings_help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Trouvez n\'importe quelle application depuis l\'icône de recherche. Elle peut aussi être mise dans les favoris pour être disponible
depuis la notification, ou cachée.
\n
\nAppuyez sur \"Entrée\" pour ouvrir la premier résultat de recherche.
\nAppuyez sur \"Entrée\" pour ouvrir le premier résultat de recherche.
</string>

<!-- Changelog (the string "changelog_folder" must be "changelog-en" or "changelog-fr") -->
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v6.3.0 (51) - 19/05/2022
NEW THINGS
- Double-tap gesture to open app (@qguv)
- Add to folder by long click (@comradekingu)
- Option to hide folder names (@Yasen6275)
- Ukrainian translation by Maksym Bilak
IMPROVEMENTS
- Gestures can now open folders (@n-ce)
- More icon packs supported (@n-ce)
- Internal optimizations
CORRECTIONS
- Very long message after import
- Folder deleted when emptied
- Folder icons when sorting favorites (@xi7)
14 changes: 14 additions & 0 deletions fastlane/metadata/android/fr/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v6.3.0 (51) - 19/05/2022
NOUVEAUTÉS
- Double-clic pour ouvrir appli (@qguv)
- Clic long pour ajout dossier (@comradekingu)
- Option masquer noms dossiers (@Yasen6275)
- Traduction Ukrainienne par Maksym Bilak
AMÉLIORATIONS
- Gestes peuvent ouvrir dossiers (@n-ce)
- Plus de packs d'icônes supportés (@n-ce)
- Optimisations internes
CORRECTIONS
- Message très long après l'import
- Dossier supprimé si vidé
- Icônes du trieur de favoris (@xi7)

0 comments on commit 33ca29d

Please sign in to comment.