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 Jul 12, 2021
1 parent dcea87d commit 2a0a2c8
Show file tree
Hide file tree
Showing 9 changed files with 18 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 31
versionName "v4.4.0"
versionCode 32
versionName "v4.5.0"
}

// Build types always include debug (hidden by default)
Expand Down
1 change: 0 additions & 1 deletion app/src/main/assets/changelog-en/31.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
v4.4.0 (31) - 09/07/2021
IMPROVEMENTS
- Search icon can now be inside a folder
- Visual feedback during click
- Notification popup title (@comradekingu)
CORRECTIONS
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog-en/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.5.0 (32) - 12/07/2021
CORRECTIONS
- Search app very slow after v4.4.0 (@xi7)
- Notification popup title encoding (@xi7)
1 change: 0 additions & 1 deletion app/src/main/assets/changelog-fr/31.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
v4.4.0 (31) - 09/07/2021
AMÉLIORATIONS
- L'icône de recherche peut être dans un dossier
- Retour visuel lors d'un clic
- Titre du popup de notification (@comradekingu)
CORRECTIONS
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog-fr/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.5.0 (32) - 12/07/2021
CORRECTIONS
- Recherche très lente après v4.4.0 (@xi7)
- Encodage du titre du popup de notification (@xi7)
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
v4.4.0 (31) - 09/07/2021
IMPROVEMENTS
- Search icon can now be inside a folder
- Visual feedback during click
- Notification popup title (@comradekingu)
CORRECTIONS
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.5.0 (32) - 12/07/2021
CORRECTIONS
- Search app very slow after v4.4.0 (@xi7)
- Notification popup title encoding (@xi7)
1 change: 0 additions & 1 deletion fastlane/metadata/android/fr-FR/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
v4.4.0 (31) - 09/07/2021
AMÉLIORATIONS
- L'icône de recherche peut être dans un dossier
- Retour visuel lors d'un clic
- Titre du popup de notification (@comradekingu)
CORRECTIONS
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.5.0 (32) - 12/07/2021
CORRECTIONS
- Recherche très lente après v4.4.0 (@xi7)
- Encodage du titre du popup de notification (@xi7)

0 comments on commit 2a0a2c8

Please sign in to comment.