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 Mar 30, 2022
1 parent de25911 commit 601442d
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 6 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 47
versionName "v6.1.0"
versionCode 48
versionName "v6.2.0"
}

// Build types always include debug (hidden by default)
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/changelog-en/47.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v6.1.0 (47) - 05/03/2022
IMPROVEMENTS
- Folders on bottom if reversed (@comradekingu)
- Search on bottom if reversed (@comradekingu)
- Folders at bottom if reversed (@comradekingu)
- Search at bottom if reversed (@comradekingu)
- Expanded touch target areas (@DumarcMills)
- Reversed interface setting a bit higher
9 changes: 9 additions & 0 deletions app/src/main/assets/changelog-en/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v6.2.0 (48) - 30/03/2022
IMPROVEMENTS
- Appearance of folders (@comradekingu)
- Appearance of Search (@comradekingu)
- More efficient Search (@comradekingu)
- Enter opens 1st search result (@xi7)
- Import process
CORRECTIONS
- Old background color not imported
9 changes: 9 additions & 0 deletions app/src/main/assets/changelog-fr/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v6.2.0 (48) - 30/03/2022
AMÉLIORATIONS
- Apparence des dossiers (@comradekingu)
- Apparence de la recherche (@comradekingu)
- Recherche plus efficace (@comradekingu)
- Entrée ouvre le 1er résultat (@xi7)
- Processus d'import
CORRECTIONS
- Ancienne couleur de fond non importée
4 changes: 2 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v6.1.0 (47) - 05/03/2022
IMPROVEMENTS
- Folders on bottom if reversed (@comradekingu)
- Search on bottom if reversed (@comradekingu)
- Folders at bottom if reversed (@comradekingu)
- Search at bottom if reversed (@comradekingu)
- Expanded touch target areas (@DumarcMills)
- Reversed interface setting a bit higher
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v6.2.0 (48) - 30/03/2022
IMPROVEMENTS
- Appearance of folders (@comradekingu)
- Appearance of Search (@comradekingu)
- More efficient Search (@comradekingu)
- Enter opens 1st search result (@xi7)
- Import process
CORRECTIONS
- Old background color not imported
9 changes: 9 additions & 0 deletions fastlane/metadata/android/fr/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v6.2.0 (48) - 30/03/2022
AMÉLIORATIONS
- Apparence des dossiers (@comradekingu)
- Apparence de la recherche (@comradekingu)
- Recherche plus efficace (@comradekingu)
- Entrée ouvre le 1er résultat (@xi7)
- Processus d'import
CORRECTIONS
- Ancienne couleur de fond non importée

0 comments on commit 601442d

Please sign in to comment.