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 Jun 19, 2021
1 parent 6e1b46a commit cd0c769
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 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 27
versionName "v4.1.0"
versionCode 28
versionName "v4.1.1"
}

// Build types always include debug (hidden by default)
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog-en/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.1.1 (28) - 19/06/2021
CORRECTIONS
- Renamed folder disappears from favorites
- Notification popup visual glitch (@xi7)
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog-fr/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.1.1 (28) - 19/06/2021
CORRECTIONS
- Dossier renommé disparaît des favoris
- Problème visual avec la notification (@xi7)
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
v4.1.1 (28) - 19/06/2021
CORRECTIONS
- Renamed folder disappears from favorites
- Notification popup visual glitch (@xi7)

v4.1.0 (highlights)
NEW THINGS
- Search (@xi7)
- Dark theme support (@JM480)
- Touch targets option (@SteveM)
- Remove padding option (@xi7)
IMPROVEMENTS
- Columns nb based on screen size (@xi7)
CORRECTIONS
- Bug with Chromium browsers (@DynamicDonkey)
15 changes: 15 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
v4.1.1 (28) - 19/06/2021
CORRECTIONS
- Dossier renommé disparaît des favoris
- Problème visual avec la notification (@xi7)

v4.1.0 (faits marquants)
NOUVEAUTÉS
- Recherche (@xi7)
- Support thème sombre (@JM480)
- Option cibles de clic (@SteveM)
- Option supprimer marges (@xi7)
AMÉLIORATIONS
- Nb colonnes selon taille écran (@xi7)
CORRECTIONS
- Bug navigateurs Chromium (@DynamicDonkey)

0 comments on commit cd0c769

Please sign in to comment.